You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/06/30 01:11:50 UTC

svn commit: r1141319 - /felix/trunk/bundlerepository/pom.xml

Author: mcculls
Date: Wed Jun 29 23:11:50 2011
New Revision: 1141319

URL: http://svn.apache.org/viewvc?rev=1141319&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.bundlerepository-1.6.6

Modified:
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1141319&r1=1141318&r2=1141319&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Wed Jun 29 23:11:50 2011
@@ -28,7 +28,7 @@
   <name>Apache Felix Bundle Repository</name>
   <description>Bundle repository service.</description>
   <artifactId>org.apache.felix.bundlerepository</artifactId>
-  <version>1.6.5-SNAPSHOT</version>
+  <version>1.6.6</version>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -130,4 +130,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.bundlerepository-1.6.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.bundlerepository-1.6.6</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.bundlerepository-1.6.6</url>
+  </scm>
 </project>