You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by pl...@apache.org on 2006/04/12 18:59:53 UTC

svn commit: r393515 - /incubator/webwork2/action/pom.xml

Author: plightbo
Date: Wed Apr 12 09:59:51 2006
New Revision: 393515

URL: http://svn.apache.org/viewcvs?rev=393515&view=rev
Log:
other repos

Modified:
    incubator/webwork2/action/pom.xml

Modified: incubator/webwork2/action/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/pom.xml?rev=393515&r1=393514&r2=393515&view=diff
==============================================================================
--- incubator/webwork2/action/pom.xml (original)
+++ incubator/webwork2/action/pom.xml Wed Apr 12 09:59:51 2006
@@ -28,9 +28,22 @@
         </profile>
     </profiles>
     <repositories>
+     	<repository>
+            <id>snapshots-maven-codehaus</id>
+            <name>snapshots-maven-codehaus</name>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <url>http://snapshots.maven.codehaus.org/maven2</url>
+        </repository>
         <repository>
-            <id>apache</id>
-            <name>apache</name>
+            <id>opensymphony</id>
+            <name>opensymphony</name>
             <layout>legacy</layout>
             <snapshots>
                 <enabled>true</enabled>
@@ -40,7 +53,7 @@
             <releases>
                 <enabled>false</enabled>
             </releases>
-            <url>http://cvs.apache.org/repository</url>
+            <url>http://maven.opensymphony.com</url>
         </repository>
     </repositories>
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org