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 2008/11/25 17:52:55 UTC

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

Author: chirino
Date: Tue Nov 25 08:52:55 2008
New Revision: 720536

URL: http://svn.apache.org/viewvc?rev=720536&view=rev
Log:
Adding snapshot plugin repo since the activemq-protobuf plugin has not been released yet 

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=720536&r1=720535&r2=720536&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Nov 25 08:52:55 2008
@@ -148,6 +148,14 @@
     <url>http://svn.apache.org/viewvc/activemq/trunk/</url>
   </scm>
 
+  <!-- This is only here since the activemq-protobuf plugin has not been released yet -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+    </pluginRepository>
+  </pluginRepositories>
+
   <dependencyManagement>
     <dependencies>
       <!-- =============================== -->