You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/04/07 20:42:57 UTC

svn commit: r1585553 - in /commons/proper/proxy/trunk: asm/pom.xml build-tools/pom.xml cglib/pom.xml core/pom.xml dist/pom.xml javassist/pom.xml jdk/pom.xml pom.xml test/pom.xml

Author: mbenson
Date: Mon Apr  7 18:42:56 2014
New Revision: 1585553

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

Modified:
    commons/proper/proxy/trunk/asm/pom.xml
    commons/proper/proxy/trunk/build-tools/pom.xml
    commons/proper/proxy/trunk/cglib/pom.xml
    commons/proper/proxy/trunk/core/pom.xml
    commons/proper/proxy/trunk/dist/pom.xml
    commons/proper/proxy/trunk/javassist/pom.xml
    commons/proper/proxy/trunk/jdk/pom.xml
    commons/proper/proxy/trunk/pom.xml
    commons/proper/proxy/trunk/test/pom.xml

Modified: commons/proper/proxy/trunk/asm/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/asm/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/asm/pom.xml (original)
+++ commons/proper/proxy/trunk/asm/pom.xml Mon Apr  7 18:42:56 2014
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: commons/proper/proxy/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/build-tools/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/build-tools/pom.xml (original)
+++ commons/proper/proxy/trunk/build-tools/pom.xml Mon Apr  7 18:42:56 2014
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-proxy2-parent</artifactId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-build-tools</artifactId>

Modified: commons/proper/proxy/trunk/cglib/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/cglib/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/cglib/pom.xml (original)
+++ commons/proper/proxy/trunk/cglib/pom.xml Mon Apr  7 18:42:56 2014
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: commons/proper/proxy/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/core/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/core/pom.xml (original)
+++ commons/proper/proxy/trunk/core/pom.xml Mon Apr  7 18:42:56 2014
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: commons/proper/proxy/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/dist/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/dist/pom.xml (original)
+++ commons/proper/proxy/trunk/dist/pom.xml Mon Apr  7 18:42:56 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-proxy2-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-proxy2</artifactId>
@@ -33,9 +33,9 @@ under the License.
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/tags/1.0_RC1/dist</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/tags/1.0_RC1/dist</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/proxy/tags/1.0_RC1/dist</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/proxy/trunk/dist</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/proxy/trunk/javassist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/javassist/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/javassist/pom.xml (original)
+++ commons/proper/proxy/trunk/javassist/pom.xml Mon Apr  7 18:42:56 2014
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: commons/proper/proxy/trunk/jdk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/jdk/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/jdk/pom.xml (original)
+++ commons/proper/proxy/trunk/jdk/pom.xml Mon Apr  7 18:42:56 2014
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Mon Apr  7 18:42:56 2014
@@ -25,7 +25,7 @@
     <version>33</version>
   </parent>
   <artifactId>commons-proxy2-parent</artifactId>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <name>Apache Commons Proxy</name>
   <description>Java library for dynamic proxying</description>
   <url>http://commons.apache.org/proxy/</url>
@@ -129,9 +129,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/tags/1.0_RC1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/tags/1.0_RC1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/proxy/tags/1.0_RC1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/</url>
   </scm>
 
   <distributionManagement>

Modified: commons/proper/proxy/trunk/test/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/test/pom.xml?rev=1585553&r1=1585552&r2=1585553&view=diff
==============================================================================
--- commons/proper/proxy/trunk/test/pom.xml (original)
+++ commons/proper/proxy/trunk/test/pom.xml Mon Apr  7 18:42:56 2014
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-test</artifactId>