Repository: cayenne
Updated Branches:
  refs/heads/master 59db53af5 -> 7a3189b5f


[maven-release-plugin] prepare release 4.1.M2


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

Branch: refs/heads/master
Commit: 7a3189b5f0fec6d05242776de37a76318efdab0b
Parents: 59db53a
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Wed Jul 11 16:33:54 2018 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Wed Jul 11 16:33:54 2018 +0300

----------------------------------------------------------------------
 assembly/pom.xml                                   |  8 ++++----
 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                               |  6 ++----
 cayenne-project-compatibility/pom.xml              |  2 +-
 cayenne-project/pom.xml                            |  2 +-
 cayenne-protostuff/pom.xml                         |  2 +-
 cayenne-rop-server/pom.xml                         |  6 ++----
 cayenne-server/pom.xml                             |  2 +-
 cayenne-velocity/pom.xml                           |  2 +-
 cayenne-web/pom.xml                                |  6 ++----
 cayenne-xmpp/pom.xml                               |  2 +-
 docs/asciidoc/cayenne-asciidoc-extension/pom.xml   |  6 ++----
 docs/asciidoc/cayenne-guide/pom.xml                | 10 ++++------
 docs/asciidoc/getting-started-db-first/pom.xml     | 10 ++++------
 docs/asciidoc/getting-started-guide/pom.xml        | 10 ++++------
 docs/asciidoc/getting-started-rop/pom.xml          | 10 ++++------
 docs/asciidoc/pom.xml                              |  8 +++-----
 docs/asciidoc/upgrade-guide/pom.xml                | 10 ++++------
 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/maven-cayenne-plugin/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                                            |  6 +++---
 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, 86 insertions(+), 106 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 48884e0..ef4d56b 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <groupId>org.apache.cayenne.assembly</groupId>
@@ -245,10 +245,10 @@
                                                                        <tasks>
                                                                                
<copy todir="${project.build.directory}/doc-staging">
                                                                                
        <fileset dir="${basedir}/../docs/asciidoc">
-                                                                               
                <include name="**/target/generated-docs/*.pdf"/>
-                                                                               
                <include name="**/target/generated-docs/*.html"/>
+                                                                               
                <include name="**/target/generated-docs/*.pdf" />
+                                                                               
                <include name="**/target/generated-docs/*.html" />
                                                                                
        </fileset>
-                                                                               
        <flattenmapper/>
+                                                                               
        <flattenmapper />
                                                                                
</copy>
                                                                        </tasks>
                                                                </configuration>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/build-tools/cayenne-checkers/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/cayenne-checkers/pom.xml 
b/build-tools/cayenne-checkers/pom.xml
index 0ec34c5..8ec016b 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.1.M2-SNAPSHOT</version>
+    <version>4.1.M2</version>
     <packaging>jar</packaging>
 
     <name>cayenne-checkers: Cayenne Code Checkers</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/build-tools/cayenne-legal/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/cayenne-legal/pom.xml 
b/build-tools/cayenne-legal/pom.xml
index 764b02b..dd1aa54 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-legal</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/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 c088b96..5635aba 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <description>Common Unit Test Utilities</description>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index f0dfa0e..aab7e39 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <groupId>org.apache.cayenne.build-tools</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-ant/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index b7558f6..51e0068 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-cache-invalidation/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-cache-invalidation/pom.xml 
b/cayenne-cache-invalidation/pom.xml
index 2b5663e..d2466a2 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-cgen/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-cgen/pom.xml b/cayenne-cgen/pom.xml
index 518b319..597e50b 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-client-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml
index 834330c..448a073 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <artifactId>cayenne-client-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-client/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml
index 08266b2..61e0991 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <artifactId>cayenne-client</artifactId>
        <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-commitlog/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-commitlog/pom.xml b/cayenne-commitlog/pom.xml
index 12ec8c7..96aa658 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 6dd01f2..dcf4da2 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <artifactId>cayenne-crypto</artifactId>
        <name>cayenne-crypto: Cayenne Cryptography Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-dbcp2/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-dbcp2/pom.xml b/cayenne-dbcp2/pom.xml
index 5f38a76..de47d75 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <artifactId>cayenne-dbcp2</artifactId>
     <name>cayenne-dbcp2: Cayenne DBCP2 Extension</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-dbsync/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index 5c68b4d..850c3b0 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-di/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml
index eed5f1d..e703f68 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <artifactId>cayenne-di</artifactId>
        <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-gradle-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-gradle-plugin/pom.xml b/cayenne-gradle-plugin/pom.xml
index 781985b..9a2d61b 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-jcache/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml
index 07fb5a3..0b040a6 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-jgroups/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-jgroups/pom.xml b/cayenne-jgroups/pom.xml
index 9698a38..aced3c1 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-jms/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-jms/pom.xml b/cayenne-jms/pom.xml
index f4da57b..eb858e7 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-joda/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml
index 9507517..e3bf461 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <artifactId>cayenne-joda</artifactId>
        <name>cayenne-joda: Cayenne Joda Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-lifecycle/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index b42b8f6..e752fc0 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <artifactId>cayenne-lifecycle</artifactId>
        <name>cayenne-lifecycle: Cayenne Lifecycle Utilities</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-osgi/pom.xml b/cayenne-osgi/pom.xml
