AO Payments USAePay Changelog
ao-payments-usaepay-2.0.0
Release Notes
- Minimum Java version changed from 1.8 to 11.
- Now supports Java 9+ modules with included
module-info.class
. - Maven artifact relocated from
com.aoindustries:ao-credit-cards-usaepay
to com.aoapps:ao-payments-usaepay
. - Package renamed from
com.aoindustries.creditcards.usaepay
to com.aoapps.payments.usaepay
.
ao-credit-cards-usaepay-1.3.0
ao-credit-cards-usaepay-1.1.2
Release Notes
- Minimum Java version changed from 1.7 to 1.8.
-
Reduced use of property substitutions in
pom.xml
.
This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
- Updated dependencies.
ao-credit-cards-usaepay-1.1.1
Release Notes
- Using
java.nio.charset.StandardCharsets
instead of "UTF-8"
. - Now getting
UMsoftware
("Software Version)" from Maven build properties.
ao-credit-cards-usaepay-1.1.0
Release Notes
- Minimum Java version changed from 1.6 to 1.7.
- Using managed dependencies:
- This project uses managed dependencies.
- This project's managed dependencies may also be imported by other projects.
- Please note: the next major release of this project will be renamed to
ao-payment-usaepay
.
ao-credit-cards-usaepay-1.0.3
ao-credit-cards-usaepay-1.0.2
Release Notes
- New AO OSS Parent POM to simplify
pom.xml
files. - Project documentation moved to per-project book in SemanticCMS format.
- Added changelog as top-level project link.
ao-credit-cards-usaepay-1.0.1
Release Notes
- Improved Javadoc formatting.
- Improved README formatting.
ao-credit-cards-usaepay-1.0.0
Release Notes
- Project moved to GitHub and Maven.