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 2018/06/14 18:38:16 UTC

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

Author: gnodet
Date: Thu Jun 14 18:38:16 2018
New Revision: 1833549

URL: http://svn.apache.org/viewvc?rev=1833549&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.gogo.shell-1.1.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=1833549&r1=1833548&r2=1833549&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Thu Jun 14 18:38:16 2018
@@ -19,11 +19,11 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Gogo Shell</name>
 	<artifactId>org.apache.felix.gogo.shell</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/gogo/shell</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo/shell</developerConnection>
-        <url>http://svn.apache.org/repos/asf/felix/gogo/shell</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-1.1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-1.1.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-1.1.0</url>
     </scm>
 	<dependencies>
 		<dependency>
@@ -39,7 +39,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.gogo.runtime</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
+			<version>1.1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>