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/04/19 18:07:16 UTC

svn commit: r1829588 - in /felix/trunk/gogo: command/pom.xml jline/pom.xml pom.xml runtime/pom.xml shell/pom.xml

Author: gnodet
Date: Thu Apr 19 18:07:15 2018
New Revision: 1829588

URL: http://svn.apache.org/viewvc?rev=1829588&view=rev
Log:
[gogo] Switch version to 1.1.0

Modified:
    felix/trunk/gogo/command/pom.xml
    felix/trunk/gogo/jline/pom.xml
    felix/trunk/gogo/pom.xml
    felix/trunk/gogo/runtime/pom.xml
    felix/trunk/gogo/shell/pom.xml

Modified: felix/trunk/gogo/command/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/command/pom.xml?rev=1829588&r1=1829587&r2=1829588&view=diff
==============================================================================
--- felix/trunk/gogo/command/pom.xml (original)
+++ felix/trunk/gogo/command/pom.xml Thu Apr 19 18:07:15 2018
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>gogo-parent</artifactId>
-    <version>2</version>
+    <version>3-SNAPSHOT</version>
     <relativePath>../gogo-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>org.apache.felix.gogo.command</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <name>Apache Felix Gogo Command</name>
 
   <description>

Modified: felix/trunk/gogo/jline/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/jline/pom.xml?rev=1829588&r1=1829587&r2=1829588&view=diff
==============================================================================
--- felix/trunk/gogo/jline/pom.xml (original)
+++ felix/trunk/gogo/jline/pom.xml Thu Apr 19 18:07:15 2018
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo JLine Shell</name>
     <artifactId>org.apache.felix.gogo.jline</artifactId>
-    <version>1.0.13-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/gogo/jline</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo/jline</developerConnection>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.jline</groupId>

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=1829588&r1=1829587&r2=1829588&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Thu Apr 19 18:07:15 2018
@@ -29,7 +29,7 @@
     <name>Apache Felix Gogo</name>
     <description>Apache Felix Gogo Subproject</description>
     <artifactId>gogo-reactor</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
 
     <scm>
          <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/gogo</connection>

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=1829588&r1=1829587&r2=1829588&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Thu Apr 19 18:07:15 2018
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>1.0.13-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/gogo/runtime</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo/runtime</developerConnection>

Modified: felix/trunk/gogo/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/pom.xml?rev=1829588&r1=1829587&r2=1829588&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Thu Apr 19 18:07:15 2018
@@ -19,7 +19,7 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Gogo Shell</name>
 	<artifactId>org.apache.felix.gogo.shell</artifactId>
-	<version>1.0.1-SNAPSHOT</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -36,7 +36,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.gogo.runtime</artifactId>
-			<version>1.0.1-SNAPSHOT</version>
+			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>