You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2010/11/14 08:17:16 UTC

svn commit: r1034947 - in /cayenne/main/tags/3.1M1: ./ assembly/ build-tools/ build-tools/cayenne-test-utilities/ build-tools/maven-cayenne-build-plugin/ build-tools/maven-cayenne-doc-plugin/ docs/ docs/doc/ framework/ framework/cayenne-client/ framewo...

Author: aadamchik
Date: Sun Nov 14 07:17:15 2010
New Revision: 1034947

URL: http://svn.apache.org/viewvc?rev=1034947&view=rev
Log:
setting 3.1M1 POM version

Modified:
    cayenne/main/tags/3.1M1/assembly/pom.xml
    cayenne/main/tags/3.1M1/build-tools/cayenne-test-utilities/pom.xml
    cayenne/main/tags/3.1M1/build-tools/maven-cayenne-build-plugin/pom.xml
    cayenne/main/tags/3.1M1/build-tools/maven-cayenne-doc-plugin/pom.xml
    cayenne/main/tags/3.1M1/build-tools/pom.xml
    cayenne/main/tags/3.1M1/docs/doc/pom.xml
    cayenne/main/tags/3.1M1/docs/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-client/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-di-unpublished/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-jdk1.5-unpublished/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-jdk1.6-unpublished/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-legal-unpublished/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-project-unpublished/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-server/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-tools/pom.xml
    cayenne/main/tags/3.1M1/framework/cayenne-wocompat-unpublished/pom.xml
    cayenne/main/tags/3.1M1/framework/maven-cayenne-plugin/pom.xml
    cayenne/main/tags/3.1M1/framework/pom.xml
    cayenne/main/tags/3.1M1/itests/cayenne-runtime-itest/pom.xml
    cayenne/main/tags/3.1M1/itests/cayenne-tools-itest/pom.xml
    cayenne/main/tags/3.1M1/itests/pom.xml
    cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic-ext/pom.xml
    cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic/pom.xml
    cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac-ext/pom.xml
    cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac/pom.xml
    cayenne/main/tags/3.1M1/modeler/cayenne-modeler-win/pom.xml
    cayenne/main/tags/3.1M1/modeler/cayenne-modeler/pom.xml
    cayenne/main/tags/3.1M1/modeler/maven-cayenne-modeler-plugin/pom.xml
    cayenne/main/tags/3.1M1/modeler/pom.xml
    cayenne/main/tags/3.1M1/pom.xml
    cayenne/main/tags/3.1M1/tutorials/pom.xml
    cayenne/main/tags/3.1M1/tutorials/tutorial-rop-client/pom.xml
    cayenne/main/tags/3.1M1/tutorials/tutorial-rop-server/pom.xml
    cayenne/main/tags/3.1M1/tutorials/tutorial/pom.xml

Modified: cayenne/main/tags/3.1M1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/assembly/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/assembly/pom.xml (original)
+++ cayenne/main/tags/3.1M1/assembly/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.assembly</groupId>

Modified: cayenne/main/tags/3.1M1/build-tools/cayenne-test-utilities/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/build-tools/cayenne-test-utilities/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/build-tools/cayenne-test-utilities/pom.xml (original)
+++ cayenne/main/tags/3.1M1/build-tools/cayenne-test-utilities/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<description>Common Unit Test Utilities</description>

Modified: cayenne/main/tags/3.1M1/build-tools/maven-cayenne-build-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/build-tools/maven-cayenne-build-plugin/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/build-tools/maven-cayenne-build-plugin/pom.xml (original)
+++ cayenne/main/tags/3.1M1/build-tools/maven-cayenne-build-plugin/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.build-tools</groupId>

Modified: cayenne/main/tags/3.1M1/build-tools/maven-cayenne-doc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/build-tools/maven-cayenne-doc-plugin/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/build-tools/maven-cayenne-doc-plugin/pom.xml (original)
+++ cayenne/main/tags/3.1M1/build-tools/maven-cayenne-doc-plugin/pom.xml Sun Nov 14 07:17:15 2010
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.build-tools</groupId>

Modified: cayenne/main/tags/3.1M1/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/build-tools/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/build-tools/pom.xml (original)
+++ cayenne/main/tags/3.1M1/build-tools/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.parents</groupId>

