dion        2003/07/24 20:04:34

  Modified:    src/plugins-build/plexus/xdocs changes.xml
               src/plugins-build/jxr project.xml
               src/plugins-build/struts/xdocs changes.xml
               src/plugins-build/antlr/xdocs changes.xml
               src/plugins-build/dist/xdocs changes.xml
               src/plugins-build/docbook/xdocs changes.xml
               src/plugins-build/codeswitcher/xdocs changes.xml
               src/plugins-build/docbook project.xml
               src/plugins-build/jxr/xdocs changes.xml
               src/plugins-build/codeswitcher project.xml
               src/plugins-build/linkcheck project.xml
               src/plugins-build/artifact project.xml
               src/plugins-build/linkcheck/xdocs changes.xml
               src/plugins-build/latex project.xml
               src/plugins-build/struts project.xml
               src/plugins-build/site project.xml
               src/plugins-build/javadoc/xdocs changes.xml
               src/plugins-build/summit project.xml
               src/plugins-build/antlr project.xml
               src/plugins-build/artifact/xdocs changes.xml
               src/plugins-build/dist project.xml
               src/plugins-build/javadoc project.xml
               src/plugins-build/runner/xdocs changes.xml
               src/plugins-build/plexus project.xml
               src/plugins-build/site/xdocs changes.xml
               src/plugins-build/latex/xdocs changes.xml
               src/plugins-build/summit/xdocs changes.xml
               src/plugins-build/runner project.xml
  Log:
  Synch on commons-lang 1.0.1
  
  Revision  Changes    Path
  1.3       +3 -0      maven/src/plugins-build/plexus/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plexus/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       25 Jul 2003 01:24:50 -0000      1.2
  +++ changes.xml       25 Jul 2003 03:04:31 -0000      1.3
  @@ -8,6 +8,9 @@
     <body>
       <release version="0.3" date="in CVS">
         <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +      <action dev="dion" type="update">
           Updated to commons-collections 2.1
         </action>
       </release>
  
  
  
  1.17      +1 -1      maven/src/plugins-build/jxr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jxr/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       24 Jul 2003 11:31:37 -0000      1.16
  +++ project.xml       25 Jul 2003 03:04:32 -0000      1.17
  @@ -78,7 +78,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.2       +3 -0      maven/src/plugins-build/struts/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/struts/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       25 Jul 2003 01:11:34 -0000      1.1
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.2
  @@ -8,6 +8,9 @@
     <body>
       <release version="1.2" date="in CVS">
         <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +      <action dev="dion" type="update">
           Updated to commons-collections 2.1
         </action>
       </release>
  
  
  
  1.3       +3 -0      maven/src/plugins-build/antlr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/antlr/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       13 Jun 2003 04:49:24 -0000      1.2
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.3
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.1" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
         <action dev="vmassol" type="fix">
           Upgraded version of Antlr used to 2.7.2, so that this plugin plays
           well with the Checkstyle plugin (which requires Antlr 2.7.2). This
  
  
  
  1.2       +6 -0      maven/src/plugins-build/dist/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/dist/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       24 Jan 2003 03:45:07 -0000      1.1
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.2
  @@ -6,6 +6,12 @@
     </properties>
   
     <body>
  +    <release version="1.3" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +    </release>
  +
       <release version="1.1" date="2002-09-16">
         <action dev="jvanzyl" type="update">
           Released.
  
  
  
  1.3       +3 -0      maven/src/plugins-build/docbook/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/docbook/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       27 May 2003 23:27:29 -0000      1.2
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.3
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.1" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
         <action dev="dion" type="fix">
           Applied Maven-436 to allow docbook dtds offline
         </action>
  
  
  
  1.2       +6 -0      maven/src/plugins-build/codeswitcher/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/codeswitcher/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       24 Jan 2003 03:45:06 -0000      1.1
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.2
  @@ -6,6 +6,12 @@
     </properties>
   
     <body>
  +    <release version="1.1" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +    </release>
  +    
       <release version="1.0" date="2002-08-04">
         <action dev="jvanzyl" type="add">
           Original release for Maven 1.0-beta8
  
  
  
  1.11      +1 -1      maven/src/plugins-build/docbook/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/docbook/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       24 Jul 2003 10:53:44 -0000      1.10
  +++ project.xml       25 Jul 2003 03:04:32 -0000      1.11
  @@ -44,7 +44,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.3       +3 -0      maven/src/plugins-build/jxr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jxr/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       2 Jul 2003 10:24:14 -0000       1.2
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.3
  @@ -8,6 +8,9 @@
   
     <body>
       <release version="1.2" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
         <action dev="evenisse" type="fix">
           Fix Maven-428. Used maven.docs.dest
         </action>
  
  
  
  1.10      +2 -2      maven/src/plugins-build/codeswitcher/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/codeswitcher/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       24 Jul 2003 10:53:45 -0000      1.9
  +++ project.xml       25 Jul 2003 03:04:32 -0000      1.10
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-codeswitcher-plugin</id>
     <name>Maven CodeSwitcher Plugin</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/codeswitcher/</url>
  @@ -48,7 +48,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.21      +1 -1      maven/src/plugins-build/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml       25 Jul 2003 01:02:53 -0000      1.20
  +++ project.xml       25 Jul 2003 03:04:32 -0000      1.21
  @@ -57,7 +57,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>20030203.000129</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.8       +1 -1      maven/src/plugins-build/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/artifact/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       24 Jul 2003 10:14:08 -0000      1.7
  +++ project.xml       25 Jul 2003 03:04:32 -0000      1.8
  @@ -50,7 +50,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
  -      <version>1.0</version>
  +      <version>1.0.1</version>
         <type>jar</type>
       </dependency>
       
  
  
  
  1.2       +5 -0      maven/src/plugins-build/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       8 Jul 2003 11:01:08 -0000       1.1
  +++ changes.xml       25 Jul 2003 03:04:32 -0000      1.2
  @@ -6,7 +6,12 @@
     </properties>
   
     <body>
  +
        <release version="1.1" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +
         <action dev="evenisse" type="fix">
           Add xml declaration to generated report. Fixed for character encoding.
         </action>          
  
  
  
  1.11      +1 -1      maven/src/plugins-build/latex/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/latex/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       24 Jul 2003 10:53:42 -0000      1.10
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.11
  @@ -54,7 +54,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.15      +1 -1      maven/src/plugins-build/struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/struts/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml       25 Jul 2003 01:24:51 -0000      1.14
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.15
  @@ -45,7 +45,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
       </dependency>
       <dependency>
         <id>commons-logging</id>
  
  
  
  1.12      +2 -2      maven/src/plugins-build/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/site/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       24 Jul 2003 10:53:43 -0000      1.11
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.12
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-site-plugin</id>
     <name>Maven Site Plugin</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/site/</url>
  @@ -63,7 +63,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.6       +3 -0      maven/src/plugins-build/javadoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml       22 Jul 2003 12:04:20 -0000      1.5
  +++ changes.xml       25 Jul 2003 03:04:33 -0000      1.6
  @@ -8,6 +8,9 @@
   
     <body>
       <release version="1.3" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
         <action dev="michal" type="add">
           Added install, install-snapshot, deploy and deploy-snapshot goals
         </action>
  
  
  
  1.16      +1 -1      maven/src/plugins-build/summit/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/summit/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       25 Jul 2003 01:24:52 -0000      1.15
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.16
  @@ -64,7 +64,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
       </dependency>
       <dependency>
         <id>commons-betwixt</id>
  
  
  
  1.12      +1 -1      maven/src/plugins-build/antlr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/antlr/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       24 Jul 2003 10:53:44 -0000      1.11
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.12
  @@ -73,7 +73,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.2       +3 -3      maven/src/plugins-build/artifact/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/artifact/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       29 Jun 2003 11:57:39 -0000      1.1
  +++ changes.xml       25 Jul 2003 03:04:33 -0000      1.2
  @@ -6,9 +6,9 @@
     </properties>
   
     <body>
  -    <release version="1.0" date="2002-08-04">
  -      <action dev="jvanzyl" type="add">
  -        Original release for Maven 1.0-beta8
  +    <release version="1.0" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
         </action>
       </release>
     </body>
  
  
  
  1.11      +2 -2      maven/src/plugins-build/dist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/dist/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       24 Jul 2003 10:53:44 -0000      1.10
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.11
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-dist-plugin</id>
     <name>Maven Distribution Plug-in</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/dist/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/dist/</siteDirectory>
  @@ -53,7 +53,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.14      +1 -1      maven/src/plugins-build/javadoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       24 Jul 2003 10:53:44 -0000      1.13
  +++ project.xml       25 Jul 2003 03:04:33 -0000      1.14
  @@ -74,7 +74,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
         <properties>
           <classloader>root.maven</classloader>
         </properties>
  
  
  
  1.3       +3 -0      maven/src/plugins-build/runner/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/runner/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       25 Jul 2003 01:24:51 -0000      1.2
  +++ changes.xml       25 Jul 2003 03:04:33 -0000      1.3
  @@ -8,6 +8,9 @@
     <body>
       <release version="0.3" date="in CVS">
         <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +      <action dev="dion" type="update">
           Updated to commons-collections 2.1
         </action>
       </release>
  
  
  
  1.19      +1 -1      maven/src/plugins-build/plexus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plexus/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml       25 Jul 2003 01:24:51 -0000      1.18
  +++ project.xml       25 Jul 2003 03:04:34 -0000      1.19
  @@ -44,7 +44,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
       </dependency>
       <dependency>
         <id>commons-logging</id>
  
  
  
  1.3       +7 -2      maven/src/plugins-build/site/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/site/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       2 Apr 2003 00:13:36 -0000       1.2
  +++ changes.xml       25 Jul 2003 03:04:34 -0000      1.3
  @@ -6,8 +6,13 @@
     </properties>
   
     <body>
  -
  -    <release version="1.2" date="in CVS">
  +    <release version="1.3" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +    </release>
  +    
  +    <release version="1.2" date="Unknown">
         <action dev="dion" type="add" due-to="John Casey">
           Added properties <code>maven.site.gunzip.executable</code>
           and <code>maven.site.tar.executable</code>
  
  
  
  1.2       +3 -0      maven/src/plugins-build/latex/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/latex/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       18 Jun 2003 01:14:12 -0000      1.1
  +++ changes.xml       25 Jul 2003 03:04:34 -0000      1.2
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="1.1" date="in CVS">
  +      <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
         <action dev="dion" type="fix">
           Make plugin run when maven site is invoked
         </action>
  
  
  
  1.3       +3 -0      maven/src/plugins-build/summit/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/summit/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       25 Jul 2003 01:24:51 -0000      1.2
  +++ changes.xml       25 Jul 2003 03:04:34 -0000      1.3
  @@ -8,6 +8,9 @@
     <body>
       <release version="1.1" date="in CVS">
         <action dev="dion" type="update">
  +        update to commons-lang 1.0.1
  +      </action>
  +      <action dev="dion" type="update">
           Update to commons-collections 2.1
         </action>
       </release>
  
  
  
  1.6       +1 -1      maven/src/plugins-build/runner/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/runner/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       25 Jul 2003 01:24:52 -0000      1.5
  +++ project.xml       25 Jul 2003 03:04:34 -0000      1.6
  @@ -44,7 +44,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1.1</version>
  +      <version>1.0.1</version>
       </dependency>
       <dependency>
         <id>commons-logging</id>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to