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 2cb94fbc8 Rename current version to 4.2.RC1
2cb94fbc8 is described below

commit 2cb94fbc841a84e8089627a623e35387ef01b988
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue May 31 18:47:06 2022 +0300

    Rename current version to 4.2.RC1
---
 RELEASE-NOTES.txt                                  | 2 +-
 assembly/pom.xml                                   | 2 +-
 build-tools/cayenne-checkers/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-client-jetty/pom.xml                       | 2 +-
 cayenne-client/pom.xml                             | 2 +-
 cayenne-commitlog/pom.xml                          | 2 +-
 cayenne-crypto/pom.xml                             | 2 +-
 cayenne-dbcp2/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-jgroups/pom.xml                            | 2 +-
 cayenne-jms/pom.xml                                | 2 +-
 cayenne-joda/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-protostuff/pom.xml                         | 2 +-
 cayenne-rop-server/pom.xml                         | 2 +-
 cayenne-server/pom.xml                             | 2 +-
 cayenne-velocity/pom.xml                           | 2 +-
 cayenne-web/pom.xml                                | 2 +-
 cayenne-xmpp/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/getting-started-rop/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-rop-client-http2/pom.xml        | 2 +-
 tutorials/tutorial-rop-client/pom.xml              | 2 +-
 tutorials/tutorial-rop-server-http2/pom.xml        | 2 +-
 tutorials/tutorial-rop-server/pom.xml              | 2 +-
 tutorials/tutorial/pom.xml                         | 2 +-
 60 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 75500727d..68cfb71ad 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: 4.2.B2
+Release: 4.2.RC1
 Date:
 ----------------------------------
 Changes/New Features:
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 18824d80b..46570e309 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <groupId>org.apache.cayenne.assembly</groupId>
diff --git a/build-tools/cayenne-checkers/pom.xml 
b/build-tools/cayenne-checkers/pom.xml
index e9a88ed22..74fef0583 100644
--- a/build-tools/cayenne-checkers/pom.xml
+++ b/build-tools/cayenne-checkers/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.apache.cayenne.build-tools</groupId>
     <artifactId>cayenne-checkers</artifactId>
-    <version>4.2.B2-SNAPSHOT</version>
+    <version>4.2.RC1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>cayenne-checkers: Cayenne Code Checkers</name>
diff --git a/build-tools/cayenne-legal/pom.xml 
b/build-tools/cayenne-legal/pom.xml
index fdf8aa516..dcdcee3c3 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 3934bd63d..0c765627a 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <description>Common Unit Test Utilities</description>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 6ac23b82a..eb0bf093e 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <groupId>org.apache.cayenne.build-tools</groupId>
diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index 5daa005aa..d5b0d3009 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-cache-invalidation/pom.xml 
b/cayenne-cache-invalidation/pom.xml
index 21ec5b396..7d3db4fc5 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-cgen/pom.xml b/cayenne-cgen/pom.xml
index bddf5c616..dc796ae36 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml
index 706a21fe2..687b628ba 100644
--- a/cayenne-client-jetty/pom.xml
+++ b/cayenne-client-jetty/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
     <artifactId>cayenne-client-jetty</artifactId>
diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml
index ec38ceca1..94beec1f9 100644
--- a/cayenne-client/pom.xml
+++ b/cayenne-client/pom.xml
@@ -14,7 +14,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
        <artifactId>cayenne-client</artifactId>
        <packaging>jar</packaging>
diff --git a/cayenne-commitlog/pom.xml b/cayenne-commitlog/pom.xml
index 308ef8fb2..617131163 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 8fa96f445..6e28dea45 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
        <artifactId>cayenne-crypto</artifactId>
        <name>cayenne-crypto: Cayenne Cryptography Extensions</name>
diff --git a/cayenne-dbcp2/pom.xml b/cayenne-dbcp2/pom.xml
index 7128156d6..5e9acb0f5 100644
--- a/cayenne-dbcp2/pom.xml
+++ b/cayenne-dbcp2/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <artifactId>cayenne-dbcp2</artifactId>
     <name>cayenne-dbcp2: Cayenne DBCP2 Extension</name>
diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index 5fa0bfb37..2a7148570 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml
index 8e1f9ef37..e97479547 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 d4bac8698..39e68bfac 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml
index fe9576e71..70321e900 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-jgroups/pom.xml b/cayenne-jgroups/pom.xml
index dbfcb1406..b6a8a1ded 100644
--- a/cayenne-jgroups/pom.xml
+++ b/cayenne-jgroups/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-jms/pom.xml b/cayenne-jms/pom.xml
index d69f4d75f..900612d86 100644
--- a/cayenne-jms/pom.xml
+++ b/cayenne-jms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml
index b2f808f8a..f78d6e635 100644
--- a/cayenne-joda/pom.xml
+++ b/cayenne-joda/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <artifactId>cayenne-parent</artifactId>
                <groupId>org.apache.cayenne</groupId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
        <artifactId>cayenne-joda</artifactId>
        <name>cayenne-joda: Cayenne Joda Extensions</name>
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index 8087b1b84..42addfc01 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 d40d7f11a..6ac2a3860 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-project-compatibility/pom.xml 
b/cayenne-project-compatibility/pom.xml
index bfa436d24..41bd705b8 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml
index d2e9819d1..d6190260d 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
     <artifactId>cayenne-project</artifactId>
diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml
index 4a1670617..f40786604 100644
--- a/cayenne-protostuff/pom.xml
+++ b/cayenne-protostuff/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.cayenne</groupId>
         <artifactId>cayenne-parent</artifactId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <artifactId>cayenne-protostuff</artifactId>
     <packaging>jar</packaging>
diff --git a/cayenne-rop-server/pom.xml b/cayenne-rop-server/pom.xml
index 2b2ca966f..077228b52 100644
--- a/cayenne-rop-server/pom.xml
+++ b/cayenne-rop-server/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 49d318503..7a1b28b4d 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 ad0036349..d503fc3b9 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-web/pom.xml b/cayenne-web/pom.xml
index a9514aed2..bb9db89b4 100644
--- a/cayenne-web/pom.xml
+++ b/cayenne-web/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-xmpp/pom.xml b/cayenne-xmpp/pom.xml
index 1682044f3..5cf10efb4 100644
--- a/cayenne-xmpp/pom.xml
+++ b/cayenne-xmpp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-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 3b856697f..187e181d0 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-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 66b1947bc..ad7c628ff 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-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 2bfe48346..eae4e27b0 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-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 6eb85d353..52483041e 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/docs/asciidoc/getting-started-rop/pom.xml 
b/docs/asciidoc/getting-started-rop/pom.xml
index aca4380ea..337c1eef1 100644
--- a/docs/asciidoc/getting-started-rop/pom.xml
+++ b/docs/asciidoc/getting-started-rop/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 869f17d2d..05eab5516 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-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 c8f9dc286..ba0d61897 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 459fa4077..f9b8a0d0a 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-doc</artifactId>
diff --git a/docs/pom.xml b/docs/pom.xml
index 760970b79..2a751d4e8 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 94d4f7d3a..c659b4c0d 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 855fab622..9a1556d23 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 53b454a5f..e223576ec 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
        <description>Integration Tests - Cayenne Tools</description>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index fe6d12dba..1d738feb0 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 47b36a927..262ce7d30 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 fe42d904a..a5038add7 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 eaf474c4d..be60f32d5 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 a1261147d..12c2590be 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-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 300bea8f2..26522219e 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>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-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 72f21d8b2..e3daea67b 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-win</artifactId>
diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml
index e74c27f8e..db443f738 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler</artifactId>
diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml
index 7a8b03f57..4a27141d9 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-wocompat</artifactId>
diff --git a/modeler/pom.xml b/modeler/pom.xml
index 36a38a89f..82dbb3e26 100644
--- a/modeler/pom.xml
+++ b/modeler/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>cayenne-modeler-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 102e5e348..3536ae7ac 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>4.2.B2-SNAPSHOT</version>
+       <version>4.2.RC1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <description>
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 5ea0a1438..1a4b514d7 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.apache.cayenne</groupId>
                <artifactId>cayenne-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
        
        <groupId>org.apache.cayenne.tutorials</groupId>
diff --git a/tutorials/tutorial-rop-client-http2/pom.xml 
b/tutorials/tutorial-rop-client-http2/pom.xml
index 70feb0907..18394479d 100644
--- a/tutorials/tutorial-rop-client-http2/pom.xml
+++ b/tutorials/tutorial-rop-client-http2/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>cayenne-tutorials-parent</artifactId>
         <groupId>org.apache.cayenne.tutorials</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
     <artifactId>tutorial-rop-client-http2</artifactId>
diff --git a/tutorials/tutorial-rop-client/pom.xml 
b/tutorials/tutorial-rop-client/pom.xml
index 4f7353491..8cfd363a5 100644
--- a/tutorials/tutorial-rop-client/pom.xml
+++ b/tutorials/tutorial-rop-client/pom.xml
@@ -18,7 +18,7 @@
        <parent>
                <groupId>org.apache.cayenne.tutorials</groupId>
                <artifactId>cayenne-tutorials-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>tutorial-rop-client</artifactId>
diff --git a/tutorials/tutorial-rop-server-http2/pom.xml 
b/tutorials/tutorial-rop-server-http2/pom.xml
index d62bfacdb..f81fda4ba 100644
--- a/tutorials/tutorial-rop-server-http2/pom.xml
+++ b/tutorials/tutorial-rop-server-http2/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>cayenne-tutorials-parent</artifactId>
         <groupId>org.apache.cayenne.tutorials</groupId>
-        <version>4.2.B2-SNAPSHOT</version>
+        <version>4.2.RC1-SNAPSHOT</version>
     </parent>
 
     <artifactId>tutorial-rop-server-http2</artifactId>
diff --git a/tutorials/tutorial-rop-server/pom.xml 
b/tutorials/tutorial-rop-server/pom.xml
index 051fc42e8..a984fff01 100644
--- a/tutorials/tutorial-rop-server/pom.xml
+++ b/tutorials/tutorial-rop-server/pom.xml
@@ -18,7 +18,7 @@
        <parent>
                <groupId>org.apache.cayenne.tutorials</groupId>
                <artifactId>cayenne-tutorials-parent</artifactId>
-               <version>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>tutorial-rop-server</artifactId>
diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml
index fdbcab657..4ca7419fa 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>4.2.B2-SNAPSHOT</version>
+               <version>4.2.RC1-SNAPSHOT</version>
        </parent>
 
        <artifactId>tutorial</artifactId>

Reply via email to