Modified: cayenne/main/tags/3.1M1/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/docs/doc/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/docs/doc/pom.xml (original)
+++ cayenne/main/tags/3.1M1/docs/doc/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.docs</groupId>

Modified: cayenne/main/tags/3.1M1/docs/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/docs/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/docs/pom.xml (original)
+++ cayenne/main/tags/3.1M1/docs/pom.xml Sun Nov 14 07:17:15 2010
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.parents</groupId>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-client/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-client/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-client/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 	<artifactId>cayenne-client</artifactId>
 	<packaging>jar</packaging>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-di-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-di-unpublished/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-di-unpublished/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-di-unpublished/pom.xml Sun Nov 14 07:17:15 2010
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 	<groupId>org.apache.cayenne.unpublished</groupId>
 	<artifactId>cayenne-di-unpublished</artifactId>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-jdk1.5-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-jdk1.5-unpublished/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-jdk1.5-unpublished/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-jdk1.5-unpublished/pom.xml Sun Nov 14 07:17:15 2010
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 	<groupId>org.apache.cayenne.unpublished</groupId>
 	<artifactId>cayenne-jdk1.5-unpublished</artifactId>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-jdk1.6-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-jdk1.6-unpublished/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-jdk1.6-unpublished/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-jdk1.6-unpublished/pom.xml Sun Nov 14 07:17:15 2010
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-legal-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-legal-unpublished/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-legal-unpublished/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-legal-unpublished/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-project-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-project-unpublished/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-project-unpublished/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-project-unpublished/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-server/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-server/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-server/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 	<artifactId>cayenne-server</artifactId>
 	<packaging>jar</packaging>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-tools/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-tools/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-tools/pom.xml Sun Nov 14 07:17:15 2010
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>3.1-SNAPSHOT</version>
+        <version>3.1M1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: cayenne/main/tags/3.1M1/framework/cayenne-wocompat-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/cayenne-wocompat-unpublished/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/cayenne-wocompat-unpublished/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/cayenne-wocompat-unpublished/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/tags/3.1M1/framework/maven-cayenne-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/maven-cayenne-plugin/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/maven-cayenne-plugin/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/maven-cayenne-plugin/pom.xml Sun Nov 14 07:17:15 2010
@@ -25,7 +25,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: cayenne/main/tags/3.1M1/framework/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/framework/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/framework/pom.xml (original)
+++ cayenne/main/tags/3.1M1/framework/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 	<groupId>org.apache.cayenne.parents</groupId>
 	<artifactId>cayenne-framework-parent</artifactId>

Modified: cayenne/main/tags/3.1M1/itests/cayenne-runtime-itest/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/itests/cayenne-runtime-itest/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/itests/cayenne-runtime-itest/pom.xml (original)
+++ cayenne/main/tags/3.1M1/itests/cayenne-runtime-itest/pom.xml Sun Nov 14 07:17:15 2010
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<description>Integration Tests - Cayenne runtime</description>

Modified: cayenne/main/tags/3.1M1/itests/cayenne-tools-itest/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/itests/cayenne-tools-itest/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/itests/cayenne-tools-itest/pom.xml (original)
+++ cayenne/main/tags/3.1M1/itests/cayenne-tools-itest/pom.xml Sun Nov 14 07:17:15 2010
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<description>Integration Tests - Cayenne Tools</description>

Modified: cayenne/main/tags/3.1M1/itests/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/itests/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/itests/pom.xml (original)
+++ cayenne/main/tags/3.1M1/itests/pom.xml Sun Nov 14 07:17:15 2010
@@ -28,7 +28,7 @@
     <parent>
       <groupId>org.apache.cayenne</groupId>
       <artifactId>cayenne-parent</artifactId>
-      <version>3.1-SNAPSHOT</version>
+      <version>3.1M1</version>
     </parent>
 
     <groupId>org.apache.cayenne.itests</groupId>

Modified: cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic-ext/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic-ext/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic-ext/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic-ext/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-generic-ext</artifactId>

Modified: cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/cayenne-modeler-generic/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-generic</artifactId>

