You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/03/31 11:52:16 UTC

svn commit: r1087228 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: antelder
Date: Thu Mar 31 09:52:16 2011
New Revision: 1087228

URL: http://svn.apache.org/viewvc?rev=1087228&view=rev
Log:
Fix hudson build break by adding the snapshot repo

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=1087228&r1=1087227&r2=1087228&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Thu Mar 31 09:52:16 2011
@@ -75,6 +75,19 @@
             </snapshots>
         </repository>
     </repositories>
+    <pluginRepositories>
+      <pluginRepository>
+        <id>apache.snapshots</id>
+        <name>Apache Snapshot Repository</name>
+        <url>http://repository.apache.org/snapshots</url>
+        <releases>
+          <enabled>false</enabled>
+        </releases>
+        <snapshots>
+          <enabled>true</enabled>
+        </snapshots>
+      </pluginRepository> 
+    </pluginRepositories>
 
     <!-- ====================================================================== -->
     <!-- Distribution Management configuration                                  -->