[maven-release-plugin] prepare release org.apache.aries.jpa-2.4.0

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1747679 13f79535-47bb-0310-9956-ffa450edef68
19 files changed
tree: f3299ad6ea0c1f81dcf4a286f69313d49f389eff
  1. examples/
  2. itests/
  3. jpa-api/
  4. jpa-blueprint/
  5. jpa-container/
  6. jpa-container-eclipselink-adapter/
  7. jpa-features/
  8. jpa-parent/
  9. jpa-repository/
  10. jpa-support/
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
README.md

Aries JPA

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

Running tck tests

See itests/jpa-tck-itest/README.txt

Releasing

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.