Modified: cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac-ext/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac-ext/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac-ext/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac-ext/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-mac-ext</artifactId>

Modified: cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/cayenne-modeler-mac/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-mac</artifactId>

Modified: cayenne/main/tags/3.1M1/modeler/cayenne-modeler-win/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/cayenne-modeler-win/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/cayenne-modeler-win/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/cayenne-modeler-win/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-win</artifactId>

Modified: cayenne/main/tags/3.1M1/modeler/cayenne-modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/cayenne-modeler/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/cayenne-modeler/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/cayenne-modeler/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler</artifactId>

Modified: cayenne/main/tags/3.1M1/modeler/maven-cayenne-modeler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/maven-cayenne-modeler-plugin/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/maven-cayenne-modeler-plugin/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/maven-cayenne-modeler-plugin/pom.xml Sun Nov 14 07:17:15 2010
@@ -25,7 +25,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: cayenne/main/tags/3.1M1/modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/modeler/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/modeler/pom.xml (original)
+++ cayenne/main/tags/3.1M1/modeler/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-parent</artifactId>

Modified: cayenne/main/tags/3.1M1/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/pom.xml (original)
+++ cayenne/main/tags/3.1M1/pom.xml Sun Nov 14 07:17:15 2010
@@ -26,7 +26,7 @@
 	<groupId>org.apache.cayenne</groupId>
 	<name>Cayenne</name>
 
-	<version>3.1-SNAPSHOT</version>
+	<version>3.1M1</version>
 	<packaging>pom</packaging>
 
 	<description>

Modified: cayenne/main/tags/3.1M1/tutorials/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/tutorials/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/tutorials/pom.xml (original)
+++ cayenne/main/tags/3.1M1/tutorials/pom.xml Sun Nov 14 07:17:15 2010
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.1-SNAPSHOT</version>
+		<version>3.1M1</version>
 	</parent>
 	<groupId>org.apache.cayenne.parents</groupId>
 	<artifactId>cayenne-tutorials-parent</artifactId>

Modified: cayenne/main/tags/3.1M1/tutorials/tutorial-rop-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/tutorials/tutorial-rop-client/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/tutorials/tutorial-rop-client/pom.xml (original)
+++ cayenne/main/tags/3.1M1/tutorials/tutorial-rop-client/pom.xml Sun Nov 14 07:17:15 2010
@@ -19,13 +19,13 @@
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>tutorial-rop-client</artifactId>
 	<name>Cayenne ROP Client Tutorial</name>
-	<version>3.1-SNAPSHOT</version>
+	<version>3.1M1</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-client</artifactId>
-			<version>3.1-SNAPSHOT</version>
+			<version>3.1M1</version>
 		</dependency>
 		<dependency>
 			<groupId>com.caucho</groupId>

Modified: cayenne/main/tags/3.1M1/tutorials/tutorial-rop-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/tutorials/tutorial-rop-server/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/tutorials/tutorial-rop-server/pom.xml (original)
+++ cayenne/main/tags/3.1M1/tutorials/tutorial-rop-server/pom.xml Sun Nov 14 07:17:15 2010
@@ -19,13 +19,13 @@
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>tutorial-rop-server</artifactId>
 	<name>Cayenne ROP Server Tutorial</name>
-	<version>3.1-SNAPSHOT</version>
+	<version>3.1M1</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-server</artifactId>
-			<version>3.1-SNAPSHOT</version>
+			<version>3.1M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>

Modified: cayenne/main/tags/3.1M1/tutorials/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/tags/3.1M1/tutorials/tutorial/pom.xml?rev=1034947&r1=1034946&r2=1034947&view=diff
==============================================================================
--- cayenne/main/tags/3.1M1/tutorials/tutorial/pom.xml (original)
+++ cayenne/main/tags/3.1M1/tutorials/tutorial/pom.xml Sun Nov 14 07:17:15 2010
@@ -19,13 +19,13 @@
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>tutorial</artifactId>
 	<name>Cayenne Tutorial</name>
-	<version>3.1-SNAPSHOT</version>
+	<version>3.1M1</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-server</artifactId>
-			<version>3.1-SNAPSHOT</version>
+			<version>3.1M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.derby</groupId>