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

svn commit: r1057750 - /felix/trunk/gogo/runtime/pom.xml

Author: rickhall
Date: Tue Jan 11 17:36:16 2011
New Revision: 1057750

URL: http://svn.apache.org/viewvc?rev=1057750&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0

Modified:
    felix/trunk/gogo/runtime/pom.xml

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=1057750&r1=1057749&r2=1057750&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Tue Jan 11 17:36:16 2011
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -79,4 +79,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0</url>
+  </scm>
 </project>