You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/08/17 13:27:29 UTC

svn commit: r986267 - in /geronimo/server/branches/2.1: buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/ buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/ buildsupport/testsuite-archetype-plu...

Author: rickmcguire
Date: Tue Aug 17 11:27:28 2010
New Revision: 986267

URL: http://svn.apache.org/viewvc?rev=986267&view=rev
Log:
Some release version number cleanup

Modified:
    geronimo/server/branches/2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.xml
    geronimo/server/branches/2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml
    geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml
    geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml
    geronimo/server/branches/2.1/framework/configs/plugin/pom.xml
    geronimo/server/branches/2.1/framework/configs/pom.xml
    geronimo/server/branches/2.1/plugins/client/pom.xml
    geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml
    geronimo/server/branches/2.1/plugins/pom.xml
    geronimo/server/branches/2.1/testsuite/enterprise-testsuite/ejbcontainer-tests/pom.xml

Modified: geronimo/server/branches/2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ geronimo/server/branches/2.1/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.xml Tue Aug 17 11:27:28 2010
@@ -24,7 +24,7 @@
 
     <properties>
         <!-- This property is required by the car:package mojo -->
-        <geronimoVersion>2.1.5-SNAPSHOT</geronimoVersion>
+        <geronimoVersion>2.1.7-SNAPSHOT</geronimoVersion>
 
     </properties>
 

Modified: geronimo/server/branches/2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ geronimo/server/branches/2.1/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml Tue Aug 17 11:27:28 2010
@@ -24,7 +24,7 @@
 
     <properties>
         <!-- This property is required by the car:package mojo -->
-        <geronimoVersion>2.1.5-SNAPSHOT</geronimoVersion>
+        <geronimoVersion>2.1.7-SNAPSHOT</geronimoVersion>
 
         <gbeanDeployerBootstrap>org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${geronimoVersion}/car</gbeanDeployerBootstrap>
         <gbeanDeployer>org.apache.geronimo.framework/geronimo-gbean-deployer/${geronimoVersion}/car</gbeanDeployer>

Modified: geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original)
+++ geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/pom.xml Tue Aug 17 11:27:28 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.5-SNAPSHOT</version>
+        <version>2.1.7-SNAPSHOT</version>
     </parent>
     
     <artifactId>${artifactId}</artifactId>

Modified: geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml (original)
+++ geronimo/server/branches/2.1/buildsupport/testsuite-archetype-plugin/src/main/resources/archetype-resources/testset-1/pom.xml Tue Aug 17 11:27:28 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>${artifactId}</artifactId>
-        <version>2.1.5-SNAPSHOT</version>
+        <version>2.1.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>testset-1</artifactId>

Modified: geronimo/server/branches/2.1/framework/configs/plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/plugin/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/plugin/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/plugin/pom.xml Tue Aug 17 11:27:28 2010
@@ -122,9 +122,9 @@
                         <plugin-artifact>
                             <config-xml-content>
                                 <gbean name="DownloadedPluginRepos">
-                                    <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.5.txt</attribute>
+                                    <attribute name="repositoryList">http://geronimo.apache.org/plugins/plugin-repository-list-2.1.7.txt</attribute>
                                     <!--<attribute name="userRepositories">~/.m2/repository</attribute>-->
-                                    <attribute name="userRepositories">http://geronimo.apache.org/plugins/geronimo-2.1.5</attribute>
+                                    <attribute name="userRepositories">http://geronimo.apache.org/plugins/geronimo-2.1.7</attribute>
                                 </gbean>
                             </config-xml-content>
                         </plugin-artifact>

Modified: geronimo/server/branches/2.1/framework/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/pom.xml Tue Aug 17 11:27:28 2010
@@ -83,6 +83,8 @@
                             <source-repository>${PluginSrcRepoApacheSnapshots}</source-repository>
                             <!--<source-repository>${PluginSrcRepoApacheIncubating}</source-repository>-->
                             <artifact-alias key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias key="${groupId}/${artifactId}/2.1.7/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias key="${groupId}/${artifactId}/2.1.6/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.5/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.4/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.3/car">${groupId}/${artifactId}/${version}/car</artifact-alias>

Modified: geronimo/server/branches/2.1/plugins/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/client/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/client/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/client/pom.xml Tue Aug 17 11:27:28 2010
@@ -73,6 +73,8 @@
                             <source-repository>${PluginSrcRepoApacheSnapshots}</source-repository>
                             <source-repository>${PluginSrcRepoApacheIncubating}</source-repository>
                             <artifact-alias server="client" key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.7/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.6/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.5/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.4/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.3/car">${groupId}/${artifactId}/${version}/car</artifact-alias>

Modified: geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/corba/client-corba-yoko/pom.xml Tue Aug 17 11:27:28 2010
@@ -132,6 +132,8 @@
                         <plugin-artifact>
                             <config-xml-content load="false" />
                             <artifact-alias server="client" key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.7/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.6/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.5/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.4/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.3/car">${groupId}/${artifactId}/${version}/car</artifact-alias>

Modified: geronimo/server/branches/2.1/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/pom.xml Tue Aug 17 11:27:28 2010
@@ -109,6 +109,8 @@
                             <source-repository>${PluginSrcRepoApacheSnapshots}</source-repository>
                             <source-repository>${PluginSrcRepoApacheIncubating}</source-repository>
                             <artifact-alias key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias key="${groupId}/${artifactId}/2.1.7/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
+                            <artifact-alias key="${groupId}/${artifactId}/2.1.6/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.5/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.4/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias key="${groupId}/${artifactId}/2.1.3/car">${groupId}/${artifactId}/${version}/car</artifact-alias>

Modified: geronimo/server/branches/2.1/testsuite/enterprise-testsuite/ejbcontainer-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/testsuite/enterprise-testsuite/ejbcontainer-tests/pom.xml?rev=986267&r1=986266&r2=986267&view=diff
==============================================================================
--- geronimo/server/branches/2.1/testsuite/enterprise-testsuite/ejbcontainer-tests/pom.xml (original)
+++ geronimo/server/branches/2.1/testsuite/enterprise-testsuite/ejbcontainer-tests/pom.xml Tue Aug 17 11:27:28 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>2.1.5-SNAPSHOT</version>
+        <version>2.1.7-SNAPSHOT</version>
     </parent>
     
     <artifactId>ejbcontainer-tests</artifactId>