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