You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by rh...@apache.org on 2003/02/15 21:47:18 UTC

cvs commit: xml-rpc build.xml project.xml

rhoegg      2003/02/15 12:47:18

  Modified:    .        Tag: XMLRPC_1_2_BRANCH build.xml project.xml
  Log:
  Preparing for 1.2 beta release
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.2  +1 -1      xml-rpc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/build.xml,v
  retrieving revision 1.20.2.1
  retrieving revision 1.20.2.2
  diff -u -r1.20.2.1 -r1.20.2.2
  --- build.xml	1 Feb 2003 22:29:37 -0000	1.20.2.1
  +++ build.xml	15 Feb 2003 20:47:17 -0000	1.20.2.2
  @@ -3,7 +3,7 @@
   <project name="xmlrpc" default="jar" basedir=".">
   
     <!-- Properties which are not allowed to be overridden -->
  -  <property name="version" value="1.2-b1-dev"/>
  +  <property name="version" value="1.2-b1"/>
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  
  
  
  1.14.2.1  +1 -1      xml-rpc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- project.xml	26 Nov 2002 11:39:17 -0000	1.14
  +++ project.xml	15 Feb 2003 20:47:17 -0000	1.14.2.1
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <name>xmlrpc</name>
     <id>xmlrpc</id>
  -  <currentVersion>1.2-a3-dev</currentVersion>
  +  <currentVersion>1.2-b1</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://xml.apache.org/</url>