You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rl...@apache.org on 2003/08/17 04:29:45 UTC

cvs commit: jakarta-commons/validator project.xml

rleland     2003/08/16 19:29:45

  Modified:    validator project.xml
  Log:
  Update so Validator builds with maven.
  Plus change version number to 1.1.0
  
  Revision  Changes    Path
  1.12      +4 -4      jakarta-commons/validator/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	9 Jul 2003 02:58:20 -0000	1.11
  +++ project.xml	17 Aug 2003 02:29:45 -0000	1.12
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <name>Validator</name>
     <id>commons-validator</id>
  -  <currentVersion>1.0.2</currentVersion>
  +  <currentVersion>1.1.0</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <shortDescription>Commons Validator</shortDescription>
  @@ -54,7 +54,7 @@
       <developer>
         <name>Rob Leland</name>
         <id>rleland</id>
  -      <email>rleland@apache.org</email>
  +      <email>rleland at apache.org</email>
         <organization></organization>
       </developer>
     </developers>
  @@ -72,7 +72,7 @@
   
       <dependency>
         <id>commons-beanutils</id>
  -      <version>1.5</version>
  +      <version>1.6.1</version>
       </dependency>
   
       <dependency>
  @@ -102,7 +102,7 @@
   
       <dependency>
         <id>junit</id>
  -      <version>3.7</version>
  +      <version>3.8.1</version>
       </dependency>
   
     </dependencies>