From 4c5a46e8b1c91c7ce98e86b4b8807dabd5c97933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Chicchiricc=C3=B2?= Date: Thu, 19 Sep 2024 12:48:40 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 4.0.1 --- 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 | 2 +- openjpa-kubernetes/pom.xml | 2 +- openjpa-lib/pom.xml | 2 +- openjpa-persistence-jdbc/pom.xml | 2 +- openjpa-persistence-locking/pom.xml | 2 +- openjpa-persistence/pom.xml | 2 +- openjpa-project/pom.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 | 4 ++-- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml index eb0524eb4d..d1476e5b12 100644 --- a/openjpa-all/pom.xml +++ b/openjpa-all/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-all diff --git a/openjpa-examples/image-gallery/pom.xml b/openjpa-examples/image-gallery/pom.xml index c0b0f8350c..0e63f56015 100644 --- a/openjpa-examples/image-gallery/pom.xml +++ b/openjpa-examples/image-gallery/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-examples - 4.0.1-SNAPSHOT + 4.0.1 org.apache.openjpa.openjpa-examples diff --git a/openjpa-examples/openbooks/pom.xml b/openjpa-examples/openbooks/pom.xml index b1a6708a3b..89c96104e5 100644 --- a/openjpa-examples/openbooks/pom.xml +++ b/openjpa-examples/openbooks/pom.xml @@ -29,7 +29,7 @@ org.apache.openjpa openjpa-examples - 4.0.1-SNAPSHOT + 4.0.1 org.apache.openjpa.openjpa-examples diff --git a/openjpa-examples/pom.xml b/openjpa-examples/pom.xml index 66b6979d2c..d2cfb58341 100644 --- a/openjpa-examples/pom.xml +++ b/openjpa-examples/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-examples diff --git a/openjpa-examples/simple/pom.xml b/openjpa-examples/simple/pom.xml index ad963161d6..7e7199d587 100644 --- a/openjpa-examples/simple/pom.xml +++ b/openjpa-examples/simple/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-examples - 4.0.1-SNAPSHOT + 4.0.1 org.apache.openjpa.openjpa-examples diff --git a/openjpa-features/pom.xml b/openjpa-features/pom.xml index 01e0a7d837..ebbb534fa4 100644 --- a/openjpa-features/pom.xml +++ b/openjpa-features/pom.xml @@ -18,7 +18,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-features diff --git a/openjpa-integration/daytrader/pom.xml b/openjpa-integration/daytrader/pom.xml index 5182059b8f..03fa56edaf 100644 --- a/openjpa-integration/daytrader/pom.xml +++ b/openjpa-integration/daytrader/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-integration - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration-daytrader diff --git a/openjpa-integration/examples/pom.xml b/openjpa-integration/examples/pom.xml index 90b0a330fe..ce187a6f0d 100644 --- a/openjpa-integration/examples/pom.xml +++ b/openjpa-integration/examples/pom.xml @@ -37,7 +37,7 @@ org.apache.openjpa openjpa-integration - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration-examples diff --git a/openjpa-integration/jmx/pom.xml b/openjpa-integration/jmx/pom.xml index 59f4b8c9a8..c86286567a 100644 --- a/openjpa-integration/jmx/pom.xml +++ b/openjpa-integration/jmx/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-integration - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration-jmx diff --git a/openjpa-integration/pom.xml b/openjpa-integration/pom.xml index 2907c1bd31..67e37f7669 100644 --- a/openjpa-integration/pom.xml +++ b/openjpa-integration/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration diff --git a/openjpa-integration/slf4j/pom.xml b/openjpa-integration/slf4j/pom.xml index 3b73716e7a..acd1fd3d5c 100644 --- a/openjpa-integration/slf4j/pom.xml +++ b/openjpa-integration/slf4j/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-integration - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration-slf4j diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml index 828e4d3651..f1f192d465 100644 --- a/openjpa-integration/tck/pom.xml +++ b/openjpa-integration/tck/pom.xml @@ -78,7 +78,7 @@ org.apache.openjpa openjpa-integration - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration-tck diff --git a/openjpa-integration/validation/pom.xml b/openjpa-integration/validation/pom.xml index 1322c06503..8d5d41bc27 100644 --- a/openjpa-integration/validation/pom.xml +++ b/openjpa-integration/validation/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-integration - 4.0.1-SNAPSHOT + 4.0.1 openjpa-integration-validation diff --git a/openjpa-jdbc/pom.xml b/openjpa-jdbc/pom.xml index 0a60c5db50..db918449a9 100644 --- a/openjpa-jdbc/pom.xml +++ b/openjpa-jdbc/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-jdbc diff --git a/openjpa-jest/pom.xml b/openjpa-jest/pom.xml index 8edf3f0e85..7863f42fa8 100644 --- a/openjpa-jest/pom.xml +++ b/openjpa-jest/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-jest diff --git a/openjpa-junit5/pom.xml b/openjpa-junit5/pom.xml index 5caee42e81..8725f9482b 100644 --- a/openjpa-junit5/pom.xml +++ b/openjpa-junit5/pom.xml @@ -24,7 +24,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-junit5 diff --git a/openjpa-kernel/pom.xml b/openjpa-kernel/pom.xml index 423683213e..56caf30e7f 100644 --- a/openjpa-kernel/pom.xml +++ b/openjpa-kernel/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-kernel diff --git a/openjpa-kubernetes/pom.xml b/openjpa-kubernetes/pom.xml index 2e4c31b042..d2c76e4800 100644 --- a/openjpa-kubernetes/pom.xml +++ b/openjpa-kubernetes/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-kubernetes diff --git a/openjpa-lib/pom.xml b/openjpa-lib/pom.xml index bd1f034b87..643ab8f041 100644 --- a/openjpa-lib/pom.xml +++ b/openjpa-lib/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-lib diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml index 875427a4c1..d1706116fe 100644 --- a/openjpa-persistence-jdbc/pom.xml +++ b/openjpa-persistence-jdbc/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-persistence-jdbc diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index 11d512d372..d42704155f 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-persistence-locking diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml index 746c5c6d6e..524b0aad1c 100644 --- a/openjpa-persistence/pom.xml +++ b/openjpa-persistence/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-persistence diff --git a/openjpa-project/pom.xml b/openjpa-project/pom.xml index 79924c5def..535498c342 100644 --- a/openjpa-project/pom.xml +++ b/openjpa-project/pom.xml @@ -39,7 +39,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 apache-openjpa diff --git a/openjpa-slice/pom.xml b/openjpa-slice/pom.xml index 8a5c750d43..75ddcfae93 100644 --- a/openjpa-slice/pom.xml +++ b/openjpa-slice/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-slice diff --git a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml index 3da9c8b4cf..9778f9daed 100644 --- a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml +++ b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml @@ -17,7 +17,7 @@ org.apache.openjpa openjpa-tools - 4.0.1-SNAPSHOT + 4.0.1 openjpa-fetch-statistics-was diff --git a/openjpa-tools/openjpa-fetch-statistics/pom.xml b/openjpa-tools/openjpa-fetch-statistics/pom.xml index f7fb3114d9..6810e81189 100644 --- a/openjpa-tools/openjpa-fetch-statistics/pom.xml +++ b/openjpa-tools/openjpa-fetch-statistics/pom.xml @@ -17,7 +17,7 @@ org.apache.openjpa openjpa-tools - 4.0.1-SNAPSHOT + 4.0.1 openjpa-fetch-statistics diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml b/openjpa-tools/openjpa-maven-plugin/pom.xml index db5cb381f9..25feb68fee 100644 --- a/openjpa-tools/openjpa-maven-plugin/pom.xml +++ b/openjpa-tools/openjpa-maven-plugin/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-tools - 4.0.1-SNAPSHOT + 4.0.1 ../pom.xml diff --git a/openjpa-tools/pom.xml b/openjpa-tools/pom.xml index ca493b35c7..33f923a59d 100644 --- a/openjpa-tools/pom.xml +++ b/openjpa-tools/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 diff --git a/openjpa-xmlstore/pom.xml b/openjpa-xmlstore/pom.xml index b29250a33a..6d0587bd82 100644 --- a/openjpa-xmlstore/pom.xml +++ b/openjpa-xmlstore/pom.xml @@ -27,7 +27,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa-xmlstore diff --git a/openjpa/pom.xml b/openjpa/pom.xml index a69e10bd44..ae197213cc 100644 --- a/openjpa/pom.xml +++ b/openjpa/pom.xml @@ -28,7 +28,7 @@ org.apache.openjpa openjpa-parent - 4.0.1-SNAPSHOT + 4.0.1 openjpa diff --git a/pom.xml b/pom.xml index 240fe7d2da..59d5b222be 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ OpenJPA Parent POM Apache OpenJPA implementation of Jakarta JPA 3.1 - 4.0.1-SNAPSHOT + 4.0.1 11 @@ -170,7 +170,7 @@ scm:git:https://gitbox.apache.org/repos/asf/openjpa.git scm:git:https://gitbox.apache.org/repos/asf/openjpa.git https://gitbox.apache.org/repos/asf/openjpa.git - HEAD + 4.0.1