Author: mbo
Date: Tue Mar 10 22:01:29 2015
New Revision: 1665719
URL: http://svn.apache.org/r1665719
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
db/jdo/branches/3.1/api/pom.xml
db/jdo/branches/3.1/copyjdorijars/pom.xml
db/jdo/branches/3.1/exectck/pom.xml
db/jdo/branches/3.1/parent-pom/pom.xml
db/jdo/branches/3.1/pom.xml
db/jdo/branches/3.1/tck/pom.xml
Modified: db/jdo/branches/3.1/api/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1/api/pom.xml?rev=1665719&r1=1665718&r2=1665719&view=diff
==============================================================================
--- db/jdo/branches/3.1/api/pom.xml (original)
+++ db/jdo/branches/3.1/api/pom.xml Tue Mar 10 22:01:29 2015
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.jdo</groupId>
<artifactId>parent-pom</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
@@ -29,13 +29,13 @@
<groupId>javax.jdo</groupId>
<artifactId>jdo-api</artifactId>
<name>JDO API</name>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<description>The Java Data Objects (JDO) API is a standard interface-based Java model
abstraction of persistence, developed as Java Specification Request 243 under the auspices
of the Java Community Process.</description>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</developerConnection>
- <url>http://svn.apache.org/viewvc/db/jdo/tags/jdo-3.1/jdo</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/db/jdo</url>
</scm>
<build>
Modified: db/jdo/branches/3.1/copyjdorijars/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1/copyjdorijars/pom.xml?rev=1665719&r1=1665718&r2=1665719&view=diff
==============================================================================
--- db/jdo/branches/3.1/copyjdorijars/pom.xml (original)
+++ db/jdo/branches/3.1/copyjdorijars/pom.xml Tue Mar 10 22:01:29 2015
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.jdo</groupId>
<artifactId>parent-pom</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
@@ -29,13 +29,13 @@
<groupId>org.apache.jdo</groupId>
<artifactId>copy-jdori-jars</artifactId>
<name>JDO RI Jar Copy</name>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<description>The Java Data Objects (JDO) API is a standard interface-based Java model
abstraction of persistence, developed as Java Specification Request 243 under the auspices
of the Java Community Process.</description>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</developerConnection>
- <url>http://svn.apache.org/viewvc/db/jdo/tags/jdo-3.1/jdo</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/db/jdo</url>
</scm>
<build>
Modified: db/jdo/branches/3.1/exectck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1/exectck/pom.xml?rev=1665719&r1=1665718&r2=1665719&view=diff
==============================================================================
--- db/jdo/branches/3.1/exectck/pom.xml (original)
+++ db/jdo/branches/3.1/exectck/pom.xml Tue Mar 10 22:01:29 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.jdo</groupId>
<artifactId>parent-pom</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
@@ -28,14 +28,14 @@
<groupId>org.apache.jdo</groupId>
<artifactId>jdo-exectck</artifactId>
<packaging>maven-plugin</packaging>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<name>JDO TCK Execution Maven Mojo</name>
<url>http://maven.apache.org</url>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</developerConnection>
- <url>http://svn.apache.org/viewvc/db/jdo/tags/jdo-3.1/jdo</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/db/jdo</url>
</scm>
<build>
Modified: db/jdo/branches/3.1/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1/parent-pom/pom.xml?rev=1665719&r1=1665718&r2=1665719&view=diff
==============================================================================
--- db/jdo/branches/3.1/parent-pom/pom.xml (original)
+++ db/jdo/branches/3.1/parent-pom/pom.xml Tue Mar 10 22:01:29 2015
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.jdo</groupId>
<artifactId>parent-pom</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JDO PARENT</name>
<description>The Java Data Objects (JDO) API is a standard interface-based
@@ -38,9 +38,9 @@ Requests (JSR 12 and 243) under the ausp
<inceptionYear>2005</inceptionYear>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</developerConnection>
- <url>http://svn.apache.org/viewvc/db/jdo/tags/jdo-3.1/jdo</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/db/jdo</url>
</scm>
<organization>
@@ -53,17 +53,17 @@ Requests (JSR 12 and 243) under the ausp
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo-api</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.jdo</groupId>
<artifactId>jdo-exectck</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.jdo</groupId>
<artifactId>jdo-tck</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Modified: db/jdo/branches/3.1/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1/pom.xml?rev=1665719&r1=1665718&r2=1665719&view=diff
==============================================================================
--- db/jdo/branches/3.1/pom.xml (original)
+++ db/jdo/branches/3.1/pom.xml Tue Mar 10 22:01:29 2015
@@ -22,7 +22,7 @@
<groupId>org.apache</groupId>
<artifactId>jdo</artifactId>
<packaging>pom</packaging>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<name>JDO Root POM</name>
<modules>
@@ -36,14 +36,14 @@
<parent>
<groupId>org.apache.jdo</groupId>
<artifactId>parent-pom</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>parent-pom</relativePath>
</parent>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1</developerConnection>
- <url>http://svn.apache.org/viewvc/db/jdo/tags/jdo-3.1</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/db/jdo</url>
</scm>
<build>
Modified: db/jdo/branches/3.1/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1/tck/pom.xml?rev=1665719&r1=1665718&r2=1665719&view=diff
==============================================================================
--- db/jdo/branches/3.1/tck/pom.xml (original)
+++ db/jdo/branches/3.1/tck/pom.xml Tue Mar 10 22:01:29 2015
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.jdo</groupId>
<artifactId>parent-pom</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.jdo</groupId>
<artifactId>jdo-tck</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<name>JDO Technology Compatibility Kit (TCK)</name>
<description>The Java Data Objects (JDO) API is a standard interface-based Java
model abstraction of persistence, developed as Java Specification Request JSR 243 under the
auspices of the Java Community Process.
@@ -37,9 +37,9 @@
</description>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/tags/jdo-3.1/3.1</developerConnection>
- <url>http://svn.apache.org/viewvc/db/jdo/tags/jdo-3.1/jdo</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/db/jdo</url>
</scm>
<build>
@@ -72,7 +72,7 @@
<plugin>
<groupId>org.apache.jdo</groupId>
<artifactId>jdo-exectck</artifactId>
- <version>3.1</version>
+ <version>3.1.1-SNAPSHOT</version>
<executions>
<execution>
<phase>integration-test</phase>
|