You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/09/07 23:39:14 UTC

cvs commit: jakarta-commons/digester build.xml project.xml

rdonkin     2004/09/07 14:39:13

  Modified:    digester Tag: RELEASE_DIGESTER_1_6_0_BRANCH build.xml
                        project.xml
  Log:
  Updated to release version
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.53.2.6  +2 -2      jakarta-commons/digester/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/build.xml,v
  retrieving revision 1.53.2.5
  retrieving revision 1.53.2.6
  diff -u -r1.53.2.5 -r1.53.2.6
  --- build.xml	30 Aug 2004 07:52:02 -0000	1.53.2.5
  +++ build.xml	7 Sep 2004 21:39:13 -0000	1.53.2.6
  @@ -71,7 +71,7 @@
     <property name="component.title"         value="Digester - XML to Java Object Configuration"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="1.6RC2"/>
  +  <property name="component.version"       value="1.6"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  
  1.21.2.3  +1 -1      jakarta-commons/digester/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/project.xml,v
  retrieving revision 1.21.2.2
  retrieving revision 1.21.2.3
  diff -u -r1.21.2.2 -r1.21.2.3
  --- project.xml	30 Aug 2004 07:52:02 -0000	1.21.2.2
  +++ project.xml	7 Sep 2004 21:39:13 -0000	1.21.2.3
  @@ -19,7 +19,7 @@
     
     <id>commons-digester</id>
     <inceptionYear>2001</inceptionYear>
  -  <currentVersion>1.6RC2</currentVersion>
  +  <currentVersion>1.6</currentVersion>
     <name>Digester</name>
     <shortDescription>Rule based XML->Java object mapping module</shortDescription>
     <description>The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.</description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org