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 2006/12/30 03:08:48 UTC

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

Author: dims
Date: Fri Dec 29 18:08:48 2006
New Revision: 491151

URL: http://svn.apache.org/viewvc?view=rev&rev=491151
Log:
add repo's explicitly

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?view=diff&rev=491151&r1=491150&r2=491151
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Dec 29 18:08:48 2006
@@ -204,6 +204,20 @@
 			</build>
 		</profile>
 	</profiles>
+    <repositories>
+        <repository>
+            <id>maven-central</id>
+            <name>central maven repository</name>
+            <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>
+    </repositories>
 	<pluginRepositories>
 		<pluginRepository>
 			<id>snapshot</id>



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