This is an automated email from the ASF dual-hosted git repository.

ntimofeev 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 1b0534335 CAY-2821 Change development versioning schema
1b0534335 is described below

commit 1b05343356ac1ed0b736053ce0bb035bfbef020d
Author: stariy95 <stari...@gmail.com>
AuthorDate: Wed Nov 22 15:49:16 2023 +0400

    CAY-2821 Change development versioning schema
---
 RELEASE-NOTES.txt                                  | 3 ++-
 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-commitlog/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-osgi/pom.xml                               | 2 +-
 cayenne-project-compatibility/pom.xml              | 2 +-
 cayenne-project/pom.xml                            | 2 +-
 cayenne-server/pom.xml                             | 2 +-
 cayenne-velocity/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/asciidoc/upgrade-guide/pom.xml                | 2 +-
 docs/doc/pom.xml                                   | 2 +-
 docs/pom.xml                                       | 2 +-
 maven-plugins/cayenne-maven-plugin/pom.xml         | 2 +-
 maven-plugins/cayenne-modeler-maven-plugin/pom.xml | 2 +-
 maven-plugins/cayenne-tools-itest/pom.xml          | 2 +-
 maven-plugins/pom.xml                              | 2 +-
 modeler/cayenne-modeler-generic-ext/pom.xml        | 2 +-
 modeler/cayenne-modeler-generic/pom.xml            | 2 +-
 modeler/cayenne-modeler-mac-ext/pom.xml            | 2 +-
 modeler/cayenne-modeler-mac/pom.xml                | 2 +-
 modeler/cayenne-modeler-win-ext/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                                            | 2 +-
 tutorials/pom.xml                                  | 2 +-
 tutorials/tutorial/pom.xml                         | 2 +-
 44 files changed, 45 insertions(+), 44 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 42ef3c1b1..60103cd85 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -8,7 +8,7 @@ To browse individual bug reports check out project issue 
tracker:
 https://issues.apache.org/jira/browse/CAY
 
 ----------------------------------
-Release: 5.0.M1
+Release: 5.0-M1
 Date:
 ----------------------------------
 Changes/New Features:
@@ -43,6 +43,7 @@ CAY-2805 Stop calling exp parser internally
 CAY-2814 Select query iterator() and batchIterator() methods return incorrect 
results
 CAY-2817 Pagination flow refactoring
 CAY-2819 DataContext.performIteratedQuery() method should be unified with 
iterator() method
+CAY-2821 Change development versioning schema
 
 Bug Fixes:
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7ec2664ee..0ae6ba1cb 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.M1-SNAPSHOT</version>
+               <version>5.0-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 42051c058..c18d109cc 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.M1-SNAPSHOT</version>
+               <version>5.0-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 e82cb39bb..5c329c728 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <description>Common Unit Test Utilities</description>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 38668c43d..fb9f2fe2b 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.apache.cayenne.build-tools</groupId>
diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index 033ba4b43..8b1e62c07 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-cache-invalidation/pom.xml 
b/cayenne-cache-invalidation/pom.xml
index fd3721d27..ea85d2ecd 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-cgen/pom.xml b/cayenne-cgen/pom.xml
index d4dc13ddc..70bcbaca8 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-commitlog/pom.xml b/cayenne-commitlog/pom.xml
index 56685405b..7e335f4cd 100644
--- a/cayenne-commitlog/pom.xml
+++ b/cayenne-commitlog/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>5.0.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 990e7b45b..3d3bfeffa 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.M1-SNAPSHOT</version>
+               <version>5.0-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 6dd2f7750..3838611ba 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml
index 8d4577813..fb3848a1d 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.M1-SNAPSHOT</version>
+               <version>5.0-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 f69b419a1..c2aa7ee63 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml
index e5d3a7695..48d31c715 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index 4eb5cd208..b613ce322 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
        <artifactId>cayenne-lifecycle</artifactId>
        <name>cayenne-lifecycle: Cayenne Lifecycle Utilities</name>
diff --git a/cayenne-osgi/pom.xml b/cayenne-osgi/pom.xml
index 106e5346d..4befe1434 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-project-compatibility/pom.xml 
b/cayenne-project-compatibility/pom.xml
index bd98f88d4..4095c7b41 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml
index a3fb1c36d..69b94f6d9 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cayenne-project</artifactId>
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 292b8f8b1..23db727d7 100644
--- a/cayenne-server/pom.xml
+++ b/cayenne-server/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>5.0.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
        <artifactId>cayenne-server</artifactId>
        <name>cayenne-server: Cayenne Server</name>
