You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/12/03 17:16:14 UTC

svn commit: r886839 - /activemq/activemq-systest/trunk/pom.xml

Author: dejanb
Date: Thu Dec  3 16:16:10 2009
New Revision: 886839

URL: http://svn.apache.org/viewvc?rev=886839&view=rev
Log:
adding snapshot repo

Modified:
    activemq/activemq-systest/trunk/pom.xml

Modified: activemq/activemq-systest/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-systest/trunk/pom.xml?rev=886839&r1=886838&r2=886839&view=diff
==============================================================================
--- activemq/activemq-systest/trunk/pom.xml (original)
+++ activemq/activemq-systest/trunk/pom.xml Thu Dec  3 16:16:10 2009
@@ -29,6 +29,13 @@
   	<spring-version>2.5.6</spring-version>
   </properties>
   
+  <repositories>
+  	<repository>
+  		<id>activemq-snapshots</id>
+  		<url>https://repository.apache.org/content/repositories/snapshots/</url>
+  	</repository>
+  </repositories>
+  
   <dependencies>
   	<dependency>
   		<groupId>org.apache.activemq</groupId>