Author: chirino
Date: Wed Mar 21 18:59:21 2012
New Revision: 1303502
URL: http://svn.apache.org/viewvc?rev=1303502&view=rev
Log:
Add the fusesource snapshot repo so that the leveldb snapshot can be downloaded.
Modified:
activemq/trunk/pom.xml
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1303502&r1=1303501&r2=1303502&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Wed Mar 21 18:59:21 2012
@@ -214,6 +214,13 @@
<enabled>false</enabled>
</releases>
</repository>
+ <repository>
+ <id>fusesource-snapshots</id>
+
<url>http://repo.fusesource.com/nexus/content/groups/public-snapshots</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </repository>
+
</repositories>
<!-- This is only here since the activemq-protobuf plugin has not been
released yet -->