You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/01/05 10:00:43 UTC

svn commit: r1227530 - in /geronimo/devtools/eclipse-plugin/branches/2.1: ./ assembly/ eclipse/ features/ features/org.apache.geronimo.v21.feature/ plugins/ plugins/org.apache.geronimo.jee.v21.jaxbmodel/ plugins/org.apache.geronimo.runtime.common/ plug...

Author: xiaming
Date: Thu Jan  5 09:00:42 2012
New Revision: 1227530

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

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

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/assembly/pom.xml Thu Jan  5 09:00:42 2012
@@ -22,11 +22,11 @@
     <artifactId>assembly</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin :: Assembly</name>
-    <version>2.1.8</version>
+    <version>2.1.9-SNAPSHOT</version>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/eclipse/pom.xml Thu Jan  5 09:00:42 2012
@@ -21,14 +21,14 @@
                                                 
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse</artifactId>
-    <version>2.1.8</version>
+    <version>2.1.9-SNAPSHOT</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.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
                                                   

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/features/org.apache.geronimo.v21.feature/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/features/org.apache.geronimo.v21.feature/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/features/org.apache.geronimo.v21.feature/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/features/org.apache.geronimo.v21.feature/pom.xml Thu Jan  5 09:00:42 2012
@@ -19,12 +19,12 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>org.apache.geronimo.v21.feature</artifactId>
     <packaging>jar</packaging>
-    <version>2.1.8</version>
+    <version>2.1.9-SNAPSHOT</version>
     <name>${artifactId}</name>
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-features-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/features/pom.xml Thu Jan  5 09:00:42 2012
@@ -20,13 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-features-parent</artifactId>
-    <version>2.1.8</version>
+    <version>2.1.9-SNAPSHOT</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.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.jee.v21.jaxbmodel/pom.xml Thu Jan  5 09:00:42 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.common/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v20/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.runtime.v21/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.core/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.schemas/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.ui/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.core/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v20.ui/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.core/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/org.apache.geronimo.st.v21.ui/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>eclipse-plugins-parent</artifactId>
-        <version>2.1.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/plugins/pom.xml Thu Jan  5 09:00:42 2012
@@ -20,13 +20,13 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>eclipse-plugins-parent</artifactId>
-    <version>2.1.8</version>
+    <version>2.1.9-SNAPSHOT</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.8</version>
+        <version>2.1.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <build>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml?rev=1227530&r1=1227529&r2=1227530&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1/pom.xml Thu Jan  5 09:00:42 2012
@@ -23,7 +23,7 @@
     <artifactId>geronimo-eclipse-plugin</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin</name>
-    <version>2.1.8</version>
+    <version>2.1.9-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache</groupId>
@@ -65,9 +65,9 @@
     </mailingLists>
                         
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.1.8</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.1.8</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.1.8</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1</url>
     </scm>
                         
     <organization>