You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/05/07 05:08:43 UTC

cvs commit: jakarta-commons/net build.xml

scohen      2004/05/06 20:08:43

  Modified:    net      build.xml
  Log:
  update version number to 1.3.0-dev after release of 1.2.1
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-commons/net/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	5 May 2004 03:40:22 -0000	1.24
  +++ build.xml	7 May 2004 03:08:43 -0000	1.25
  @@ -33,7 +33,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-net-1.2.1">
  +  <property name="final.name" value="commons-net-1.3.0-dev">
     </property>
     <target name="init" description="o Initializes some properties">
       <mkdir dir="${libdir}">
  @@ -140,7 +140,7 @@
       </tstamp>
       <property name="copyright" value="Copyright &amp;copy;  Apache Software Foundation. All Rights Reserved.">
       </property>
  -    <property name="title" value="Jakarta Commons/Net 1.2.1 API">
  +    <property name="title" value="Jakarta Commons/Net 1.2.0 API">
       </property>
       <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.net.*">
         <classpath>
  
  
  

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