You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dl...@apache.org on 2003/01/13 22:17:55 UTC

cvs commit: jakarta-commons-sandbox/configuration build.xml project.xml

dlr         2003/01/13 13:17:55

  Modified:    configuration build.xml project.xml
  Log:
  * build.xml
  * project.xml
    Adopt 3-part version numbering scheme a la APR
    <http://apr.apache.org/versioning.html>.  The change to this good
    practice is a bit odd, since I'm going from 1.0-dev-2 to 0.8.0.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-commons-sandbox/configuration/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- build.xml	11 Jan 2003 00:55:02 -0000	1.7
  +++ build.xml	13 Jan 2003 21:17:55 -0000	1.8
  @@ -14,8 +14,8 @@
     <property name="testreportdir" value="target/test-reports"/>
     <property name="distdir" value="dist"/>
     <property name="javadocdir" value="target/docs/apidocs"/>
  -  <property name="final.name" value="commons-configuration-1.0-dev-2"/>
  -  
  +  <property name="final.name" value="commons-configuration-0.8.0"/>
  +
     <target name="init" description="o Initializes some properties">
   
       <condition property="noget">
  
  
  
  1.18      +2 -3      jakarta-commons-sandbox/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -u -r1.17 -r1.18
  --- project.xml	11 Jan 2003 00:55:02 -0000	1.17
  +++ project.xml	13 Jan 2003 21:17:55 -0000	1.18
  @@ -10,7 +10,7 @@
     <pomVersion>3</pomVersion>
     <name>commons-configuration</name>
     <id>commons-configuration</id>
  -  <currentVersion>1.0-dev-2</currentVersion>
  +  <currentVersion>0.8.0</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -168,4 +168,3 @@
       </jars>
     </build>
   </project>
  -
  
  
  

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