This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new c6153b082 [maven-release-plugin] prepare for next development iteration
c6153b082 is described below
commit c6153b0820bce8f3eeb42db5ad409459a9ce416d
Author: Michael Gentry <[email protected]>
AuthorDate: Wed Jun 3 09:50:19 2026 -0400
[maven-release-plugin] prepare for next development iteration
---
assembly/pom.xml | 2 +-
build-tools/cayenne-legal/pom.xml | 2 +-
build-tools/cayenne-test-utilities/pom.xml | 2 +-
build-tools/pom.xml | 2 +-
cayenne-ant/pom.xml | 2 +-
cayenne-cache-invalidation/pom.xml | 2 +-
cayenne-cgen/pom.xml | 2 +-
cayenne-crypto/pom.xml | 2 +-
cayenne-dbsync/pom.xml | 2 +-
cayenne-di/pom.xml | 2 +-
cayenne-gradle-plugin/pom.xml | 2 +-
cayenne-jcache/pom.xml | 2 +-
cayenne-lifecycle/pom.xml | 2 +-
cayenne-maven-plugin-itest/pom.xml | 2 +-
cayenne-maven-plugin/pom.xml | 2 +-
cayenne-mcp-server/pom.xml | 2 +-
cayenne-osgi/pom.xml | 2 +-
cayenne-project-compatibility/pom.xml | 2 +-
cayenne-project/pom.xml | 2 +-
cayenne-velocity/pom.xml | 2 +-
cayenne/pom.xml | 2 +-
docs/asciidoc/cayenne-asciidoc-extension/pom.xml | 2 +-
docs/asciidoc/cayenne-guide/pom.xml | 2 +-
docs/asciidoc/getting-started-db-first/pom.xml | 2 +-
docs/asciidoc/getting-started-guide/pom.xml | 2 +-
docs/asciidoc/pom.xml | 2 +-
docs/doc/pom.xml | 2 +-
docs/pom.xml | 2 +-
modeler/cayenne-modeler-generic/pom.xml | 2 +-
modeler/cayenne-modeler-mac/pom.xml | 2 +-
modeler/cayenne-modeler-prefs/pom.xml | 2 +-
modeler/cayenne-modeler-win/pom.xml | 2 +-
modeler/cayenne-modeler/pom.xml | 2 +-
modeler/cayenne-wocompat/pom.xml | 2 +-
modeler/pom.xml | 2 +-
pom.xml | 4 ++--
tutorials/pom.xml | 2 +-
tutorials/tutorial/pom.xml | 2 +-
38 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5efae97a0..2373df62b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<groupId>org.apache.cayenne.assembly</groupId>
diff --git a/build-tools/cayenne-legal/pom.xml
b/build-tools/cayenne-legal/pom.xml
index c89571b2b..ba76b1d86 100644
--- a/build-tools/cayenne-legal/pom.xml
+++ b/build-tools/cayenne-legal/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.build-tools</groupId>
<artifactId>build-tools-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-legal</artifactId>
diff --git a/build-tools/cayenne-test-utilities/pom.xml
b/build-tools/cayenne-test-utilities/pom.xml
index 77840ced1..334592d13 100644
--- a/build-tools/cayenne-test-utilities/pom.xml
+++ b/build-tools/cayenne-test-utilities/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.build-tools</groupId>
<artifactId>build-tools-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<description>Common Unit Test Utilities</description>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index e9fa18fcd..f01513009 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<groupId>org.apache.cayenne.build-tools</groupId>
diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index 58f762235..0bcfa4c30 100644
--- a/cayenne-ant/pom.xml
+++ b/cayenne-ant/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-cache-invalidation/pom.xml
b/cayenne-cache-invalidation/pom.xml
index 63e00ad02..36b4b5666 100644
--- a/cayenne-cache-invalidation/pom.xml
+++ b/cayenne-cache-invalidation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-cgen/pom.xml b/cayenne-cgen/pom.xml
index 6a768975a..731eb83a9 100644
--- a/cayenne-cgen/pom.xml
+++ b/cayenne-cgen/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 1d883ba5e..cb139d0f6 100644
--- a/cayenne-crypto/pom.xml
+++ b/cayenne-crypto/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-crypto</artifactId>
<name>cayenne-crypto: Cayenne Cryptography Extensions</name>
diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index 6ac30f6d9..08ff25ef5 100644
--- a/cayenne-dbsync/pom.xml
+++ b/cayenne-dbsync/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml
index cad64c184..0d89a4c2c 100644
--- a/cayenne-di/pom.xml
+++ b/cayenne-di/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-di</artifactId>
<packaging>jar</packaging>
diff --git a/cayenne-gradle-plugin/pom.xml b/cayenne-gradle-plugin/pom.xml
index ed551d7dc..d54bfe713 100644
--- a/cayenne-gradle-plugin/pom.xml
+++ b/cayenne-gradle-plugin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml
index 21e2fd3b8..315d30554 100644
--- a/cayenne-jcache/pom.xml
+++ b/cayenne-jcache/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index e0e00d059..31af29912 100644
--- a/cayenne-lifecycle/pom.xml
+++ b/cayenne-lifecycle/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-lifecycle</artifactId>
<name>cayenne-lifecycle: Cayenne Lifecycle Utilities</name>
diff --git a/cayenne-maven-plugin-itest/pom.xml
b/cayenne-maven-plugin-itest/pom.xml
index b6a1f04bb..e6a48978b 100644
--- a/cayenne-maven-plugin-itest/pom.xml
+++ b/cayenne-maven-plugin-itest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<description>Integration Tests - Cayenne Maven Plugin</description>
diff --git a/cayenne-maven-plugin/pom.xml b/cayenne-maven-plugin/pom.xml
index 560538860..00ba479b2 100644
--- a/cayenne-maven-plugin/pom.xml
+++ b/cayenne-maven-plugin/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-mcp-server/pom.xml b/cayenne-mcp-server/pom.xml
index 336a463e3..8c1d0cc50 100644
--- a/cayenne-mcp-server/pom.xml
+++ b/cayenne-mcp-server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-mcp-server</artifactId>
diff --git a/cayenne-osgi/pom.xml b/cayenne-osgi/pom.xml
index 9d0716d4d..56dc6beba 100644
--- a/cayenne-osgi/pom.xml
+++ b/cayenne-osgi/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-project-compatibility/pom.xml
b/cayenne-project-compatibility/pom.xml
index 0283bcf62..82cb3c20f 100644
--- a/cayenne-project-compatibility/pom.xml
+++ b/cayenne-project-compatibility/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml
index cf95e4024..92c905aff 100644
--- a/cayenne-project/pom.xml
+++ b/cayenne-project/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-project</artifactId>
diff --git a/cayenne-velocity/pom.xml b/cayenne-velocity/pom.xml
index 7ba1b997e..a279151d5 100644
--- a/cayenne-velocity/pom.xml
+++ b/cayenne-velocity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-parent</artifactId>
<groupId>org.apache.cayenne</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cayenne/pom.xml b/cayenne/pom.xml
index 871076d21..3656dbe6c 100644
--- a/cayenne/pom.xml
+++ b/cayenne/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne</artifactId>
<name>cayenne: Cayenne Core</name>
diff --git a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
index 2163d5048..16f09b30c 100644
--- a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
+++ b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-asciidoc-parent</artifactId>
<groupId>org.apache.cayenne.docs</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-asciidoc-extension</artifactId>
diff --git a/docs/asciidoc/cayenne-guide/pom.xml
b/docs/asciidoc/cayenne-guide/pom.xml
index 98b46bc30..37483d9f0 100644
--- a/docs/asciidoc/cayenne-guide/pom.xml
+++ b/docs/asciidoc/cayenne-guide/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-asciidoc-parent</artifactId>
<groupId>org.apache.cayenne.docs</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/docs/asciidoc/getting-started-db-first/pom.xml
b/docs/asciidoc/getting-started-db-first/pom.xml
index 35b189c9c..933c6a3f2 100644
--- a/docs/asciidoc/getting-started-db-first/pom.xml
+++ b/docs/asciidoc/getting-started-db-first/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-asciidoc-parent</artifactId>
<groupId>org.apache.cayenne.docs</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/docs/asciidoc/getting-started-guide/pom.xml
b/docs/asciidoc/getting-started-guide/pom.xml
index 7cfffaeb5..49868d68b 100644
--- a/docs/asciidoc/getting-started-guide/pom.xml
+++ b/docs/asciidoc/getting-started-guide/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>cayenne-asciidoc-parent</artifactId>
<groupId>org.apache.cayenne.docs</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index b87387685..6270ca4fc 100644
--- a/docs/asciidoc/pom.xml
+++ b/docs/asciidoc/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>cayenne-docs-parent</artifactId>
<groupId>org.apache.cayenne.docs</groupId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-asciidoc-parent</artifactId>
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 819d5db48..83cc5d2e9 100644
--- a/docs/doc/pom.xml
+++ b/docs/doc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.docs</groupId>
<artifactId>cayenne-docs-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-doc</artifactId>
diff --git a/docs/pom.xml b/docs/pom.xml
index b7ed9ff3b..a3792d2bd 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<groupId>org.apache.cayenne.docs</groupId>
diff --git a/modeler/cayenne-modeler-generic/pom.xml
b/modeler/cayenne-modeler-generic/pom.xml
index 300cb9184..82b4da888 100644
--- a/modeler/cayenne-modeler-generic/pom.xml
+++ b/modeler/cayenne-modeler-generic/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.cayenne.modeler</groupId>
<artifactId>cayenne-modeler-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-modeler-generic</artifactId>
diff --git a/modeler/cayenne-modeler-mac/pom.xml
b/modeler/cayenne-modeler-mac/pom.xml
index 6c3826f6f..4b40d96fb 100644
--- a/modeler/cayenne-modeler-mac/pom.xml
+++ b/modeler/cayenne-modeler-mac/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.modeler</groupId>
<artifactId>cayenne-modeler-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-modeler-mac</artifactId>
diff --git a/modeler/cayenne-modeler-prefs/pom.xml
b/modeler/cayenne-modeler-prefs/pom.xml
index 56f7409e0..914763221 100644
--- a/modeler/cayenne-modeler-prefs/pom.xml
+++ b/modeler/cayenne-modeler-prefs/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.modeler</groupId>
<artifactId>cayenne-modeler-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-modeler-prefs</artifactId>
diff --git a/modeler/cayenne-modeler-win/pom.xml
b/modeler/cayenne-modeler-win/pom.xml
index 3597e0225..976aa2cd3 100644
--- a/modeler/cayenne-modeler-win/pom.xml
+++ b/modeler/cayenne-modeler-win/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.modeler</groupId>
<artifactId>cayenne-modeler-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-modeler-win</artifactId>
diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml
index f27b7a883..bdd0b48e2 100644
--- a/modeler/cayenne-modeler/pom.xml
+++ b/modeler/cayenne-modeler/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne.modeler</groupId>
<artifactId>cayenne-modeler-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-modeler</artifactId>
diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml
index 39f955d00..3762fa790 100644
--- a/modeler/cayenne-wocompat/pom.xml
+++ b/modeler/cayenne-wocompat/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.cayenne.modeler</groupId>
<artifactId>cayenne-modeler-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-wocompat</artifactId>
diff --git a/modeler/pom.xml b/modeler/pom.xml
index 0caf269fa..382f83f5b 100644
--- a/modeler/pom.xml
+++ b/modeler/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>cayenne-modeler-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index f0f5a1f09..7e9c289dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.cayenne</groupId>
<name>cayenne-parent: Top-level parent of Cayenne modules</name>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
@@ -337,7 +337,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/cayenne.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cayenne.git</developerConnection>
<url>https://github.com/apache/cayenne</url>
- <tag>cayenne-parent-5.0-M2</tag>
+ <tag>HEAD</tag>
</scm>
<organization>
<name>Apache Cayenne</name>
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 02fdc81b6..fd4fdf48e 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<groupId>org.apache.cayenne.tutorials</groupId>
diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml
index ec3bc96c7..164b99b09 100644
--- a/tutorials/tutorial/pom.xml
+++ b/tutorials/tutorial/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.cayenne.tutorials</groupId>
<artifactId>cayenne-tutorials-parent</artifactId>
- <version>5.0-M2</version>
+ <version>5.0-M3-SNAPSHOT</version>
</parent>
<artifactId>tutorial</artifactId>