Author: pauls
Date: Tue Mar 6 15:00:41 2012
New Revision: 1297511
URL: http://svn.apache.org/viewvc?rev=1297511&view=rev
Log:
Add a proper svn tag root
Modified:
felix/trunk/shell/pom.xml
Modified: felix/trunk/shell/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=1297511&r1=1297510&r2=1297511&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Tue Mar 6 15:00:41 2012
@@ -28,6 +28,11 @@
<description>A simple OSGi command shell service.</description>
<artifactId>org.apache.felix.shell</artifactId>
<version>1.5.0-SNAPSHOT</version>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/shell</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/shell</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/shell</url>
+ </scm>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>