You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by we...@apache.org on 2009/04/27 05:18:25 UTC

svn commit: r768862 - /struts/maven/trunk/pom/pom.xml

Author: wesw
Date: Mon Apr 27 03:18:24 2009
New Revision: 768862

URL: http://svn.apache.org/viewvc?rev=768862&view=rev
Log:
[maven-release-plugin] rollback the release of struts-master-5

Modified:
    struts/maven/trunk/pom/pom.xml

Modified: struts/maven/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/pom/pom.xml?rev=768862&r1=768861&r2=768862&view=diff
==============================================================================
--- struts/maven/trunk/pom/pom.xml (original)
+++ struts/maven/trunk/pom/pom.xml Mon Apr 27 03:18:24 2009
@@ -17,7 +17,8 @@
     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>
    <parent>
       <groupId>org.apache</groupId>
@@ -26,14 +27,14 @@
    </parent>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-master</artifactId>
-   <version>5</version>
+   <version>5-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>Apache Struts</name>
 
    <scm>
-     <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts-master-5</connection>
-     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts-master-5</developerConnection>
-     <url>http://svn.apache.org/repos/asf/struts/maven/tags/struts-master-5</url>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/pom</connection>
+     <developerConnection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/pom</developerConnection>
+     <url>http://svn.apache.org/repos/asf/struts/maven/trunk/pom</url>
    </scm>
    
    <description>