commit | d81d98e462a4cbf9dfafda92d6d1a60d9e116dd4 | [log] [tgz] |
---|---|---|
author | jbonofre <jbonofre@apache.org> | Tue Aug 17 15:36:53 2021 +0200 |
committer | jbonofre <jbonofre@apache.org> | Tue Aug 17 15:36:53 2021 +0200 |
tree | 22d69985668adceee12cef439ffa9aa9c874c896 | |
parent | bd204d014cb72ed64f508b8e32c497f7642a355d [diff] |
[maven-release-plugin] prepare release jpa-2.7.3
Implements the JPA Service Specification from the OSGi compendium 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.