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:13:35 UTC

svn commit: r934894 - in /geronimo/devtools/eclipse-plugin/branches/2.1.5: assembly/pom.xml eclipse/pom.xml features/pom.xml plugins/pom.xml pom.xml testsuite/pom.xml

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

URL: http://svn.apache.org/viewvc?rev=934894&view=rev
Log:
revert version to 2.1.5-SNAPSHOT

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/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/plugins/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.5/testsuite/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=934894&r1=934893&r2=934894&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:13:35 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.5-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=934894&r1=934893&r2=934894&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:13:35 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
                                                 

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=934894&r1=934893&r2=934894&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:13:35 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>

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=934894&r1=934893&r2=934894&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:13:35 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.5-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=934894&r1=934893&r2=934894&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:13:35 2010
@@ -23,12 +23,12 @@
     <artifactId>geronimo-eclipse-plugin</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Eclipse Plugin</name>
-    <version>2.1.5</version>
+    <version>2.1.5-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>4</version>
+        <version>6</version>
     </parent>
                         
     <description>Apache Geronimo Eclipse Plugin and WTP Server Adapter</description>
@@ -375,16 +375,6 @@
                     <validity>${keystoreValDays}</validity>
                 </configuration>
             </plugin>
-            <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-9</version>
-                    <configuration>
-                                <useReleaseProfile>false</useReleaseProfile>
-                                <goals>deploy</goals>
-                                <arguments>-Papache-release</arguments>
-                   </configuration>
-            </plugin>
         </plugins>
     </build>
                         

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.5/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.5/testsuite/pom.xml?rev=934894&r1=934893&r2=934894&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.5/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.5/testsuite/pom.xml Fri Apr 16 14:13:35 2010
@@ -31,7 +31,7 @@
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>2.1.5</version>
+        <version>2.1.5-SNAPSHOT</version>
     </parent>
 
     <description>