You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/07/18 22:58:03 UTC

svn commit: r965285 - /activemq/sandbox/activemq-apollo-actor/pom.xml

Author: chirino
Date: Sun Jul 18 20:58:03 2010
New Revision: 965285

URL: http://svn.apache.org/viewvc?rev=965285&view=rev
Log:
add the apache snapshot repos so that the karaf dependency auto downloads

Modified:
    activemq/sandbox/activemq-apollo-actor/pom.xml

Modified: activemq/sandbox/activemq-apollo-actor/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-apollo-actor/pom.xml?rev=965285&r1=965284&r2=965285&view=diff
==============================================================================
--- activemq/sandbox/activemq-apollo-actor/pom.xml (original)
+++ activemq/sandbox/activemq-apollo-actor/pom.xml Sun Jul 18 20:58:03 2010
@@ -186,6 +186,12 @@
       <snapshots><enabled>true</enabled></snapshots>
       <releases><enabled>true</enabled></releases>
     </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <snapshots><enabled>true</enabled></snapshots>
+      <releases><enabled>false</enabled></releases>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
@@ -195,6 +201,12 @@
       <snapshots><enabled>true</enabled></snapshots>
       <releases><enabled>true</enabled></releases>
     </pluginRepository>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <snapshots><enabled>true</enabled></snapshots>
+      <releases><enabled>false</enabled></releases>
+    </pluginRepository>
   </pluginRepositories>
   
   <dependencyManagement>