You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/05/25 11:30:41 UTC

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

Author: gtully
Date: Tue May 25 09:30:41 2010
New Revision: 947981

URL: http://svn.apache.org/viewvc?rev=947981&view=rev
Log:
add in apache.snapshots plugin repo for protobuf 1.1

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=947981&r1=947980&r2=947981&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue May 25 09:30:41 2010
@@ -176,6 +176,14 @@
     </repository>
   </repositories>
 
+  <!-- This is only here since the activemq-protobuf plugin has not been released yet -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots/</url>
+    </pluginRepository>
+  </pluginRepositories>
+
   <dependencyManagement>
     <dependencies>
       <!-- =============================== -->