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 2009/09/08 22:21:09 UTC

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

Author: gnodet
Date: Tue Sep  8 20:21:08 2009
New Revision: 812674

URL: http://svn.apache.org/viewvc?rev=812674&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=812674&r1=812673&r2=812674&view=diff
==============================================================================
--- felix/trunk/gogo/commands/pom.xml (original)
+++ felix/trunk/gogo/commands/pom.xml Tue Sep  8 20:21:08 2009
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>0.2.0</version>
+        <version>0.3.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>0.2.0</version>
+    <version>0.3.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=812674&r1=812673&r2=812674&view=diff
==============================================================================
--- felix/trunk/gogo/console/pom.xml (original)
+++ felix/trunk/gogo/console/pom.xml Tue Sep  8 20:21:08 2009
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>0.2.0</version>
+        <version>0.3.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>0.2.0</version>
+    <version>0.3.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=812674&r1=812673&r2=812674&view=diff
==============================================================================
--- felix/trunk/gogo/launcher/pom.xml (original)
+++ felix/trunk/gogo/launcher/pom.xml Tue Sep  8 20:21:08 2009
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>0.2.0</version>
+        <version>0.3.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>0.2.0</version>
+    <version>0.3.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=812674&r1=812673&r2=812674&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Tue Sep  8 20:21:08 2009
@@ -30,7 +30,7 @@
     <description>Apache Felix Gogo Shell</description>
     <groupId>org.apache.felix.gogo</groupId>
     <artifactId>gogo</artifactId>
-    <version>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
 
     <modules>
         <module>runtime</module>
@@ -195,10 +195,4 @@
             </build>
         </profile>
     </profiles>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/gogo-0.2.0</url>
-  </scm>
 </project>

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=812674&r1=812673&r2=812674&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Tue Sep  8 20:21:08 2009
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.apache.felix.gogo</groupId>
         <artifactId>gogo</artifactId>
-        <version>0.2.0</version>
+        <version>0.3.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>0.2.0</version>
+    <version>0.3.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>