You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/02/13 18:22:04 UTC

svn commit: r627535 - /webservices/commons/trunk/modules/neethi/pom.xml

Author: dims
Date: Wed Feb 13 09:21:55 2008
New Revision: 627535

URL: http://svn.apache.org/viewvc?rev=627535&view=rev
Log:
oops! it's pointing to the wrong repo

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=627535&r1=627534&r2=627535&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Wed Feb 13 09:21:55 2008
@@ -230,12 +230,19 @@
             <url>http://repo1.maven.org/maven/</url>
             <layout>legacy</layout>
         </repository>
-        <repository>
-            <id>ws-zones</id>
-            <name>ws.zones maven repository</name>
-            <url>http://people.apache.org/repo/m1-snapshot-repository/</url>
-            <layout>legacy</layout>
-        </repository>
+        <repository>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>never</updatePolicy>
+            </snapshots>
+            <id>apache-ws-snapshots2</id>
+            <name>Apache ws.zones - 2</name>
+            <url>http://ws.zones.apache.org/repository2</url>
+        </repository>
     </repositories>
 	<pluginRepositories>
 		<pluginRepository>



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