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/08/18 22:46:38 UTC

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

rdonkin     2004/08/18 13:46:37

  Modified:    digester Tag: RELEASE_DIGESTER_1_6_0_BRANCH build.xml
                        project.xml
  Log:
  Updated versions for release candidate 1
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.53.2.4  +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.3
  retrieving revision 1.53.2.4
  diff -u -r1.53.2.3 -r1.53.2.4
  --- build.xml	18 Aug 2004 20:14:30 -0000	1.53.2.3
  +++ build.xml	18 Aug 2004 20:46:37 -0000	1.53.2.4
  @@ -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.6-dev"/>
  +  <property name="component.version"       value="1.6RC1"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  
  
  
  1.21.2.1  +1 -1      jakarta-commons/digester/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.21.2.1
  diff -u -r1.21 -r1.21.2.1
  --- project.xml	9 Apr 2004 19:58:06 -0000	1.21
  +++ project.xml	18 Aug 2004 20:46:37 -0000	1.21.2.1
  @@ -19,7 +19,7 @@
     
     <id>commons-digester</id>
     <inceptionYear>2001</inceptionYear>
  -  <currentVersion>1.6-dev</currentVersion>
  +  <currentVersion>1.6RC1</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