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 2010/12/26 22:26:07 UTC

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

Author: pauls
Date: Sun Dec 26 21:26:07 2010
New Revision: 1052956

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

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1052956&r1=1052955&r2=1052956&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Sun Dec 26 21:26:07 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.0.7</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -169,4 +169,10 @@
       </resource>
     </resources> 
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.7</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.7</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.7</url>
+  </scm>
 </project>