You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2010/06/07 00:10:08 UTC

svn commit: r952010 - in /felix/trunk: framework.security/pom.xml gogo/command/pom.xml gogo/runtime/pom.xml gogo/shell/pom.xml main.distribution/pom.xml main/pom.xml

Author: pauls
Date: Sun Jun  6 22:10:08 2010
New Revision: 952010

URL: http://svn.apache.org/viewvc?rev=952010&view=rev
Log:
Clean-up after release

Modified:
    felix/trunk/framework.security/pom.xml
    felix/trunk/gogo/command/pom.xml
    felix/trunk/gogo/runtime/pom.xml
    felix/trunk/gogo/shell/pom.xml
    felix/trunk/main.distribution/pom.xml
    felix/trunk/main/pom.xml

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=952010&r1=952009&r2=952010&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Sun Jun  6 22:10:08 2010
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

Modified: felix/trunk/gogo/command/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/command/pom.xml?rev=952010&r1=952009&r2=952010&view=diff
==============================================================================
--- felix/trunk/gogo/command/pom.xml (original)
+++ felix/trunk/gogo/command/pom.xml Sun Jun  6 22:10:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>gogo-parent</artifactId>
-    <version>0.6.0</version>
+    <version>0.7.0-SNAPSHOT</version>
     <relativePath>../gogo-parent/pom.xml</relativePath>
   </parent>
 
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>0.6.0</version>
+      <version>0.7.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=952010&r1=952009&r2=952010&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Sun Jun  6 22:10:08 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>0.6.0</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: felix/trunk/gogo/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/pom.xml?rev=952010&r1=952009&r2=952010&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Sun Jun  6 22:10:08 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>gogo-parent</artifactId>
-        <version>0.6.0</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>../gogo-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.6.0</version>
+            <version>0.7.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>

Modified: felix/trunk/main.distribution/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=952010&r1=952009&r2=952010&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Sun Jun  6 22:10:08 2010
@@ -29,10 +29,10 @@
   <artifactId>org.apache.felix.main.distribution</artifactId>
   <version>3.1.0-SNAPSHOT</version>
   <properties>
-    <framework.version>3.0.0</framework.version>
-    <gogo.runtime.version>0.6.0</gogo.runtime.version>
-    <gogo.shell.version>0.6.0</gogo.shell.version>
-    <gogo.command.version>0.6.0</gogo.command.version>
+    <framework.version>3.1.0-SNAPSHOT</framework.version>
+    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
+    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
+    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <build>

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=952010&r1=952009&r2=952010&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Sun Jun  6 22:10:08 2010
@@ -38,10 +38,10 @@
   <properties>
     <log.level>4</log.level>
     <dollar>$</dollar>
-    <framework.version>3.0.0</framework.version>
-    <gogo.runtime.version>0.6.0</gogo.runtime.version>
-    <gogo.shell.version>0.6.0</gogo.shell.version>
-    <gogo.command.version>0.6.0</gogo.command.version>
+    <framework.version>3.1.0-SNAPSHOT</framework.version>
+    <gogo.runtime.version>0.7.0-SNAPSHOT</gogo.runtime.version>
+    <gogo.shell.version>0.7.0-SNAPSHOT</gogo.shell.version>
+    <gogo.command.version>0.7.0-SNAPSHOT</gogo.command.version>
     <obr.version>1.6.2</obr.version>
   </properties>
   <profiles>