You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by sk...@apache.org on 2016/12/06 14:04:09 UTC

cayenne git commit: [maven-release-plugin] prepare for next development iteration

Repository: cayenne
Updated Branches:
  refs/heads/master ab130b5cc -> 1e01dc871


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/1e01dc87
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/1e01dc87
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/1e01dc87

Branch: refs/heads/master
Commit: 1e01dc871983f8d97fde75d1a15e09d30ae43dd9
Parents: ab130b5
Author: Savva Kolbachev <s....@gmail.com>
Authored: Tue Dec 6 17:03:54 2016 +0300
Committer: Savva Kolbachev <s....@gmail.com>
Committed: Tue Dec 6 17:03:54 2016 +0300

----------------------------------------------------------------------
 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-client-jetty/pom.xml                             | 2 +-
 cayenne-client/pom.xml                                   | 2 +-
 cayenne-crypto/pom.xml                                   | 2 +-
 cayenne-dbcp2/pom.xml                                    | 2 +-
 cayenne-dbsync/pom.xml                                   | 2 +-
 cayenne-di/pom.xml                                       | 2 +-
 cayenne-java8/pom.xml                                    | 2 +-
 cayenne-joda/pom.xml                                     | 2 +-
 cayenne-lifecycle/pom.xml                                | 2 +-
 cayenne-project/pom.xml                                  | 2 +-
 cayenne-protostuff/pom.xml                               | 2 +-
 cayenne-server/pom.xml                                   | 2 +-
 cayenne-tools/pom.xml                                    | 2 +-
 docs/doc/pom.xml                                         | 2 +-
 docs/docbook/cayenne-guide/pom.xml                       | 2 +-
 docs/docbook/docbook-stylesheets/pom.xml                 | 2 +-
 docs/docbook/getting-started-reverse-engineering/pom.xml | 2 +-
 docs/docbook/getting-started-rop/pom.xml                 | 2 +-
 docs/docbook/getting-started/pom.xml                     | 2 +-
 docs/docbook/pom.xml                                     | 2 +-
 docs/docbook/upgrade-guide/pom.xml                       | 2 +-
 docs/pom.xml                                             | 2 +-
 itests/cayenne-tools-itest/pom.xml                       | 2 +-
 itests/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 +-
 plugins/maven-cayenne-modeler-plugin/pom.xml             | 2 +-
 plugins/maven-cayenne-plugin/pom.xml                     | 2 +-
 plugins/pom.xml                                          | 2 +-
 pom.xml                                                  | 4 ++--
 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 +-
 48 files changed, 49 insertions(+), 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index bb31393..6940d5a 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.assembly</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/build-tools/cayenne-checkers/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/cayenne-checkers/pom.xml b/build-tools/cayenne-checkers/pom.xml
index eba7845..409f60d 100644
--- a/build-tools/cayenne-checkers/pom.xml
+++ b/build-tools/cayenne-checkers/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cayenne.build-tools</groupId>
         <artifactId>build-tools-parent</artifactId>
-        <version>4.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/build-tools/cayenne-legal/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/cayenne-legal/pom.xml b/build-tools/cayenne-legal/pom.xml
index fa82a51..9c2fbd5 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-legal</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/build-tools/cayenne-test-utilities/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/cayenne-test-utilities/pom.xml b/build-tools/cayenne-test-utilities/pom.xml
index 48570ae..11fdf75 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<description>Common Unit Test Utilities</description>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index aab0a24..524d9b2 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.build-tools</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-client-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml
index ec47ff9..4421af8 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.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
 
     <artifactId>cayenne-client-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-client/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml
index fa7b731..cfdfca7 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-client</artifactId>
 	<packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index b4179bd..ea3d2ca 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-crypto</artifactId>
 	<name>Cayenne Cryptography Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-dbcp2/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-dbcp2/pom.xml b/cayenne-dbcp2/pom.xml
index a1d0f3d..bb85c8f 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.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
     <artifactId>cayenne-dbcp2</artifactId>
     <name>Cayenne DBCP2 Extension</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-dbsync/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index 4c90531..ef02fc7 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-di/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml
index afccb50..e077b71 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-di</artifactId>
 	<packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-java8/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-java8/pom.xml b/cayenne-java8/pom.xml
index 8ba0713..8524bda 100644
--- a/cayenne-java8/pom.xml
+++ b/cayenne-java8/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-java8</artifactId>
 	<name>Cayenne Java8 Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-joda/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml
index 0db11f9..60993f8 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-joda</artifactId>
 	<name>Cayenne Joda Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-lifecycle/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index 3222e31..b25b5be 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-lifecycle</artifactId>
 	<name>Cayenne Lifecycle Utilities</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-project/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml
index 4eca67f..87b029f 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-project</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-protostuff/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml
index 986dd7e..0173c15 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.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
     <artifactId>cayenne-protostuff</artifactId>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-server/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 40113c8..736d7d5 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-server</artifactId>
 	<name>Cayenne Server</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/cayenne-tools/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-tools/pom.xml b/cayenne-tools/pom.xml
index 2880538..809d8d3 100644
--- a/cayenne-tools/pom.xml
+++ b/cayenne-tools/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/doc/pom.xml
----------------------------------------------------------------------
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 6ddf395..91dbc35 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-doc</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/cayenne-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/cayenne-guide/pom.xml b/docs/docbook/cayenne-guide/pom.xml
index 2f10186..fced1f7 100644
--- a/docs/docbook/cayenne-guide/pom.xml
+++ b/docs/docbook/cayenne-guide/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.docs</groupId>
 		<artifactId>cayenne-docbook</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/docbook-stylesheets/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/docbook-stylesheets/pom.xml b/docs/docbook/docbook-stylesheets/pom.xml
index 892d89b..68b3bbf 100644
--- a/docs/docbook/docbook-stylesheets/pom.xml
+++ b/docs/docbook/docbook-stylesheets/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cayenne.docs</groupId>
         <artifactId>cayenne-docbook</artifactId>
-        <version>4.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
 
     <artifactId>docbook-stylesheets</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/getting-started-reverse-engineering/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/getting-started-reverse-engineering/pom.xml b/docs/docbook/getting-started-reverse-engineering/pom.xml
index 0acaebc..95dba9c 100644
--- a/docs/docbook/getting-started-reverse-engineering/pom.xml
+++ b/docs/docbook/getting-started-reverse-engineering/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cayenne.docs</groupId>
         <artifactId>cayenne-docbook</artifactId>
-        <version>4.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>getting-started-reverse-engineering</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/getting-started-rop/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/getting-started-rop/pom.xml b/docs/docbook/getting-started-rop/pom.xml
index 8725656..02f86c9 100644
--- a/docs/docbook/getting-started-rop/pom.xml
+++ b/docs/docbook/getting-started-rop/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.docs</groupId>
 		<artifactId>cayenne-docbook</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>getting-started-rop</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/getting-started/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/getting-started/pom.xml b/docs/docbook/getting-started/pom.xml
index 6196e7d..cbc56f2 100644
--- a/docs/docbook/getting-started/pom.xml
+++ b/docs/docbook/getting-started/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.docs</groupId>
 		<artifactId>cayenne-docbook</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/pom.xml b/docs/docbook/pom.xml
index f1e7914..95e921d 100644
--- a/docs/docbook/pom.xml
+++ b/docs/docbook/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.docs</groupId>
 		<artifactId>cayenne-docs-parent</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	
 	<modules>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/docbook/upgrade-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/upgrade-guide/pom.xml b/docs/docbook/upgrade-guide/pom.xml
index 41b1a3e..57e1eca 100644
--- a/docs/docbook/upgrade-guide/pom.xml
+++ b/docs/docbook/upgrade-guide/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.docs</groupId>
 		<artifactId>cayenne-docbook</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>upgrade-guide</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 14cbf3f..9762467 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.docs</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/itests/cayenne-tools-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/cayenne-tools-itest/pom.xml b/itests/cayenne-tools-itest/pom.xml
index f196645..0ccc1df 100644
--- a/itests/cayenne-tools-itest/pom.xml
+++ b/itests/cayenne-tools-itest/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - Cayenne Tools</description>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index dc7281d..f567d27 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -25,7 +25,7 @@
     <parent>
       <groupId>org.apache.cayenne</groupId>
       <artifactId>cayenne-parent</artifactId>
