Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Time has passed :-)
  • Loading branch information
Stefan committed Nov 20, 2019
2 parents 6823f34 + 9889e88 commit 3ace3b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
after_success:
- mvn clean test jacoco:report coveralls:report
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ iban4j
======

[![Build Status](https://api.travis-ci.org/repositories/arturmkrtchyan/iban4j.png)](https://travis-ci.org/arturmkrtchyan/iban4j) [![Coverage Status](https://img.shields.io/coveralls/arturmkrtchyan/iban4j.svg)](https://coveralls.io/r/arturmkrtchyan/iban4j) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.iban4j/iban4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.iban4j/iban4j)
[![License](http://img.shields.io/:license-Apache 2.0-blue.svg)](https://raw.githubusercontent.com/arturmkrtchyan/iban4j/master/LICENSE.txt)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/arturmkrtchyan/iban4j/master/LICENSE.txt)

A Java library for generation and validation of the International Bank Account Numbers (<a href="http://en.wikipedia.org/wiki/ISO_13616" target="_blank">IBAN ISO_13616</a>) and Business Identifier Codes (<a href="http://en.wikipedia.org/wiki/ISO_9362" target="_blank">BIC ISO_9362</a>).

Expand Down Expand Up @@ -75,7 +75,7 @@ A Java library for generation and validation of the International Bank Account N

- http://en.wikipedia.org/wiki/ISO_13616
- http://en.wikipedia.org/wiki/ISO_9362
- http://www.swift.com/dsp/resources/documents/IBAN_Registry.pdf
- https://www.ecb.europa.eu/paym/retpaym/paymint/sepa/shared/pdf/iban_registry.pdf

## License
Copyright 2015 Artur Mkrtchyan.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdkVersion>1.5</jdkVersion>
<jdk5Signature>java15</jdk5Signature>
<jdkVersion>1.6</jdkVersion>
<jdk6Signature>java16</jdk6Signature>
<skipSigning>true</skipSigning>
</properties>

Expand Down Expand Up @@ -255,7 +255,7 @@
<signature>
<groupId>org.codehaus.mojo.signature
</groupId>
<artifactId>${jdk5Signature}</artifactId>
<artifactId>${jdk6Signature}</artifactId>
<version>1.0</version>
</signature>
</configuration>
Expand Down

0 comments on commit 3ace3b3

Please sign in to comment.