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/04/16 11:49:50 UTC

svn commit: r765544 - /activemq/trunk/pom.xml

Author: dejanb
Date: Thu Apr 16 09:49:49 2009
New Revision: 765544

URL: http://svn.apache.org/viewvc?rev=765544&view=rev
Log:
adding apache snapshot repository for camel 2.0 snapshots

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=765544&r1=765543&r2=765544&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Apr 16 09:49:49 2009
@@ -156,6 +156,16 @@
     </pluginRepository>
   </pluginRepositories>
 
+  <repositories>
+	<repository>
+      <id>hudson.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+	</repository>
+  </repositories>
+
   <dependencyManagement>
     <dependencies>
       <!-- =============================== -->