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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]