Author: johnxiao
Date: Tue Jul 17 14:00:42 2012
New Revision: 1362499
URL: http://svn.apache.org/viewvc?rev=1362499&view=rev
Log:
GERONIMODEVTOOLS-800 Release GEP3.0.0 Manually change back the testsuite's pom.xml 3.0.0-SNAPSHOT->3.0.0
Modified:
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/eclipse/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/launcher/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v30/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/pom.xml
geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/server/pom.xml
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/eclipse/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/eclipse/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/eclipse/pom.xml Tue Jul 17 14:00:42
2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-eclipse</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>pom</packaging>
<name>Geronimo Eclipse Plugin :: Testsuite :: Eclipse</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/launcher/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/launcher/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/launcher/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/launcher/pom.xml Tue Jul 17 14:00:42
2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-launcher</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>pom</packaging>
<name>Geronimo Eclipse Plugin :: Testsuite :: Launcher</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
(original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
Tue Jul 17 14:00:42 2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>org.apache.geronimo.testsuite.common</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>jar</packaging>
<name>${artifactId}</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
(original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
Tue Jul 17 14:00:42 2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>org.apache.geronimo.testsuite.v20</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>jar</packaging>
<name>${artifactId}</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
(original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
Tue Jul 17 14:00:42 2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>org.apache.geronimo.testsuite.v21</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>jar</packaging>
<name>${artifactId}</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
(original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
Tue Jul 17 14:00:42 2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>org.apache.geronimo.testsuite.v22</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>jar</packaging>
<name>${artifactId}</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v30/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v30/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v30/pom.xml
(original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/org.apache.geronimo.testsuite.v30/pom.xml
Tue Jul 17 14:00:42 2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>org.apache.geronimo.testsuite.v30</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>jar</packaging>
<name>${artifactId}</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/plugins/pom.xml Tue Jul 17 14:00:42
2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-plugins</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>pom</packaging>
<name>Geronimo Eclipse Plugin :: Testsuite :: Plugins</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/pom.xml Tue Jul 17 14:00:42 2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>pom</packaging>
<name>Geronimo Eclipse Plugin :: Testsuite</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<description>
Modified: geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/server/pom.xml?rev=1362499&r1=1362498&r2=1362499&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/server/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0/testsuite/server/pom.xml Tue Jul 17 14:00:42
2012
@@ -24,14 +24,14 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite-server</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<packaging>pom</packaging>
<name>Geronimo Eclipse Plugin :: Testsuite :: Server(s)</name>
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<build>
|