You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2014/10/21 12:00:37 UTC

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

Author: gnodet
Date: Tue Oct 21 10:00:36 2014
New Revision: 1633333

URL: http://svn.apache.org/r1633333
Log:
[maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.14.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=1633333&r1=1633332&r2=1633333&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Tue Oct 21 10:00:36 2014
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.14.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -83,4 +83,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.14.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.14.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.14.0</url>
+  </scm>
 </project>