You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/03/30 12:32:10 UTC

svn commit: r1583116 - /maven/plugins/trunk/maven-reactor-plugin/pom.xml

Author: khmarbaise
Date: Sun Mar 30 10:32:10 2014
New Revision: 1583116

URL: http://svn.apache.org/r1583116
Log:
[maven-release-plugin] rollback the release of maven-reactor-plugin-1.1

Modified:
    maven/plugins/trunk/maven-reactor-plugin/pom.xml

Modified: maven/plugins/trunk/maven-reactor-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/pom.xml?rev=1583116&r1=1583115&r2=1583116&view=diff
==============================================================================
--- maven/plugins/trunk/maven-reactor-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-reactor-plugin/pom.xml Sun Mar 30 10:32:10 2014
@@ -19,7 +19,7 @@ specific language governing permissions 
 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: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' xmlns='http://maven.apache.org/POM/4.0.0'>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-reactor-plugin</artifactId>
-  <version>1.1</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Reactor Plugin (RETIRED)</name>
@@ -49,9 +49,9 @@ under the License.
   </prerequisites>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-reactor-plugin-1.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-reactor-plugin-1.1</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-reactor-plugin-1.1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-reactor-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-reactor-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/</url>
   </scm>
   <issueManagement>
     <system>jira</system>