You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/11/13 07:42:59 UTC

cayenne git commit: [maven-release-plugin] prepare release 3.1.2

Repository: cayenne
Updated Branches:
  refs/heads/STABLE-3.1 50e4079de -> 554d17670


[maven-release-plugin] prepare release 3.1.2


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

Branch: refs/heads/STABLE-3.1
Commit: 554d176701f77527796d6daae4b8db540b90f2a8
Parents: 50e4079
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Nov 13 10:42:55 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Nov 13 10:42:55 2017 +0300

----------------------------------------------------------------------
 assembly/pom.xml                               | 2 +-
 build-tools/cayenne-test-utilities/pom.xml     | 2 +-
 build-tools/maven-cayenne-build-plugin/pom.xml | 2 +-
 build-tools/pom.xml                            | 2 +-
 docs/doc/pom.xml                               | 2 +-
 docs/docbook/cayenne-guide/pom.xml             | 2 +-
 docs/docbook/docbook-stylesheets/pom.xml       | 4 ++--
 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 +-
 framework/cayenne-client/pom.xml               | 2 +-
 framework/cayenne-di-unpublished/pom.xml       | 2 +-
 framework/cayenne-jdk1.5-unpublished/pom.xml   | 2 +-
 framework/cayenne-legal-unpublished/pom.xml    | 2 +-
 framework/cayenne-lifecycle/pom.xml            | 2 +-
 framework/cayenne-project/pom.xml              | 2 +-
 framework/cayenne-server/pom.xml               | 2 +-
 framework/cayenne-tools/pom.xml                | 2 +-
 framework/cayenne-wocompat-unpublished/pom.xml | 2 +-
 framework/maven-cayenne-plugin/pom.xml         | 2 +-
 framework/pom.xml                              | 2 +-
 itests/cayenne-runtime-itest/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-legacy/pom.xml     | 2 +-
 modeler/cayenne-modeler-mac/pom.xml            | 2 +-
 modeler/cayenne-modeler-win/pom.xml            | 2 +-
 modeler/cayenne-modeler/pom.xml                | 2 +-
 modeler/maven-cayenne-modeler-plugin/pom.xml   | 2 +-
 modeler/pom.xml                                | 2 +-
 pom.xml                                        | 4 ++--
 tutorials/pom.xml                              | 2 +-
 tutorials/tutorial-rop-client/pom.xml          | 4 ++--
 tutorials/tutorial-rop-server/pom.xml          | 4 ++--
 tutorials/tutorial/pom.xml                     | 4 ++--
 40 files changed, 45 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 124da30..e7539d8 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.assembly</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/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 808a57f..48df2fa 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</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/build-tools/maven-cayenne-build-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/maven-cayenne-build-plugin/pom.xml b/build-tools/maven-cayenne-build-plugin/pom.xml
index a478ab0..0ac88fd 100644
--- a/build-tools/maven-cayenne-build-plugin/pom.xml
+++ b/build-tools/maven-cayenne-build-plugin/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 7d3fe34..702d432 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>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.parents</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/doc/pom.xml
----------------------------------------------------------------------
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index ef91843..c8c2734 100644
--- a/docs/doc/pom.xml
+++ b/docs/doc/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/docbook/cayenne-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/cayenne-guide/pom.xml b/docs/docbook/cayenne-guide/pom.xml
index c08b73f..9396dbf 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>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cayenne.docs</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/docbook/docbook-stylesheets/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/docbook-stylesheets/pom.xml b/docs/docbook/docbook-stylesheets/pom.xml
index a70e495..30a8751 100644
--- a/docs/docbook/docbook-stylesheets/pom.xml
+++ b/docs/docbook/docbook-stylesheets/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.cayenne.docs</groupId>
         <artifactId>cayenne-docbook</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.2</version>
     </parent>
 
     <groupId>org.apache.cayenne.docs</groupId>
     <artifactId>docbook-stylesheets</artifactId>
-    <version>3.1.2-SNAPSHOT</version>
+    <version>3.1.2</version>
     <name>Docbook: Cayenne Stylesheets</name>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/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 c0496a8..e1206af 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>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cayenne.docs</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/docbook/getting-started/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/getting-started/pom.xml b/docs/docbook/getting-started/pom.xml
