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/24 20:24:22 UTC

svn commit: r720264 - /activemq/activemq-protobuf/trunk/pom.xml

Author: chirino
Date: Mon Nov 24 11:24:22 2008
New Revision: 720264

URL: http://svn.apache.org/viewvc?rev=720264&view=rev
Log:
Adding scm info

Modified:
    activemq/activemq-protobuf/trunk/pom.xml

Modified: activemq/activemq-protobuf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/pom.xml?rev=720264&r1=720263&r2=720264&view=diff
==============================================================================
--- activemq/activemq-protobuf/trunk/pom.xml (original)
+++ activemq/activemq-protobuf/trunk/pom.xml Mon Nov 24 11:24:22 2008
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.1.0</version>
+    <version>5.2.0</version>
   </parent>
 
   <groupId>org.apache.activemq.protobuf</groupId>
@@ -41,5 +41,10 @@
     <module>activemq-protobuf-test</module>
   </modules>
 
-  
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/</url>
+  </scm>
+
 </project>