Bump junit from 4.11 to 4.13.1 in /jpa-parent

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 70f2d385163e6b8a5cd163805262d102e745bf90
  1. examples/
  2. itests/
  3. javax-persistence/
  4. jpa-api/
  5. jpa-blueprint/
  6. jpa-cdi/
  7. jpa-container/
  8. jpa-container-eclipselink-adapter/
  9. jpa-features/
  10. jpa-parent/
  11. jpa-repository/
  12. jpa-support/
  13. .gitignore
  14. .travis.yml
  15. LICENSE
  16. NOTICE
  17. pom.xml
  18. README.md
README.md

Aries JPA

Build Status

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

Building

mvn clean install

Examples

See examples.

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.