You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/07/18 06:53:06 UTC

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

Author: wsmoak
Date: Mon Jul 17 21:53:05 2006
New Revision: 422965

URL: http://svn.apache.org/viewvc?rev=422965&view=rev
Log:
Advance to version 4-SNAPSHOT, and update the snapshot repository URL as requested by Henri Yandell.

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=422965&r1=422964&r2=422965&view=diff
==============================================================================
--- struts/maven/trunk/pom/pom.xml (original)
+++ struts/maven/trunk/pom/pom.xml Mon Jul 17 21:53:05 2006
@@ -26,7 +26,7 @@
    </parent>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts-master</artifactId>
-   <version>3</version>
+   <version>4-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>Apache Struts</name>
    <scm>
@@ -331,13 +331,13 @@
       <repository>
          <id>apache.snapshots</id>
          <name>Apache Development Snapshot (and Test Build) Repository</name>
-         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+         <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
       </repository>
       <snapshotRepository>
          <uniqueVersion>false</uniqueVersion>
          <id>apache.snapshots</id>
          <name>Apache Development Snapshot Repository</name>
-         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+         <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
       </snapshotRepository>
       <site>
          <id>apache-site</id>