Skip to content

Commit

Permalink
Making Java 6 less obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Dec 5, 2014
1 parent a5d5d5a commit d57f786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Credit Card Number

*Credit Card Number* is a Java 6 library that can provide details of a bank issued credit card number. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests. Maven is needed for a build.
*Credit Card Number* is a Java library that can provide details of a bank issued credit card number. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests. Java 6 or newer is required. Maven is needed for a build.

The goal of this project is to use publicly available documentation to create a reliable Java library to provide information about credit card numbers.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.3</version>
<packaging>jar</packaging>
<name>Credit Card Number</name>
<description>Credit Card Number is a Java 6 library that can provide details of a bank issued credit card number. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form. Validity is enforced by JUnit tests. Apache Maven is needed for a build.</description>
<description>Credit Card Number is a library that can provide details of a bank issued credit card number. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form.</description>
<url>https://github.com/sualeh/credit_card_number</url>
<scm>
<connection>scm:git:[email protected]:sualeh/credit_card_number.git</connection>
Expand Down

0 comments on commit d57f786

Please sign in to comment.