You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/02/06 10:42:46 UTC

cvs commit: jakarta-avalon-cornerstone/apps/enterprise/orb build.xml

mcconnell    02/02/06 01:42:46

  Modified:    apps/enterprise/orb build.xml
  Log:
  corrected major version value
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-avalon-cornerstone/apps/enterprise/orb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/enterprise/orb/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	4 Feb 2002 17:30:56 -0000	1.4
  +++ build.xml	6 Feb 2002 09:42:46 -0000	1.5
  @@ -31,7 +31,7 @@
       </echo>
     </target>
   
  -  <property name="MAJOR" value="2"/>
  +  <property name="MAJOR" value="1"/>
     <property name="MINOR" value="0"/>
     <property name="MICRO" value="1"/>
     <property name="VERSION" value="${MAJOR}.${MINOR}.${MICRO}"/>
  
  
  

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