index ffe3fdc..d3e97c1 100644
--- a/cayenne-osgi/pom.xml
+++ b/cayenne-osgi/pom.xml
@@ -17,13 +17,11 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-project-compatibility/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-project-compatibility/pom.xml 
b/cayenne-project-compatibility/pom.xml
index fd7b470..b4c3fde 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-project/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml
index 7e91eaf..02bbfc6 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <artifactId>cayenne-project</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-protostuff/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml
index 5ec532c..a5d0a12 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <artifactId>cayenne-protostuff</artifactId>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-rop-server/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-rop-server/pom.xml b/cayenne-rop-server/pom.xml
index 4fab676..d9ed1d4 100644
--- a/cayenne-rop-server/pom.xml
+++ b/cayenne-rop-server/pom.xml
@@ -17,13 +17,11 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-server/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 6f0a8c2..8ce09b6 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <artifactId>cayenne-server</artifactId>
        <name>cayenne-server: Cayenne Server</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-velocity/pom.xml b/cayenne-velocity/pom.xml
index 449579a..9507229 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-web/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-web/pom.xml b/cayenne-web/pom.xml
index 711193f..a705c27 100644
--- a/cayenne-web/pom.xml
+++ b/cayenne-web/pom.xml
@@ -17,13 +17,11 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/cayenne-xmpp/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-xmpp/pom.xml b/cayenne-xmpp/pom.xml
index cf3f849..8d6b841 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml 
b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
index c2b1e73..76bd6f9 100644
--- a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
+++ b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml
@@ -18,13 +18,11 @@
   ~  under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <artifactId>cayenne-asciidoc-extension</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/cayenne-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/cayenne-guide/pom.xml 
b/docs/asciidoc/cayenne-guide/pom.xml
index 0f773f6..a574936 100644
--- a/docs/asciidoc/cayenne-guide/pom.xml
+++ b/docs/asciidoc/cayenne-guide/pom.xml
@@ -18,13 +18,11 @@
   ~  under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -110,8 +108,8 @@
                                     <backend>pdf</backend>
                                     
<sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
-                                        <pagenums/>
-                                        <toc/>
+                                        <pagenums />
+                                        <toc />
                                     </attributes>
                                 </configuration>
                             </execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/getting-started-db-first/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/getting-started-db-first/pom.xml 
b/docs/asciidoc/getting-started-db-first/pom.xml
index 015d384..e8bc46c 100644
--- a/docs/asciidoc/getting-started-db-first/pom.xml
+++ b/docs/asciidoc/getting-started-db-first/pom.xml
@@ -18,13 +18,11 @@
   ~  under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -112,8 +110,8 @@
                                     <backend>pdf</backend>
                                     
<sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
-                                        <pagenums/>
-                                        <toc/>
+                                        <pagenums />
+                                        <toc />
                                     </attributes>
                                 </configuration>
                             </execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/getting-started-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/getting-started-guide/pom.xml 
b/docs/asciidoc/getting-started-guide/pom.xml
index 6cbab90..de00d64 100644
--- a/docs/asciidoc/getting-started-guide/pom.xml
+++ b/docs/asciidoc/getting-started-guide/pom.xml
@@ -18,13 +18,11 @@
   ~  under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -112,8 +110,8 @@
                                     <backend>pdf</backend>
                                     
<sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
-                                        <pagenums/>
-                                        <toc/>
+                                        <pagenums />
+                                        <toc />
                                     </attributes>
                                 </configuration>
                             </execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/getting-started-rop/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/getting-started-rop/pom.xml 
b/docs/asciidoc/getting-started-rop/pom.xml
index ceb6bba..ab4dcc1 100644
--- a/docs/asciidoc/getting-started-rop/pom.xml
+++ b/docs/asciidoc/getting-started-rop/pom.xml
@@ -17,13 +17,11 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -109,8 +107,8 @@
                                     <backend>pdf</backend>
                                     
<sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
-                                        <pagenums/>
-                                        <toc/>
+                                        <pagenums />
+                                        <toc />
                                     </attributes>
                                 </configuration>
                             </execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml
index 6ede61d..85b2d2b 100644
--- a/docs/asciidoc/pom.xml
+++ b/docs/asciidoc/pom.xml
@@ -18,14 +18,12 @@
   ~  under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <parent>
         <artifactId>cayenne-docs-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <artifactId>cayenne-asciidoc-parent</artifactId>
@@ -102,7 +100,7 @@
                         <icons>font</icons>
 
                         <sectanchors>true</sectanchors>
-                        <idprefix/> <!-- set the idprefix to blank -->
+                        <idprefix /> <!-- set the idprefix to blank -->
                         <idseparator>-</idseparator>
                     </attributes>
                 </configuration>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/asciidoc/upgrade-guide/pom.xml
