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/09/05 02:23:35 UTC

svn commit: r692312 - /activemq/sandbox/kahadb/pom.xml

Author: chirino
Date: Thu Sep  4 17:23:35 2008
New Revision: 692312

URL: http://svn.apache.org/viewvc?rev=692312&view=rev
Log:
Added plugin snapshot repo so that the protobuf plugin downloads

Modified:
    activemq/sandbox/kahadb/pom.xml

Modified: activemq/sandbox/kahadb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/kahadb/pom.xml?rev=692312&r1=692311&r2=692312&view=diff
==============================================================================
--- activemq/sandbox/kahadb/pom.xml (original)
+++ activemq/sandbox/kahadb/pom.xml Thu Sep  4 17:23:35 2008
@@ -16,11 +16,13 @@
   limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>4</version>
+    <groupId>org.apache.activemq</groupId>
+    <artifactId>activemq-parent</artifactId>
+    <version>5.1.0</version>
   </parent>
+
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.activemq</groupId>
@@ -103,6 +105,17 @@
         
   </dependencies>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
   <build>
     <plugins>
       <plugin>