You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/17 00:09:41 UTC

svn commit: r765788 - /incubator/shindig/branches/1.0.x-incubating/pom.xml

Author: vsiveton
Date: Thu Apr 16 22:09:40 2009
New Revision: 765788

URL: http://svn.apache.org/viewvc?rev=765788&view=rev
Log:
o merged r750858

Modified:
    incubator/shindig/branches/1.0.x-incubating/pom.xml

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=765788&r1=765787&r2=765788&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Thu Apr 16 22:09:40 2009
@@ -1085,6 +1085,15 @@
   <!-- ====================================================================== -->
   <repositories>
     <repository>
+      <id>central</id>
+      <name>Maven Repository Switchboard</name>
+      <layout>default</layout>
+      <url>http://repo1.maven.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
       <id>caja</id>
       <url>http://google-caja.googlecode.com/svn/maven</url>
     </repository>