You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2015/10/01 10:21:50 UTC

svn commit: r1706192 - /felix/trunk/gogo/shell/pom.xml

Author: davidb
Date: Thu Oct  1 08:21:50 2015
New Revision: 1706192

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

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

Modified: felix/trunk/gogo/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/pom.xml?rev=1706192&r1=1706191&r2=1706192&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Thu Oct  1 08:21:50 2015
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell</name>
     <artifactId>org.apache.felix.gogo.shell</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -98,4 +98,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.12.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.12.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.12.0</url>
+  </scm>
 </project>