-      <version>4.0.M4</version>
+      <version>4.0.M5-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cayenne.itests</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler-generic-ext/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-generic-ext/pom.xml b/modeler/cayenne-modeler-generic-ext/pom.xml
index e0d76ba..36c5c30 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-generic-ext</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler-generic/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-generic/pom.xml b/modeler/cayenne-modeler-generic/pom.xml
index 26e73d9..5b53311 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-generic</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler-mac-ext/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-mac-ext/pom.xml b/modeler/cayenne-modeler-mac-ext/pom.xml
index d710db9..514cbb2 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-mac-ext</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler-mac/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-mac/pom.xml b/modeler/cayenne-modeler-mac/pom.xml
index f8a12e4..f973a5b 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-mac</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler-win-ext/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-win-ext/pom.xml b/modeler/cayenne-modeler-win-ext/pom.xml
index a91a5a4..f3cbe79 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.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
 
     <name>Cayenne Modeler Win Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler-win/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-win/pom.xml b/modeler/cayenne-modeler-win/pom.xml
index 26331e2..bd8a955 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-win</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml
index 7be71d1..e217f3c 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/cayenne-wocompat/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml
index 6e161b5..5b13645 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-wocompat</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/pom.xml b/modeler/pom.xml
index 5b81e49..68d06b4 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/plugins/maven-cayenne-modeler-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/maven-cayenne-modeler-plugin/pom.xml b/plugins/maven-cayenne-modeler-plugin/pom.xml
index 29c7d51..a8e1a19 100644
--- a/plugins/maven-cayenne-modeler-plugin/pom.xml
+++ b/plugins/maven-cayenne-modeler-plugin/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>cayenne-plugins-parent</artifactId>
 		<groupId>org.apache.cayenne.plugins</groupId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/plugins/maven-cayenne-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/maven-cayenne-plugin/pom.xml b/plugins/maven-cayenne-plugin/pom.xml
index 598630d..4cfb39a 100644
--- a/plugins/maven-cayenne-plugin/pom.xml
+++ b/plugins/maven-cayenne-plugin/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<artifactId>cayenne-plugins-parent</artifactId>
 		<groupId>org.apache.cayenne.plugins</groupId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 264ba89..a6b8a10 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>4.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.cayenne.plugins</groupId>
 	<artifactId>cayenne-plugins-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26e5bcb..fa7ba07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 	<groupId>org.apache.cayenne</groupId>
 	<name>Cayenne</name>
 
-	<version>4.0.M4</version>
+	<version>4.0.M5-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<description>
@@ -246,7 +246,7 @@
 		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/cayenne.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cayenne.git</developerConnection>
 		<url>https://github.com/apache/cayenne</url>
-		<tag>4.0.M4</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<organization>
 		<name>Apache Cayenne</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 5f617af..57c66f9 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 	
 	<groupId>org.apache.cayenne.tutorials</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/tutorials/tutorial-rop-client-http2/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-client-http2/pom.xml b/tutorials/tutorial-rop-client-http2/pom.xml
index 60fc231..ab4e061 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.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
 
     <artifactId>tutorial-rop-client-http2</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/tutorials/tutorial-rop-client/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-client/pom.xml b/tutorials/tutorial-rop-client/pom.xml
index 0e5e721..e9bcd0e 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>tutorial-rop-client</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/tutorials/tutorial-rop-server-http2/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-server-http2/pom.xml b/tutorials/tutorial-rop-server-http2/pom.xml
index 60cd24d..e338ce5 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.0.M4</version>
+        <version>4.0.M5-SNAPSHOT</version>
     </parent>
 
     <artifactId>tutorial-rop-server-http2</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/tutorials/tutorial-rop-server/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-server/pom.xml b/tutorials/tutorial-rop-server/pom.xml
index 61205ec..b2afbed 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>tutorial-rop-server</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1e01dc87/tutorials/tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml
index 45b6b4c..d818dda 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.0.M4</version>
+		<version>4.0.M5-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>tutorial</artifactId>