----------------------------------------------------------------------
diff --git a/docs/asciidoc/upgrade-guide/pom.xml 
b/docs/asciidoc/upgrade-guide/pom.xml
index a6f0bcd..a89b939 100644
--- a/docs/asciidoc/upgrade-guide/pom.xml
+++ b/docs/asciidoc/upgrade-guide/pom.xml
@@ -18,13 +18,11 @@
   ~  under the License.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <parent>
         <artifactId>cayenne-asciidoc-parent</artifactId>
         <groupId>org.apache.cayenne.docs</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -108,8 +106,8 @@
                                     <backend>pdf</backend>
                                     
<sourceHighlighter>coderay</sourceHighlighter>
                                     <attributes>
-                                        <pagenums/>
-                                        <toc/>
+                                        <pagenums />
+                                        <toc />
                                     </attributes>
                                 </configuration>
                             </execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/doc/pom.xml
----------------------------------------------------------------------
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 68b7462..3943c7c 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-doc</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 068d9e5..e71070e 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <groupId>org.apache.cayenne.docs</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/maven-plugins/cayenne-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/cayenne-maven-plugin/pom.xml 
b/maven-plugins/cayenne-maven-plugin/pom.xml
index 93d8164..6fbde48 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/maven-plugins/cayenne-modeler-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/cayenne-modeler-maven-plugin/pom.xml 
b/maven-plugins/cayenne-modeler-maven-plugin/pom.xml
index 2291949..5744ced 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/maven-plugins/cayenne-tools-itest/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/cayenne-tools-itest/pom.xml 
b/maven-plugins/cayenne-tools-itest/pom.xml
index f173358..d7ef803 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
        <description>Integration Tests - Cayenne Tools</description>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/maven-plugins/maven-cayenne-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/maven-cayenne-plugin/pom.xml 
b/maven-plugins/maven-cayenne-plugin/pom.xml
index 58a8ad9..4dde07e 100644
--- a/maven-plugins/maven-cayenne-plugin/pom.xml
+++ b/maven-plugins/maven-cayenne-plugin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cayenne-maven-plugins-parent</artifactId>
         <groupId>org.apache.cayenne.plugins</groupId>
-        <version>4.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/maven-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 15be022..432e9eb 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        <groupId>org.apache.cayenne.plugins</groupId>
        <artifactId>cayenne-maven-plugins-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/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 45105f6..c87cd80 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler-generic-ext</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/modeler/cayenne-modeler-generic/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-generic/pom.xml 
b/modeler/cayenne-modeler-generic/pom.xml
index 7077d97..97e01fb 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler-generic</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/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 1fb55c4..b9e8248 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler-mac-ext</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/modeler/cayenne-modeler-mac/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-mac/pom.xml 
b/modeler/cayenne-modeler-mac/pom.xml
index 03c2a11..2f258b4 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler-mac</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/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 c754b34..434fea8 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <name>cayenne-modeler-win-ext: Modeler Win Extensions</name>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/modeler/cayenne-modeler-win/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-win/pom.xml 
b/modeler/cayenne-modeler-win/pom.xml
index 272db2b..393c24c 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler-win</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/modeler/cayenne-modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml
index a8ca1c1..9596261 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/modeler/cayenne-wocompat/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml
index 0e68e01..e0863a6 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-wocompat</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/modeler/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/pom.xml b/modeler/pom.xml
index 350029a..9ed5919 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>cayenne-modeler-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4b1a78e..2d06496 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.1.M2-SNAPSHOT</version>
+       <version>4.1.M2</version>
        <packaging>pom</packaging>
 
        <description>
@@ -279,7 +279,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>HEAD</tag>
+               <tag>4.1.M2</tag>
        </scm>
        <organization>
                <name>Apache Cayenne</name>
@@ -1645,7 +1645,7 @@
                        </activation>
                        <properties>
                                <javadoc.doclint>none</javadoc.doclint>
-                               
<javadoc.additionalOptions></javadoc.additionalOptions>
+                               <javadoc.additionalOptions />
                        </properties>
                </profile>
                <profile>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 9b81a69..54c348f 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
        
        <groupId>org.apache.cayenne.tutorials</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/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 e1f3d95..c0e38da 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <artifactId>tutorial-rop-client-http2</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/tutorials/tutorial-rop-client/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-client/pom.xml 
b/tutorials/tutorial-rop-client/pom.xml
index d3e8ab9..36efadd 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>tutorial-rop-client</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/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 091c312..53baae0 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.1.M2-SNAPSHOT</version>
+        <version>4.1.M2</version>
     </parent>
 
     <artifactId>tutorial-rop-server-http2</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/tutorials/tutorial-rop-server/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial-rop-server/pom.xml 
b/tutorials/tutorial-rop-server/pom.xml
index 45a9389..0aee0a8 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>tutorial-rop-server</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/7a3189b5/tutorials/tutorial/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml
index 32a0b84..18b19ef 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.1.M2-SNAPSHOT</version>
+               <version>4.1.M2</version>
        </parent>
 
        <artifactId>tutorial</artifactId>

Reply via email to