This is an automated email from the ASF dual-hosted git repository. pcristof pushed a commit to branch OPENJPA-2940 in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit b1379840afad71f22a3984a8fc7bee673a9dae49 Author: Paulo Cristovão de Araújo Silva Filho <pcris...@gmail.com> AuthorDate: Tue Jul 1 13:28:12 2025 -0300 [OPENJPA-2940] Preparing for JPA 3.2 development cycle * Updated tentative version to 4.2.0-SNAPSHOT * Updated java version to 17 --- openjpa-all/pom.xml | 2 +- openjpa-examples/image-gallery/pom.xml | 2 +- openjpa-examples/openbooks/pom.xml | 2 +- openjpa-examples/pom.xml | 2 +- openjpa-examples/simple/pom.xml | 2 +- openjpa-features/pom.xml | 2 +- openjpa-integration/daytrader/pom.xml | 2 +- openjpa-integration/examples/pom.xml | 2 +- openjpa-integration/jmx/pom.xml | 2 +- openjpa-integration/pom.xml | 2 +- openjpa-integration/slf4j/pom.xml | 2 +- openjpa-integration/tck/pom.xml | 2 +- openjpa-integration/validation/pom.xml | 2 +- openjpa-jdbc/pom.xml | 2 +- openjpa-jest/pom.xml | 2 +- openjpa-junit5/pom.xml | 2 +- openjpa-kernel/pom.xml | 3 ++- openjpa-kubernetes/pom.xml | 2 +- openjpa-lib/pom.xml | 2 +- openjpa-persistence-jdbc/pom.xml | 3 ++- openjpa-persistence-locking/pom.xml | 2 +- openjpa-persistence/pom.xml | 2 +- openjpa-project/pom.xml | 2 +- openjpa-project/src/doc/manual/manual.xml | 2 +- openjpa-slice/pom.xml | 2 +- openjpa-tools/openjpa-fetch-statistics-was/pom.xml | 2 +- openjpa-tools/openjpa-fetch-statistics/pom.xml | 2 +- openjpa-tools/openjpa-maven-plugin/pom.xml | 2 +- openjpa-tools/pom.xml | 2 +- openjpa-xmlstore/pom.xml | 2 +- openjpa/pom.xml | 2 +- pom.xml | 10 +++++----- 32 files changed, 38 insertions(+), 36 deletions(-) diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml index 3237894ca..dbf1c9cd5 100644 --- a/openjpa-all/pom.xml +++ b/openjpa-all/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-all</artifactId> diff --git a/openjpa-examples/image-gallery/pom.xml b/openjpa-examples/image-gallery/pom.xml index 55cd2a55a..bf640c3dd 100644 --- a/openjpa-examples/image-gallery/pom.xml +++ b/openjpa-examples/image-gallery/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-examples</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <groupId>org.apache.openjpa.openjpa-examples</groupId> diff --git a/openjpa-examples/openbooks/pom.xml b/openjpa-examples/openbooks/pom.xml index 359d96bd7..ab3b410d1 100644 --- a/openjpa-examples/openbooks/pom.xml +++ b/openjpa-examples/openbooks/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-examples</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <groupId>org.apache.openjpa.openjpa-examples</groupId> diff --git a/openjpa-examples/pom.xml b/openjpa-examples/pom.xml index 71ed1e502..60bfe5bd8 100644 --- a/openjpa-examples/pom.xml +++ b/openjpa-examples/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-examples</artifactId> diff --git a/openjpa-examples/simple/pom.xml b/openjpa-examples/simple/pom.xml index 045423e5f..65c45d312 100644 --- a/openjpa-examples/simple/pom.xml +++ b/openjpa-examples/simple/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-examples</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <groupId>org.apache.openjpa.openjpa-examples</groupId> diff --git a/openjpa-features/pom.xml b/openjpa-features/pom.xml index 2c311c101..b77318972 100644 --- a/openjpa-features/pom.xml +++ b/openjpa-features/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-features</artifactId> diff --git a/openjpa-integration/daytrader/pom.xml b/openjpa-integration/daytrader/pom.xml index 746f33942..a6269c215 100644 --- a/openjpa-integration/daytrader/pom.xml +++ b/openjpa-integration/daytrader/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration-daytrader</artifactId> diff --git a/openjpa-integration/examples/pom.xml b/openjpa-integration/examples/pom.xml index d32cb3704..1d185acb0 100644 --- a/openjpa-integration/examples/pom.xml +++ b/openjpa-integration/examples/pom.xml @@ -37,7 +37,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration-examples</artifactId> diff --git a/openjpa-integration/jmx/pom.xml b/openjpa-integration/jmx/pom.xml index 7dc4b1c9f..e6563739f 100644 --- a/openjpa-integration/jmx/pom.xml +++ b/openjpa-integration/jmx/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration-jmx</artifactId> diff --git a/openjpa-integration/pom.xml b/openjpa-integration/pom.xml index 1d553c32a..f38d3d59c 100644 --- a/openjpa-integration/pom.xml +++ b/openjpa-integration/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration</artifactId> diff --git a/openjpa-integration/slf4j/pom.xml b/openjpa-integration/slf4j/pom.xml index 3edcc69c4..f90b114cf 100644 --- a/openjpa-integration/slf4j/pom.xml +++ b/openjpa-integration/slf4j/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration-slf4j</artifactId> diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml index 1921fac9e..5df881984 100644 --- a/openjpa-integration/tck/pom.xml +++ b/openjpa-integration/tck/pom.xml @@ -78,7 +78,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration-tck</artifactId> diff --git a/openjpa-integration/validation/pom.xml b/openjpa-integration/validation/pom.xml index 7a57cae94..ea3f48ae8 100644 --- a/openjpa-integration/validation/pom.xml +++ b/openjpa-integration/validation/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-integration</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-integration-validation</artifactId> diff --git a/openjpa-jdbc/pom.xml b/openjpa-jdbc/pom.xml index 4d15b8ddf..4c05efeaf 100644 --- a/openjpa-jdbc/pom.xml +++ b/openjpa-jdbc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-jdbc</artifactId> diff --git a/openjpa-jest/pom.xml b/openjpa-jest/pom.xml index a09ed8fc8..884ab83c3 100644 --- a/openjpa-jest/pom.xml +++ b/openjpa-jest/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-jest</artifactId> diff --git a/openjpa-junit5/pom.xml b/openjpa-junit5/pom.xml index 4362608a7..9801e8399 100644 --- a/openjpa-junit5/pom.xml +++ b/openjpa-junit5/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-junit5</artifactId> diff --git a/openjpa-kernel/pom.xml b/openjpa-kernel/pom.xml index 31fec2de8..6d5e2c6c8 100644 --- a/openjpa-kernel/pom.xml +++ b/openjpa-kernel/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-kernel</artifactId> @@ -98,6 +98,7 @@ <execution> <id>jjtree-javacc-jpql</id> <phase>generate-sources</phase> + <?m2e execute onConfiguration,onIncremental?> <configuration> <buildNodeFiles>false</buildNodeFiles> <jdkVersion>${java.class.version}</jdkVersion> diff --git a/openjpa-kubernetes/pom.xml b/openjpa-kubernetes/pom.xml index d1e8c8284..c6bc96cbd 100644 --- a/openjpa-kubernetes/pom.xml +++ b/openjpa-kubernetes/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-kubernetes</artifactId> diff --git a/openjpa-lib/pom.xml b/openjpa-lib/pom.xml index 0f4a934fc..5aa6263b9 100644 --- a/openjpa-lib/pom.xml +++ b/openjpa-lib/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-lib</artifactId> diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml index a9461d19c..d47613f1f 100644 --- a/openjpa-persistence-jdbc/pom.xml +++ b/openjpa-persistence-jdbc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-persistence-jdbc</artifactId> @@ -116,6 +116,7 @@ <execution> <id>enhance</id> <phase>process-test-classes</phase> + <?m2e execute onConfiguration,onIncremental?> <configuration> <target> <ant antfile="src/main/ant/enhancer.xml" target="enhance" inheritRefs="true"> diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index dbd4672bd..240c57a37 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-persistence-locking</artifactId> diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml index 148173990..0c2336df8 100644 --- a/openjpa-persistence/pom.xml +++ b/openjpa-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-persistence</artifactId> diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml index 5bee07d4c..325dccb10 100644 --- a/openjpa-project/pom.xml +++ b/openjpa-project/pom.xml @@ -39,7 +39,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>apache-openjpa</artifactId> diff --git a/openjpa-project/src/doc/manual/manual.xml b/openjpa-project/src/doc/manual/manual.xml index ab17a4c76..b52918db0 100644 --- a/openjpa-project/src/doc/manual/manual.xml +++ b/openjpa-project/src/doc/manual/manual.xml @@ -62,7 +62,7 @@ ]> <book id="manual"> <bookinfo> - <title>Apache OpenJPA 4.1.2-SNAPSHOT User's Guide</title> + <title>Apache OpenJPA 4.2.0-SNAPSHOT User's Guide</title> <copyright> <year>2006-2025</year> <holder>The Apache Software Foundation</holder> diff --git a/openjpa-slice/pom.xml b/openjpa-slice/pom.xml index 3353132e2..82db692dc 100644 --- a/openjpa-slice/pom.xml +++ b/openjpa-slice/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-slice</artifactId> diff --git a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml index f5e8e1654..eea1b0996 100644 --- a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml +++ b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-tools</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-fetch-statistics-was</artifactId> diff --git a/openjpa-tools/openjpa-fetch-statistics/pom.xml b/openjpa-tools/openjpa-fetch-statistics/pom.xml index 58f0d4d27..ea3c58c91 100644 --- a/openjpa-tools/openjpa-fetch-statistics/pom.xml +++ b/openjpa-tools/openjpa-fetch-statistics/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-tools</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-fetch-statistics</artifactId> diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml b/openjpa-tools/openjpa-maven-plugin/pom.xml index cf806acf1..9924d3aa3 100644 --- a/openjpa-tools/openjpa-maven-plugin/pom.xml +++ b/openjpa-tools/openjpa-maven-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-tools</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/openjpa-tools/pom.xml b/openjpa-tools/pom.xml index 744b64fab..c0fd16de7 100644 --- a/openjpa-tools/pom.xml +++ b/openjpa-tools/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> <!-- <relativePath>../pom.xml</relativePath>--> </parent> diff --git a/openjpa-xmlstore/pom.xml b/openjpa-xmlstore/pom.xml index 22d956d78..900a2309a 100644 --- a/openjpa-xmlstore/pom.xml +++ b/openjpa-xmlstore/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa-xmlstore</artifactId> diff --git a/openjpa/pom.xml b/openjpa/pom.xml index 6f836cddc..680cb2dfe 100644 --- a/openjpa/pom.xml +++ b/openjpa/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> </parent> <artifactId>openjpa</artifactId> diff --git a/pom.xml b/pom.xml index 2652dd416..68932faa7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,20 +26,20 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>34</version> + <version>35</version> </parent> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-parent</artifactId> <packaging>pom</packaging> <name>OpenJPA Parent POM</name> - <description>Apache OpenJPA implementation of Jakarta JPA 3.1</description> + <description>Apache OpenJPA implementation of Jakarta JPA 3.2</description> - <version>4.1.2-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> <properties> - <java.class.version>11</java.class.version> - <java.testclass.version>11</java.testclass.version> + <java.class.version>17</java.class.version> + <java.testclass.version>17</java.testclass.version> <doclint>none</doclint>