You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/05/08 18:21:05 UTC

svn commit: r169141 - in /geronimo/trunk: etc/project.properties modules/assembly/project.xml modules/axis-builder/project.xml modules/axis/project.xml

Author: djencks
Date: Sun May  8 09:21:05 2005
New Revision: 169141

URL: http://svn.apache.org/viewcvs?rev=169141&view=rev
Log:
update dependency versions

Modified:
    geronimo/trunk/etc/project.properties
    geronimo/trunk/modules/assembly/project.xml
    geronimo/trunk/modules/axis-builder/project.xml
    geronimo/trunk/modules/axis/project.xml

Modified: geronimo/trunk/etc/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/etc/project.properties?rev=169141&r1=169140&r2=169141&view=diff
==============================================================================
--- geronimo/trunk/etc/project.properties (original)
+++ geronimo/trunk/etc/project.properties Sun May  8 09:21:05 2005
@@ -99,8 +99,7 @@
 ant_version=1.5
 antlr_version=2.7.2
 axion_version=1.0-M3-dev
-axis_version=PATCH-JIRA1974
-axis_commons_discovery_version=SNAPSHOT
+axis_version=1.2.1-SNAPSHOT
 avalon_framework_version=4.1.4
 avalon_logkit_version=1.2.2
 bouncycastle_version=jdk14-124
@@ -112,6 +111,7 @@
 commons_collections_version=2.1
 commons_dbcp_version=1.2
 commons_digester_version=1.6
+commons_discovery_version=SNAPSHOT
 commons_el_version=1.0
 commons_io_version=1.0
 commons_fileupload_version=1.0

Modified: geronimo/trunk/modules/assembly/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?rev=169141&r1=169140&r2=169141&view=diff
==============================================================================
--- geronimo/trunk/modules/assembly/project.xml (original)
+++ geronimo/trunk/modules/assembly/project.xml Sun May  8 09:21:05 2005
@@ -1013,9 +1013,9 @@
         </dependency>
 
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>commons-discovery</groupId>
             <artifactId>commons-discovery</artifactId>
-            <version>${axis_commons_discovery_version}</version>
+            <version>${commons_discovery_version}</version>
             <properties>
                 <repository>true</repository>
             </properties>

Modified: geronimo/trunk/modules/axis-builder/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/axis-builder/project.xml?rev=169141&r1=169140&r2=169141&view=diff
==============================================================================
--- geronimo/trunk/modules/axis-builder/project.xml (original)
+++ geronimo/trunk/modules/axis-builder/project.xml Sun May  8 09:21:05 2005
@@ -225,9 +225,9 @@
         </dependency>
 
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>commons-discovery</groupId>
             <artifactId>commons-discovery</artifactId>
-            <version>${axis_commons_discovery_version}</version>
+            <version>${commons_discovery_version}</version>
         </dependency>
 
         <dependency>

Modified: geronimo/trunk/modules/axis/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/axis/project.xml?rev=169141&r1=169140&r2=169141&view=diff
==============================================================================
--- geronimo/trunk/modules/axis/project.xml (original)
+++ geronimo/trunk/modules/axis/project.xml Sun May  8 09:21:05 2005
@@ -6,16 +6,16 @@
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
-  
+
        http://www.apache.org/licenses/LICENSE-2.0
-  
+
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  
+
 <!-- $Rev$ $Date$ -->
 <project>
     <pomVersion>3</pomVersion>
@@ -86,9 +86,9 @@
         </dependency>
 
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>commons-discovery</groupId>
             <artifactId>commons-discovery</artifactId>
-            <version>${axis_commons_discovery_version}</version>
+            <version>${commons_discovery_version}</version>
         </dependency>
 
         <dependency>