You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/10/26 08:32:39 UTC

svn commit: r1189038 - in /geronimo/server/branches/3.0-beta-1: framework/modules/geronimo-config-groovy-transformer/ plugingroups/clustering-jetty/ plugingroups/clustering-tomcat/ plugingroups/webservices-cxf/ plugins/activemq/activemq-webconsole-jett...

Author: rwonly
Date: Wed Oct 26 06:32:38 2011
New Revision: 1189038

URL: http://svn.apache.org/viewvc?rev=1189038&view=rev
Log:
manually update version in some pom files that don't build.

Modified:
    geronimo/server/branches/3.0-beta-1/framework/modules/geronimo-config-groovy-transformer/pom.xml
    geronimo/server/branches/3.0-beta-1/plugingroups/clustering-jetty/pom.xml
    geronimo/server/branches/3.0-beta-1/plugingroups/clustering-tomcat/pom.xml
    geronimo/server/branches/3.0-beta-1/plugingroups/webservices-cxf/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-jetty/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-tomcat/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-jetty/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-tomcat/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/ca-helper/geronimo-ca-helper/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/ca-helper/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/clustering/clustering-it/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-jaxws-tools/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-tools/pom.xml
    geronimo/server/branches/3.0-beta-1/plugins/cxf/geronimo-cxf-tools/pom.xml

Modified: geronimo/server/branches/3.0-beta-1/framework/modules/geronimo-config-groovy-transformer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/framework/modules/geronimo-config-groovy-transformer/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/framework/modules/geronimo-config-groovy-transformer/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/framework/modules/geronimo-config-groovy-transformer/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>geronimo-config-groovy-transformer</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugingroups/clustering-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugingroups/clustering-jetty/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugingroups/clustering-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugingroups/clustering-jetty/pom.xml Wed Oct 26 06:32:38 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>clustering-jetty</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugingroups/clustering-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugingroups/clustering-tomcat/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugingroups/clustering-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugingroups/clustering-tomcat/pom.xml Wed Oct 26 06:32:38 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>clustering-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugingroups/webservices-cxf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugingroups/webservices-cxf/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugingroups/webservices-cxf/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugingroups/webservices-cxf/pom.xml Wed Oct 26 06:32:38 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>webservices-cxf</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-jetty/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-jetty/pom.xml Wed Oct 26 06:32:38 2011
@@ -13,7 +13,7 @@
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins
 		</groupId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>activemq-webconsole-jetty</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-tomcat/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole-tomcat/pom.xml Wed Oct 26 06:32:38 2011
@@ -23,7 +23,7 @@
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins
 		</groupId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>activemq-webconsole-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/activemq/activemq-webconsole/pom.xml Wed Oct 26 06:32:38 2011
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.plugins</groupId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-jetty/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-jetty/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>ca-helper</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-tomcat/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/ca-helper/ca-helper-tomcat/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>ca-helper</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/ca-helper/geronimo-ca-helper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/ca-helper/geronimo-ca-helper/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/ca-helper/geronimo-ca-helper/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/ca-helper/geronimo-ca-helper/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>ca-helper</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>geronimo-ca-helper</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/ca-helper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/ca-helper/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/ca-helper/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/ca-helper/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>ca-helper</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/clustering/clustering-it/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/clustering/clustering-it/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/clustering/clustering-it/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/clustering/clustering-it/pom.xml Wed Oct 26 06:32:38 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>clustering</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>clustering-it</artifactId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-jaxws-tools/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-jaxws-tools/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-jaxws-tools/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-jaxws-tools/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-tools/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-tools/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-tools/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/cxf/cxf-tools/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta-1/plugins/cxf/geronimo-cxf-tools/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta-1/plugins/cxf/geronimo-cxf-tools/pom.xml?rev=1189038&r1=1189037&r2=1189038&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta-1/plugins/cxf/geronimo-cxf-tools/pom.xml (original)
+++ geronimo/server/branches/3.0-beta-1/plugins/cxf/geronimo-cxf-tools/pom.xml Wed Oct 26 06:32:38 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>