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 2009/07/03 23:29:19 UTC

svn commit: r791020 - in /felix/trunk/gogo: commands/pom.xml console/pom.xml launcher/pom.xml pom.xml runtime/pom.xml

Author: rickhall
Date: Fri Jul  3 21:29:18 2009
New Revision: 791020

URL: http://svn.apache.org/viewvc?rev=791020&view=rev
Log:
Version should be 0.9.0-SNAPSHOT so the release version will be greater;
i.e., 1.0.0.

Modified:
    felix/trunk/gogo/commands/pom.xml
    felix/trunk/gogo/console/pom.xml
    felix/trunk/gogo/launcher/pom.xml
    felix/trunk/gogo/pom.xml
    felix/trunk/gogo/runtime/pom.xml

Modified: felix/trunk/gogo/commands/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/commands/pom.xml?rev=791020&r1=791019&r2=791020&view=diff
==============================================================================
--- felix/trunk/gogo/commands/pom.xml (original)
+++ felix/trunk/gogo/commands/pom.xml Fri Jul  3 21:29:18 2009
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell Commands</name>
     <artifactId>org.apache.felix.gogo.commands</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: felix/trunk/gogo/console/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/console/pom.xml?rev=791020&r1=791019&r2=791020&view=diff
==============================================================================
--- felix/trunk/gogo/console/pom.xml (original)
+++ felix/trunk/gogo/console/pom.xml Fri Jul  3 21:29:18 2009
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell Console</name>
     <artifactId>org.apache.felix.gogo.console</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: felix/trunk/gogo/launcher/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/launcher/pom.xml?rev=791020&r1=791019&r2=791020&view=diff
==============================================================================
--- felix/trunk/gogo/launcher/pom.xml (original)
+++ felix/trunk/gogo/launcher/pom.xml Fri Jul  3 21:29:18 2009
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell Launcher</name>
     <artifactId>org.apache.felix.gogo.launcher</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=791020&r1=791019&r2=791020&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Fri Jul  3 21:29:18 2009
@@ -30,7 +30,7 @@
     <description>Apache Felix Gogo Shell</description>
     <groupId>org.apache.felix.gogo</groupId>
     <artifactId>gogo</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
 
     <modules>
         <module>runtime</module>

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=791020&r1=791019&r2=791020&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Fri Jul  3 21:29:18 2009
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>