You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/05/14 18:56:48 UTC

cvs commit: jakarta-commons/codec default.properties project.xml

tobrien     2003/05/14 09:56:47

  Modified:    codec    default.properties project.xml
  Log:
  Updated version numbers in project build default.properties AND project.xml
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-commons/codec/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/default.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- default.properties	29 Apr 2003 22:18:19 -0000	1.2
  +++ default.properties	14 May 2003 16:56:47 -0000	1.3
  @@ -11,7 +11,7 @@
   component.title = Encode/Decode Utilities
   
   # The current version number of this component
  -component.version = 1.1
  +component.version = 1.1.1-dev
   
   # The name that is used to create the jar file
   final.name = ${component.name}-${component.version}
  @@ -47,4 +47,4 @@
   test.runner = junit.textui.TestRunner
   
   # Root test class to execute
  -test.entry = org.apache.commons.codec.TestAll
  \ No newline at end of file
  +test.entry = org.apache.commons.codec.TestAll
  
  
  
  1.9       +1 -1      jakarta-commons/codec/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	14 May 2003 14:15:33 -0000	1.8
  +++ project.xml	14 May 2003 16:56:47 -0000	1.9
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <name>Codec</name>
     <id>commons-codec</id>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.1.1-dev</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <shortDescription>
      A collection of simple and common encoders and decoders
  
  
  

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