You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2004/11/04 05:26:41 UTC

cvs commit: ws-axis/contrib/ews project.xml

dims        2004/11/03 20:26:41

  Modified:    contrib/ews project.xml
  Log:
  Switching to the commons-logging version used by geronimo
  
  Revision  Changes    Path
  1.20      +3 -3      ws-axis/contrib/ews/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	28 Oct 2004 05:21:20 -0000	1.19
  +++ project.xml	4 Nov 2004 04:26:41 -0000	1.20
  @@ -245,7 +245,7 @@
               </properties>
           </dependency>
           <dependency>
  -            <groupId>axis</groupId>
  +            <groupId>commons-discovery</groupId>
               <artifactId>commons-discovery</artifactId>
               <version>SNAPSHOT</version>
               <properties>
  @@ -253,9 +253,9 @@
               </properties>
           </dependency>
           <dependency>
  -            <groupId>axis</groupId>
  +            <groupId>commons-logging</groupId>
               <artifactId>commons-logging</artifactId>
  -            <version>SNAPSHOT</version>
  +            <version>1.0.4</version>
               <properties>
                   <module>true</module>
               </properties>