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:43:11 UTC

svn commit: r1585554 - 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:43:11 2014
New Revision: 1585554

URL: http://svn.apache.org/r1585554
Log:
[maven-release-plugin] rollback the release of 1.0_RC1

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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/asm/pom.xml (original)
+++ commons/proper/proxy/trunk/asm/pom.xml Mon Apr  7 18:43:11 2014
@@ -16,11 +16,13 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/build-tools/pom.xml (original)
+++ commons/proper/proxy/trunk/build-tools/pom.xml Mon Apr  7 18:43:11 2014
@@ -14,11 +14,12 @@
         limitations under the License.
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-proxy2-parent</artifactId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/cglib/pom.xml (original)
+++ commons/proper/proxy/trunk/cglib/pom.xml Mon Apr  7 18:43:11 2014
@@ -16,11 +16,13 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/core/pom.xml (original)
+++ commons/proper/proxy/trunk/core/pom.xml Mon Apr  7 18:43:11 2014
@@ -15,11 +15,13 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/dist/pom.xml (original)
+++ commons/proper/proxy/trunk/dist/pom.xml Mon Apr  7 18:43:11 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-proxy2-parent</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-proxy2</artifactId>

Modified: commons/proper/proxy/trunk/javassist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/javassist/pom.xml?rev=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/javassist/pom.xml (original)
+++ commons/proper/proxy/trunk/javassist/pom.xml Mon Apr  7 18:43:11 2014
@@ -16,11 +16,13 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/jdk/pom.xml (original)
+++ commons/proper/proxy/trunk/jdk/pom.xml Mon Apr  7 18:43:11 2014
@@ -16,11 +16,13 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-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=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Mon Apr  7 18:43:11 2014
@@ -16,7 +16,8 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
   <parent>
@@ -25,7 +26,7 @@
     <version>33</version>
   </parent>
   <artifactId>commons-proxy2-parent</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Apache Commons Proxy</name>
   <description>Java library for dynamic proxying</description>
   <url>http://commons.apache.org/proxy/</url>
@@ -82,14 +83,14 @@
       <timezone>+1</timezone>
     </developer>
     <developer>
-      <name>Jörg Hohwiller</name>
+      <name>J&#246;rg Hohwiller</name>
       <email>hohwille@users.sourceforge.net</email>
-      <organization />
+      <organization/>
       <roles>
         <role>mavenizer</role>
         <role>developer</role>
       </roles>
-      <url />
+      <url></url>
     </developer>
     <developer>
       <id>mbenson</id>
@@ -106,16 +107,16 @@
     <contributor>
       <name>Howard M. Lewis Ship</name>
       <email>hlship@apache.org</email>
-      <organization />
+      <organization/>
       <roles>
         <role>advisor</role>
       </roles>
       <url>http://www.howardlewisship.com/</url>
     </contributor>
     <contributor>
-      <name>Jörg Schaible</name>
+      <name>J&#246;rg Schaible</name>
       <email>joerg.schaible@gmx.de</email>
-      <organization />
+      <organization/>
       <roles>
         <role>advisor</role>
       </roles>

Modified: commons/proper/proxy/trunk/test/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/test/pom.xml?rev=1585554&r1=1585553&r2=1585554&view=diff
==============================================================================
--- commons/proper/proxy/trunk/test/pom.xml (original)
+++ commons/proper/proxy/trunk/test/pom.xml Mon Apr  7 18:43:11 2014
@@ -14,11 +14,12 @@
         limitations under the License.
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-test</artifactId>