commit | 3234c6318c8581d4f8a39ed8f0b50abddf7ee7c8 | [log] [tgz] |
---|---|---|
author | Tim Ward <timothyjward@apache.org> | Thu Apr 26 11:11:34 2018 +0100 |
committer | Tim Ward <timothyjward@apache.org> | Thu Apr 26 11:11:34 2018 +0100 |
tree | af1511f9c60e4f37049303ca8a02899a6dbcadb9 | |
parent | 6d855c8a31abf3a4307b1c9c840c29698bf12f9d [diff] |
Correct the SCM metdata in the parent pom now Aries JPA uses Git
Implements the OSGi JPA Service Specification from the enterprise spec. Additionally some convenience services are provided to make it easier to use JPA in blueprint and DS.
http://aries.apache.org/modules/jpaproject.html
mvn clean install
See examples.
See itests/jpa-tck-itest/README.txt
Run the tck tests to make sure we are still conforming to the spec.
mvn clean deploy mvn release:prepare -Darguments="-DskipTests" mvn release:perform
After the release make sure to adapt the versions in the tck test modules.