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 2009/10/25 13:43:10 UTC

svn commit: r829563 - in /cayenne/main/trunk: ./ assembly/ build-tools/ build-tools/cayenne-regression-profiler/ build-tools/maven-cayenne-build-plugin/ build-tools/maven-cayenne-doc-plugin/ docs/ docs/doc/ docs/quick-start-rop/ docs/quick-start-rop/ca...

Author: aadamchik
Date: Sun Oct 25 12:43:09 2009
New Revision: 829563

URL: http://svn.apache.org/viewvc?rev=829563&view=rev
Log:
changing version in the poms on trunk to 3.1-SNAPSHOT

Modified:
    cayenne/main/trunk/assembly/pom.xml
    cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml
    cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml
    cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml
    cayenne/main/trunk/build-tools/pom.xml
    cayenne/main/trunk/docs/doc/pom.xml
    cayenne/main/trunk/docs/pom.xml
    cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
    cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
    cayenne/main/trunk/docs/quick-start-rop/pom.xml
    cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml
    cayenne/main/trunk/framework/cayenne-agent/pom.xml
    cayenne/main/trunk/framework/cayenne-client/pom.xml
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml
    cayenne/main/trunk/framework/cayenne-modeler/pom.xml
    cayenne/main/trunk/framework/cayenne-server/pom.xml
    cayenne/main/trunk/framework/cayenne-tools/pom.xml
    cayenne/main/trunk/framework/maven-cayenne-modeler-plugin/pom.xml
    cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
    cayenne/main/trunk/framework/pom.xml
    cayenne/main/trunk/itests/cayenne-api/pom.xml
    cayenne/main/trunk/itests/itest-common/pom.xml
    cayenne/main/trunk/itests/jpa-chapter2/pom.xml
    cayenne/main/trunk/itests/jpa-chapter3/pom.xml
    cayenne/main/trunk/itests/jpa-chapter4/pom.xml
    cayenne/main/trunk/itests/jpa-chapter5/pom.xml
    cayenne/main/trunk/itests/jpa-chapter6/pom.xml
    cayenne/main/trunk/itests/jpa-chapter9/pom.xml
    cayenne/main/trunk/itests/pojo/pom.xml
    cayenne/main/trunk/itests/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml
    cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml
    cayenne/main/trunk/modeler/pom.xml
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/assembly/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/assembly/pom.xml (original)
+++ cayenne/main/trunk/assembly/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.assembly</groupId>

Modified: cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml (original)
+++ cayenne/main/trunk/build-tools/cayenne-regression-profiler/pom.xml Sun Oct 25 12:43:09 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.build-tools</groupId>

Modified: cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml (original)
+++ cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.build-tools</groupId>

Modified: cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml (original)
+++ cayenne/main/trunk/build-tools/maven-cayenne-doc-plugin/pom.xml Sun Oct 25 12:43:09 2009
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.build-tools</groupId>

Modified: cayenne/main/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/build-tools/pom.xml (original)
+++ cayenne/main/trunk/build-tools/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.parents</groupId>

Modified: cayenne/main/trunk/docs/doc/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/pom.xml (original)
+++ cayenne/main/trunk/docs/doc/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.docs</groupId>

Modified: cayenne/main/trunk/docs/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/docs/pom.xml (original)
+++ cayenne/main/trunk/docs/pom.xml Sun Oct 25 12:43:09 2009
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.parents</groupId>

Modified: cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-client-tutorial/pom.xml Sun Oct 25 12:43:09 2009
@@ -28,7 +28,7 @@
 
     <artifactId>cayenne-rop-tutorial-parent</artifactId>
 
-    <version>3.0-SNAPSHOT</version>
+    <version>3.1-SNAPSHOT</version>
 
   </parent>
 

Modified: cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start-rop/cayenne-rop-server-tutorial/pom.xml Sun Oct 25 12:43:09 2009
@@ -34,7 +34,7 @@
 
     <artifactId>cayenne-rop-tutorial-parent</artifactId>
 
-    <version>3.0-SNAPSHOT</version>
+    <version>3.1-SNAPSHOT</version>
 
   </parent>
 

Modified: cayenne/main/trunk/docs/quick-start-rop/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start-rop/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start-rop/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start-rop/pom.xml Sun Oct 25 12:43:09 2009
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cayenne</groupId>
     <artifactId>cayenne-parent</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.cayenne.rop.tutorials</groupId>

Modified: cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml (original)
+++ cayenne/main/trunk/docs/quick-start/cayenne-tutorial/pom.xml Sun Oct 25 12:43:09 2009
@@ -34,7 +34,7 @@
 
     <artifactId>cayenne-parent</artifactId>
 
-    <version>3.0-SNAPSHOT</version>
+    <version>3.1-SNAPSHOT</version>
 
   </parent>
 

Modified: cayenne/main/trunk/framework/cayenne-agent/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-agent/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-agent/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-agent/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-agent</artifactId>

