You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2012/04/26 04:13:32 UTC

svn commit: r1330631 - /incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml

Author: smarru
Date: Thu Apr 26 02:13:31 2012
New Revision: 1330631

URL: http://svn.apache.org/viewvc?rev=1330631&view=rev
Log:
Reducing maven repos

Modified:
    incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml

Modified: incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml?rev=1330631&r1=1330630&r2=1330631&view=diff
==============================================================================
--- incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml (original)
+++ incubator/airavata/branches/0.2-incubating-SNAPSHOT/pom.xml Thu Apr 26 02:13:31 2012
@@ -302,6 +302,13 @@
 		</dependencies>
 	</dependencyManagement>
 	<repositories>
+	    <repository>
+            <id>central</id>
+            <name>Maven Central</name>
+            <url>http://repo1.maven.org/maven2</url>
+            <releases><enabled>true</enabled></releases>
+            <snapshots><enabled>false</enabled></snapshots>
+        </repository>
 		<repository>
 			<id>apache.snapshots</id>
 			<name>Apache Snapshot Repository</name>
@@ -328,24 +335,6 @@
 			</snapshots>
 		</repository>
 		<repository>
-			<id>ibiblio</id>
-			<name>ibiblio Repository</name>
-			<url>http://mirrors.ibiblio.org/pub/mirrors/maven2
-            </url>
-		</repository>
-		<repository>
-			<id>maven 2 java.net</id>
-			<name>2 java.net Maven Repository</name>
-			<url>http://download.java.net/maven/2/
-            </url>
-			<layout>default</layout>
-		</repository>
-		<repository>
-			<id>apache-repo</id>
-			<name>Apache Yfilter repo</name>
-			<url>http://people.apache.org/~lahiru/maven-repo</url>
-		</repository>
-		<repository>
 			<id>OW2</id>
 			<name>OW2 Repository</name>
 			<url>http://maven.ow2.org/maven2</url>