diff --git a/cayenne-velocity/pom.xml b/cayenne-velocity/pom.xml
index 903d0fc85..5722e5a8b 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml 
b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
index 322e2fee1..00c37914d 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.M1-SNAPSHOT</version>
+        <version>5.0-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 321a9471a..d93a3a5e9 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.M1-SNAPSHOT</version>
+        <version>5.0-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 51167ea80..a338bb3e0 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.M1-SNAPSHOT</version>
+        <version>5.0-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 a2b013659..4ad5f7563 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 0b888693b..1de498e94 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.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cayenne-asciidoc-parent</artifactId>
diff --git a/docs/asciidoc/upgrade-guide/pom.xml 
b/docs/asciidoc/upgrade-guide/pom.xml
index 5e95e037a..8eb0883fe 100644
--- a/docs/asciidoc/upgrade-guide/pom.xml
+++ b/docs/asciidoc/upgrade-guide/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>5.0.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index c2c01cec9..ab6cac4f6 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-doc</artifactId>
diff --git a/docs/pom.xml b/docs/pom.xml
index d60ad1454..7e11993ac 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.apache.cayenne.docs</groupId>
diff --git a/maven-plugins/cayenne-maven-plugin/pom.xml 
b/maven-plugins/cayenne-maven-plugin/pom.xml
index 45ad54dd8..4e915becd 100644
--- a/maven-plugins/cayenne-maven-plugin/pom.xml
+++ b/maven-plugins/cayenne-maven-plugin/pom.xml
@@ -14,7 +14,7 @@
        <parent>
                <artifactId>cayenne-maven-plugins-parent</artifactId>
                <groupId>org.apache.cayenne.plugins</groupId>
-               <version>5.0.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
diff --git a/maven-plugins/cayenne-modeler-maven-plugin/pom.xml 
b/maven-plugins/cayenne-modeler-maven-plugin/pom.xml
index f23e17637..4dd4bb339 100644
--- a/maven-plugins/cayenne-modeler-maven-plugin/pom.xml
+++ b/maven-plugins/cayenne-modeler-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <artifactId>cayenne-maven-plugins-parent</artifactId>
                <groupId>org.apache.cayenne.plugins</groupId>
-               <version>5.0.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
diff --git a/maven-plugins/cayenne-tools-itest/pom.xml 
b/maven-plugins/cayenne-tools-itest/pom.xml
index fd8ad75fb..91ed16d56 100644
--- a/maven-plugins/cayenne-tools-itest/pom.xml
+++ b/maven-plugins/cayenne-tools-itest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cayenne-maven-plugins-parent</artifactId>
         <groupId>org.apache.cayenne.plugins</groupId>
-        <version>5.0.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
 
        <description>Integration Tests - Cayenne Tools</description>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 6940cfc97..a2c607293 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -14,7 +14,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>5.0.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
        <groupId>org.apache.cayenne.plugins</groupId>
        <artifactId>cayenne-maven-plugins-parent</artifactId>
diff --git a/modeler/cayenne-modeler-generic-ext/pom.xml 
b/modeler/cayenne-modeler-generic-ext/pom.xml
index 48e48042d..6b02505d7 100644
--- a/modeler/cayenne-modeler-generic-ext/pom.xml
+++ b/modeler/cayenne-modeler-generic-ext/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.cayenne.modeler</groupId>
                <artifactId>cayenne-modeler-parent</artifactId>
-               <version>5.0.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-generic-ext</artifactId>
diff --git a/modeler/cayenne-modeler-generic/pom.xml 
b/modeler/cayenne-modeler-generic/pom.xml
index e291cc3e0..d09062905 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-generic</artifactId>
diff --git a/modeler/cayenne-modeler-mac-ext/pom.xml 
b/modeler/cayenne-modeler-mac-ext/pom.xml
index 111bd493a..461eab6ea 100644
--- a/modeler/cayenne-modeler-mac-ext/pom.xml
+++ b/modeler/cayenne-modeler-mac-ext/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.cayenne.modeler</groupId>
                <artifactId>cayenne-modeler-parent</artifactId>
-               <version>5.0.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-mac-ext</artifactId>
diff --git a/modeler/cayenne-modeler-mac/pom.xml 
b/modeler/cayenne-modeler-mac/pom.xml
index cba2177f8..8ccad2a46 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-mac</artifactId>
diff --git a/modeler/cayenne-modeler-win-ext/pom.xml 
b/modeler/cayenne-modeler-win-ext/pom.xml
index 0440333cd..3cf4c0571 100644
--- a/modeler/cayenne-modeler-win-ext/pom.xml
+++ b/modeler/cayenne-modeler-win-ext/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>cayenne-modeler-parent</artifactId>
         <groupId>org.apache.cayenne.modeler</groupId>
-        <version>5.0.M1-SNAPSHOT</version>
+        <version>5.0-SNAPSHOT</version>
     </parent>
 
     <name>cayenne-modeler-win-ext: Modeler Win Extensions</name>
diff --git a/modeler/cayenne-modeler-win/pom.xml 
b/modeler/cayenne-modeler-win/pom.xml
index ab1dcf2a0..b7b31ea02 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-win</artifactId>
diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml
index 825e832a9..d46254354 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler</artifactId>
diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml
index 0f0bae2c8..8a314615d 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-wocompat</artifactId>
diff --git a/modeler/pom.xml b/modeler/pom.xml
index 38fa6b6c6..04f8d5f7c 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 9d560c8ad..8a198a1b9 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.M1-SNAPSHOT</version>
+       <version>5.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <description>
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 1ff02830e..5304babcf 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
        
        <groupId>org.apache.cayenne.tutorials</groupId>
diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml
index 14341831b..c7079309b 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.M1-SNAPSHOT</version>
+               <version>5.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>tutorial</artifactId>

Reply via email to