dlr 2002/10/09 12:32:39 Modified: . build.xml project.xml Log: Preperation for tagging 1.2 alpha 1. Revision Changes Path 1.17 +1 -1 xml-rpc/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-rpc/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- build.xml 15 Aug 2002 16:30:04 -0000 1.16 +++ build.xml 9 Oct 2002 19:32:39 -0000 1.17 @@ -3,7 +3,7 @@ <project name="xmlrpc" default="jar" basedir="."> <!-- Properties which are not allowed to be overridden --> - <property name="version" value="1.2-dev"/> + <property name="version" value="1.2-a1"/> <!-- Allow any user specific values to override the defaults --> <property file="${user.home}/build.properties" /> 1.9 +1 -1 xml-rpc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/xml-rpc/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- project.xml 20 Aug 2002 16:58:48 -0000 1.8 +++ project.xml 9 Oct 2002 19:32:39 -0000 1.9 @@ -4,7 +4,7 @@ <pomVersion>3</pomVersion> <name>xmlrpc</name> <id>xmlrpc</id> - <currentVersion>1.2-dev</currentVersion> + <currentVersion>1.2-a1</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://xml.apache.org/</url>