Modified: cayenne/main/trunk/framework/cayenne-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-client/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-client/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-client/pom.xml Sun Oct 25 12:43:09 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-client</artifactId>
 	<packaging>jar</packaging>

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/pom.xml Sun Oct 25 12:43:09 2009
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.cayenne.unpublished</groupId>
 	<artifactId>cayenne-jdk1.5-unpublished</artifactId>

Modified: cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.6-unpublished/pom.xml Sun Oct 25 12:43:09 2009
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-jpa-unpublished/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-legal-unpublished/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.cayenne.unpublished</groupId>

Modified: cayenne/main/trunk/framework/cayenne-modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-modeler/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-modeler/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-modeler/pom.xml Sun Oct 25 12:43:09 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler</artifactId>

Modified: cayenne/main/trunk/framework/cayenne-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-server/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-server/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-server/pom.xml Sun Oct 25 12:43:09 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>cayenne-server</artifactId>
 	<packaging>jar</packaging>

Modified: cayenne/main/trunk/framework/cayenne-tools/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-tools/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-tools/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-tools/pom.xml Sun Oct 25 12:43:09 2009
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>cayenne-parent</artifactId>
         <groupId>org.apache.cayenne</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: cayenne/main/trunk/framework/maven-cayenne-modeler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-cayenne-modeler-plugin/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/maven-cayenne-modeler-plugin/pom.xml (original)
+++ cayenne/main/trunk/framework/maven-cayenne-modeler-plugin/pom.xml Sun Oct 25 12:43:09 2009
@@ -25,7 +25,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml (original)
+++ cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml Sun Oct 25 12:43:09 2009
@@ -25,7 +25,7 @@
 	<parent>
 		<artifactId>cayenne-parent</artifactId>
 		<groupId>org.apache.cayenne</groupId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: cayenne/main/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/framework/pom.xml (original)
+++ cayenne/main/trunk/framework/pom.xml Sun Oct 25 12:43:09 2009
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.cayenne.parents</groupId>
 	<artifactId>cayenne-framework-parent</artifactId>

Modified: cayenne/main/trunk/itests/cayenne-api/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/cayenne-api/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/cayenne-api/pom.xml (original)
+++ cayenne/main/trunk/itests/cayenne-api/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - Cayenne Persistence API</description>

Modified: cayenne/main/trunk/itests/itest-common/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/itest-common/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/itest-common/pom.xml (original)
+++ cayenne/main/trunk/itests/itest-common/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests Commons</description>

Modified: cayenne/main/trunk/itests/jpa-chapter2/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter2/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter2/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter2/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - JPA Chapter 2</description>

Modified: cayenne/main/trunk/itests/jpa-chapter3/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter3/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter3/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter3/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - JPA Chapter 3</description>

Modified: cayenne/main/trunk/itests/jpa-chapter4/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter4/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter4/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter4/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - JPA Chapter 4 - Query Language</description>

Modified: cayenne/main/trunk/itests/jpa-chapter5/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter5/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter5/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter5/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - JPA Chapter 5</description>

Modified: cayenne/main/trunk/itests/jpa-chapter6/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter6/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter6/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter6/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - JPA Chapter 6</description>

Modified: cayenne/main/trunk/itests/jpa-chapter9/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter9/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter9/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter9/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - JPA Persistence Unit Chapter 9</description>

Modified: cayenne/main/trunk/itests/pojo/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pojo/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/pojo/pom.xml (original)
+++ cayenne/main/trunk/itests/pojo/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne.itests</groupId>
 		<artifactId>cayenne-itests-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<description>Integration Tests - POJO</description>

Modified: cayenne/main/trunk/itests/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/itests/pom.xml (original)
+++ cayenne/main/trunk/itests/pom.xml Sun Oct 25 12:43:09 2009
@@ -28,7 +28,7 @@
     <parent>
       <groupId>org.apache.cayenne</groupId>
       <artifactId>cayenne-parent</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.cayenne.itests</groupId>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-java/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-java</artifactId>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-mac-ext/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-mac-ext</artifactId>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-mac/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-mac</artifactId>

Modified: cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml (original)
+++ cayenne/main/trunk/modeler/cayenne-modeler-win/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-win</artifactId>

Modified: cayenne/main/trunk/modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/modeler/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/modeler/pom.xml (original)
+++ cayenne/main/trunk/modeler/pom.xml Sun Oct 25 12:43:09 2009
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.cayenne</groupId>
 		<artifactId>cayenne-parent</artifactId>
-		<version>3.0-SNAPSHOT</version>
+		<version>3.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>cayenne-modeler-parent</artifactId>

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=829563&r1=829562&r2=829563&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Oct 25 12:43:09 2009
@@ -25,7 +25,7 @@
 
 	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne-parent</artifactId>
-	<version>3.0-SNAPSHOT</version>
+	<version>3.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Cayenne</name>