You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/12/07 22:52:19 UTC

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

bayard      2002/12/07 13:52:19

  Modified:    lang     default.properties project.xml
  Log:
  Updated version from 1.0 to 1.1-dev.
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-commons/lang/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/default.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- default.properties	4 Oct 2002 03:23:18 -0000	1.7
  +++ default.properties	7 Dec 2002 21:52:19 -0000	1.8
  @@ -1,3 +1,4 @@
  +junit.home=/usr/local/javalib
   # The pathname of the "junit.jar" JAR file
   junit.jar = ${junit.home}/junit-3.7.jar
   
  @@ -11,7 +12,7 @@
   component.title = Core Language Utilities
   
   # The current version number of this component
  -component.version = 1.0
  +component.version = 1.1-dev
   
   # The name that is used to create the jar file
   final.name = ${component.name}-${component.version}
  
  
  
  1.8       +1 -1      jakarta-commons/lang/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	7 Nov 2002 20:06:20 -0000	1.7
  +++ project.xml	7 Dec 2002 21:52:19 -0000	1.8
  @@ -3,7 +3,7 @@
     <extend>../project.xml</extend>
     <id>commons-lang</id>
     <name>Lang</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-dev</currentVersion>
     <inceptionYear>2001</inceptionYear>
     
     <description>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>