Author: jrbauer
Date: Fri Apr 12 19:13:45 2013
New Revision: 1467424

URL: http://svn.apache.org/r1467424
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    openjpa/branches/1.2.x/openjpa-all/pom.xml
    openjpa/branches/1.2.x/openjpa-examples/pom.xml
    openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml
    openjpa/branches/1.2.x/openjpa-integration/pom.xml
    openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
    openjpa/branches/1.2.x/openjpa-jdbc/pom.xml
    openjpa/branches/1.2.x/openjpa-kernel/pom.xml
    openjpa/branches/1.2.x/openjpa-lib/pom.xml
    openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml
    openjpa/branches/1.2.x/openjpa-persistence/pom.xml
    openjpa/branches/1.2.x/openjpa-project/pom.xml
    openjpa/branches/1.2.x/openjpa-slice/pom.xml
    openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml
    openjpa/branches/1.2.x/pom.xml

Modified: openjpa/branches/1.2.x/openjpa-all/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-all/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-all/pom.xml Fri Apr 12 19:13:45 2013
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <build>

Modified: openjpa/branches/1.2.x/openjpa-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-examples/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-examples/pom.xml Fri Apr 12 19:13:45 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/examples/pom.xml Fri Apr 12 
19:13:45 2013
@@ -37,7 +37,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/pom.xml Fri Apr 12 19:13:45 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml Fri Apr 12 19:13:45 
2013
@@ -60,7 +60,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-jdbc/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-jdbc/pom.xml Fri Apr 12 19:13:45 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-kernel/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-kernel/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-kernel/pom.xml Fri Apr 12 19:13:45 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-lib/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-lib/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-lib/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-lib/pom.xml Fri Apr 12 19:13:45 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-persistence-jdbc/pom.xml Fri Apr 12 19:13:45 
2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-persistence/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-persistence/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-persistence/pom.xml Fri Apr 12 19:13:45 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-project/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/pom.xml Fri Apr 12 19:13:45 2013
@@ -39,7 +39,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-slice/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-slice/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-slice/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-slice/pom.xml Fri Apr 12 19:13:45 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-xmlstore/pom.xml Fri Apr 12 19:13:45 2013
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>1.2.3</version>
+        <version>1.2.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>

Modified: openjpa/branches/1.2.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/pom.xml?rev=1467424&r1=1467423&r2=1467424&view=diff
==============================================================================
--- openjpa/branches/1.2.x/pom.xml (original)
+++ openjpa/branches/1.2.x/pom.xml Fri Apr 12 19:13:45 2013
@@ -34,7 +34,7 @@
     <artifactId>openjpa-parent</artifactId>
     <packaging>pom</packaging>
     <name>OpenJPA Parent POM</name>
-    <version>1.2.3</version>
+    <version>1.2.4-SNAPSHOT</version>
 
     <description>Apache OpenJPA implementation of JSR-220 JPA 1.0</description>
 
@@ -128,9 +128,9 @@
     </distributionManagement>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/tags/1.2.3</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/tags/1.2.3</developerConnection>
-        <url>http://svn.apache.org/repos/asf/openjpa/tags/1.2.3</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/openjpa/branches/1.2.x</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openjpa/branches/1.2.x</developerConnection>
+        <url>http://svn.apache.org/repos/asf/openjpa/branches/1.2.x</url>
     </scm>
 
     <modules>


Reply via email to