You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/04/16 16:35:35 UTC

svn commit: r934926 - in /geronimo/devtools/eclipse-plugin/branches/2.1.5: ./ assembly/ eclipse/ features/ features/org.apache.geronimo.v21.feature/ plugins/ plugins/org.apache.geronimo.jee.v21.jaxbmodel/ plugins/org.apache.geronimo.runtime.common/ plu...

Author: delos
Date: Fri Apr 16 14:35:35 2010
New Revision: 934926

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

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.5/assembly/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/eclipse/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/features/org.apache.geronimo.v21.feature/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/features/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.common/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v20/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v21/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.core/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.schemas/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.ui/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.core/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.ui/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.core/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.ui/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/assembly/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/assembly/pom.xml Fri Apr 16 14:35:35 2010
@@ -22,11 +22,11 @@
     <artifactId>assembly</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Assembly</name>
-    <version>2.1.5</version>
+    <version>2.1.6</version>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/eclipse/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/eclipse/pom.xml Fri Apr 16 14:35:35 2010
@@ -20,14 +20,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse</artifactId>
-    <version>2.1.5</version>
+    <version>2.1.6</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Eclipse</name>
                                                 
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
                                                 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/features/org.apache.geronimo.v21.feature/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/features/org.apache.geronimo.v21.feature/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/features/org.apache.geronimo.v21.feature/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/features/org.apache.geronimo.v21.feature/pom.xml Fri Apr 16 14:35:35 2010
@@ -19,12 +19,12 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.geronimo.v21.feature</artifactId>
     <packaging>jar</packaging>
-    <version>2.1.5</version>
+    <version>2.1.6</version>
     <name>${artifactId}</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-features-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/features/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/features/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/features/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/features/pom.xml Fri Apr 16 14:35:35 2010
@@ -20,13 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-features-parent</artifactId>
-    <version>2.1.5</version>
+    <version>2.1.6</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Features</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml Fri Apr 16 14:35:35 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.common/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.common/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v20/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v20/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v20/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v21/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.runtime.v21/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.core/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.core/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.schemas/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.schemas/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.schemas/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.schemas/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.ui/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.ui/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.core/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.core/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.ui/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v20.ui/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.core/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.core/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.ui/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/org.apache.geronimo.st.v21.ui/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/pom.xml Fri Apr 16 14:35:35 2010
@@ -20,13 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-plugins-parent</artifactId>
-    <version>2.1.5</version>
+    <version>2.1.6</version>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Plugins</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.6-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/pom.xml?rev=934926&r1=934925&r2=934926&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/pom.xml Fri Apr 16 14:35:35 2010
@@ -23,7 +23,7 @@
     <artifactId>geronimo-eclipse-plugin</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin</name>
-    <version>2.1.5</version>
+    <version>2.1.6-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache</groupId>