Author: chirino
Date: Thu Jun 8 10:43:54 2006
New Revision: 412813
URL: http://svn.apache.org/viewvc?rev=412813&view=rev
Log:
fix the scm info for continum.
Modified:
incubator/activemq/trunk/assembly/pom.xml
Modified: incubator/activemq/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/pom.xml?rev=412813&r1=412812&r2=412813&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Thu Jun 8 10:43:54 2006
@@ -34,7 +34,13 @@
<packaging>jar</packaging>
<name>ActiveMQ :: Assembly</name>
<description>Puts together the ActiveMQ distribution</description>
-
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk/assembly</connection>
+
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk/assembly</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/assembly</url>
+ </scm>
+
<dependencies>
<!-- activemq -->
@@ -299,4 +305,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>