index 0531010..db57de7 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>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cayenne.docs</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/docbook/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/pom.xml b/docs/docbook/pom.xml
index 034a97a..09ae016 100644
--- a/docs/docbook/pom.xml
+++ b/docs/docbook/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.parents</groupId>
 		<artifactId>cayenne-docs-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/docbook/upgrade-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/upgrade-guide/pom.xml b/docs/docbook/upgrade-guide/pom.xml
index 37d84ed..f9caa1e 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>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.cayenne.docs</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 7a218b2..6d0d67c 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.parents</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-client/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-client/pom.xml b/framework/cayenne-client/pom.xml
index ce9aecc..c32b9ab 100644
--- a/framework/cayenne-client/pom.xml
+++ b/framework/cayenne-client/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>cayenne-client</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-di-unpublished/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-di-unpublished/pom.xml b/framework/cayenne-di-unpublished/pom.xml
index ce0d382..fad4d62 100644
--- a/framework/cayenne-di-unpublished/pom.xml
+++ b/framework/cayenne-di-unpublished/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.cayenne.unpublished</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-jdk1.5-unpublished/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-jdk1.5-unpublished/pom.xml b/framework/cayenne-jdk1.5-unpublished/pom.xml
index 6063604..3510ce1 100644
--- a/framework/cayenne-jdk1.5-unpublished/pom.xml
+++ b/framework/cayenne-jdk1.5-unpublished/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.cayenne.unpublished</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-legal-unpublished/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-legal-unpublished/pom.xml b/framework/cayenne-legal-unpublished/pom.xml
index 4e8778e..8985b76 100644
--- a/framework/cayenne-legal-unpublished/pom.xml
+++ b/framework/cayenne-legal-unpublished/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-lifecycle/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-lifecycle/pom.xml b/framework/cayenne-lifecycle/pom.xml
index 09c5c12..0534171 100644
--- a/framework/cayenne-lifecycle/pom.xml
+++ b/framework/cayenne-lifecycle/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>cayenne-lifecycle</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-project/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-project/pom.xml b/framework/cayenne-project/pom.xml
index 4bd838a..bd49df1 100644
--- a/framework/cayenne-project/pom.xml
+++ b/framework/cayenne-project/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-server/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-server/pom.xml b/framework/cayenne-server/pom.xml
index 6f02936..64ea589 100644
--- a/framework/cayenne-server/pom.xml
+++ b/framework/cayenne-server/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>cayenne-server</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-tools/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-tools/pom.xml b/framework/cayenne-tools/pom.xml
index 8902598..1ff33cb 100644
--- a/framework/cayenne-tools/pom.xml
+++ b/framework/cayenne-tools/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/cayenne-wocompat-unpublished/pom.xml
----------------------------------------------------------------------
diff --git a/framework/cayenne-wocompat-unpublished/pom.xml b/framework/cayenne-wocompat-unpublished/pom.xml
index 2a59ee3..4ae1180 100644
--- a/framework/cayenne-wocompat-unpublished/pom.xml
+++ b/framework/cayenne-wocompat-unpublished/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/maven-cayenne-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/framework/maven-cayenne-plugin/pom.xml b/framework/maven-cayenne-plugin/pom.xml
index 0aa1136..e2a2664 100644
--- a/framework/maven-cayenne-plugin/pom.xml
+++ b/framework/maven-cayenne-plugin/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/framework/pom.xml
----------------------------------------------------------------------
diff --git a/framework/pom.xml b/framework/pom.xml
index 701779c..d0887c8 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 	<groupId>org.apache.cayenne.parents</groupId>
 	<artifactId>cayenne-framework-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/itests/cayenne-runtime-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/cayenne-runtime-itest/pom.xml b/itests/cayenne-runtime-itest/pom.xml
index 9ad7fd6..b69b974 100644
--- a/itests/cayenne-runtime-itest/pom.xml
+++ b/itests/cayenne-runtime-itest/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 
 	<description>Integration Tests - Cayenne runtime</description>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/itests/cayenne-tools-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/cayenne-tools-itest/pom.xml b/itests/cayenne-tools-itest/pom.xml
index cd31ca0..2b4f5e2 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>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 
 	<description>Integration Tests - Cayenne Tools</description>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 986f38b..c261b75 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -25,7 +25,7 @@
     <parent>
       <groupId>org.apache.cayenne</groupId>
       <artifactId>cayenne-parent</artifactId>
