You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2009/10/11 23:28:34 UTC

svn commit: r824174 - /felix/trunk/main/pom.xml

Author: pauls
Date: Sun Oct 11 21:28:34 2009
New Revision: 824174

URL: http://svn.apache.org/viewvc?rev=824174&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.main-2.0.1

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=824174&r1=824173&r2=824174&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Sun Oct 11 21:28:34 2009
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.0.1</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -246,4 +246,10 @@
       </resource>
     </resources> 
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.1</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.1</url>
+  </scm>
 </project>