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 dl...@apache.org on 2004/05/01 02:48:58 UTC

cvs commit: ws-xmlrpc build.xml project.xml

dlr         2004/04/30 17:48:58

  Modified:    .        Tag: XMLRPC_1_2_BRANCH build.xml project.xml
  Log:
  * project.xml
  * build.xml
    Bump version number to 1.2 b2.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.20.2.4  +1 -1      ws-xmlrpc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-xmlrpc/build.xml,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -u -r1.20.2.3 -r1.20.2.4
  --- build.xml	27 Mar 2003 03:00:03 -0000	1.20.2.3
  +++ build.xml	1 May 2004 00:48:58 -0000	1.20.2.4
  @@ -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"/>
  +  <property name="version" value="1.2-b2"/>
   
     <!-- Allow any locally-specified values to override the defaults -->
     <property file="build.properties" />
  
  
  
  1.14.2.4  +1 -1      ws-xmlrpc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-xmlrpc/project.xml,v
  retrieving revision 1.14.2.3
  retrieving revision 1.14.2.4
  diff -u -u -r1.14.2.3 -r1.14.2.4
  --- project.xml	26 Feb 2003 23:00:03 -0000	1.14.2.3
  +++ project.xml	1 May 2004 00:48:58 -0000	1.14.2.4
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <name>xmlrpc</name>
     <id>xmlrpc</id>
  -  <currentVersion>1.2-b1</currentVersion>
  +  <currentVersion>1.2-b2</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://ws.apache.org/</url>