-      <version>3.1.2-SNAPSHOT</version>
+      <version>3.1.2</version>
     </parent>
 
     <groupId>org.apache.cayenne.itests</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/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 6ac7628..370deff 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</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/cayenne-modeler-generic/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-generic/pom.xml b/modeler/cayenne-modeler-generic/pom.xml
index 521501c..6ae9c90 100644
--- a/modeler/cayenne-modeler-generic/pom.xml
+++ b/modeler/cayenne-modeler-generic/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/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 d371b36..845bb84 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</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/cayenne-modeler-mac-legacy/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-mac-legacy/pom.xml b/modeler/cayenne-modeler-mac-legacy/pom.xml
index a9a487b..82379fd 100644
--- a/modeler/cayenne-modeler-mac-legacy/pom.xml
+++ b/modeler/cayenne-modeler-mac-legacy/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/cayenne-modeler-mac/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-mac/pom.xml b/modeler/cayenne-modeler-mac/pom.xml
index c70bece..513541a 100644
--- a/modeler/cayenne-modeler-mac/pom.xml
+++ b/modeler/cayenne-modeler-mac/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/cayenne-modeler-win/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-win/pom.xml b/modeler/cayenne-modeler-win/pom.xml
index 6ef470c..77f07f7 100644
--- a/modeler/cayenne-modeler-win/pom.xml
+++ b/modeler/cayenne-modeler-win/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/cayenne-modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml
index f71e54d..23e73c7 100644
--- a/modeler/cayenne-modeler/pom.xml
+++ b/modeler/cayenne-modeler/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/maven-cayenne-modeler-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/maven-cayenne-modeler-plugin/pom.xml b/modeler/maven-cayenne-modeler-plugin/pom.xml
index f82a682..1382280 100644
--- a/modeler/maven-cayenne-modeler-plugin/pom.xml
+++ b/modeler/maven-cayenne-modeler-plugin/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/pom.xml b/modeler/pom.xml
index e5d50c5..bec3374 100644
--- a/modeler/pom.xml
+++ b/modeler/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fab6185..4f128e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 	<groupId>org.apache.cayenne</groupId>
 	<name>Cayenne</name>
 
-	<version>3.1.2-SNAPSHOT</version>
+	<version>3.1.2</version>
 	<packaging>pom</packaging>
 
 	<description>
@@ -200,7 +200,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>STABLE-3.1</tag>
+		<tag>3.1.2</tag>
 	</scm>
 	<organization>
 		<name>Apache Cayenne</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 7705576..c9125e8 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1.2-SNAPSHOT</version>
+		<version>3.1.2</version>
 	</parent>
 	<groupId>org.apache.cayenne.parents</groupId>
 	<artifactId>cayenne-tutorials-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/tutorials/tutorial-rop-client/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-client/pom.xml b/tutorials/tutorial-rop-client/pom.xml
index 57964b7..8ba57f1 100644
--- a/tutorials/tutorial-rop-client/pom.xml
+++ b/tutorials/tutorial-rop-client/pom.xml
@@ -18,13 +18,13 @@
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>tutorial-rop-client</artifactId>
 	<name>Cayenne ROP Client Tutorial</name>
-	<version>3.1.2-SNAPSHOT</version>
+	<version>3.1.2</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-client</artifactId>
-			<version>3.1.2-SNAPSHOT</version>
+			<version>3.1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>com.caucho</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/tutorials/tutorial-rop-server/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-server/pom.xml b/tutorials/tutorial-rop-server/pom.xml
index da3d989..5d371a6 100644
--- a/tutorials/tutorial-rop-server/pom.xml
+++ b/tutorials/tutorial-rop-server/pom.xml
@@ -18,14 +18,14 @@
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>tutorial-rop-server</artifactId>
 	<name>Cayenne ROP Server Tutorial</name>
-	<version>3.1.2-SNAPSHOT</version>
+	<version>3.1.2</version>
     <packaging>war</packaging>
 
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-server</artifactId>
-			<version>3.1.2-SNAPSHOT</version>
+			<version>3.1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/554d1767/tutorials/tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml
index 1c5f8fb..5979da6 100644
--- a/tutorials/tutorial/pom.xml
+++ b/tutorials/tutorial/pom.xml
@@ -18,13 +18,13 @@
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>tutorial</artifactId>
 	<name>Cayenne Tutorial</name>
-	<version>3.1.2-SNAPSHOT</version>
+	<version>3.1.2</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-server</artifactId>
-			<version>3.1.2-SNAPSHOT</version>
+			<version>3.1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>