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/09/14 04:53:15 UTC

cvs commit: jakarta-commons/validator build.xml project.properties project.xml

rleland     2003/09/13 19:53:15

  Modified:    validator build.xml project.properties project.xml
  Log:
  Change build number to 1.1.1-dev
  Also update Ant build versions to match Maven's
  .
  
  Revision  Changes    Path
  1.27      +2 -2      jakarta-commons/validator/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	27 Aug 2003 03:49:26 -0000	1.26
  +++ build.xml	14 Sep 2003 02:53:15 -0000	1.27
  @@ -52,7 +52,7 @@
     <property name="component.title"         value="Validator"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.1.0"/>
  +  <property name="component.version"       value="1.1.1-dev"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  
  1.4       +4 -1      jakarta-commons/validator/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	23 Aug 2003 02:26:49 -0000	1.3
  +++ project.properties	14 Sep 2003 02:53:15 -0000	1.4
  @@ -24,6 +24,9 @@
   # Include legacy javadoc in build
   maven.html2xdoc.dir = legacy
   
  +# No powered by Image
  +maven.xdoc.poweredby.image=
  +
   # display the date on the site
   maven.xdoc.date = left
   # Display the version the web site is documenting
  
  
  
  1.23      +2 -1      jakarta-commons/validator/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml	27 Aug 2003 03:49:26 -0000	1.22
  +++ project.xml	14 Sep 2003 02:53:15 -0000	1.23
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <name>Validator</name>
     <id>commons-validator</id>
  -  <currentVersion>1.1.0</currentVersion>
  +  <currentVersion>1.1.1-dev</currentVersion>
   
     <organization>
       <name>Apache Software Foundation</name>
  @@ -200,6 +200,7 @@
       <report>maven-pmd-plugin</report>
       <report>maven-simian-plugin</report>
       <report>maven-faq-plugin</report>
  +    <report>maven-clover-plugin</report>
     </reports>
   
   </project>