dlr 2002/10/09 17:33:24
Modified: . build.xml project.xml
src/java/org/apache/xmlrpc XmlRpc.java
Log:
Post XMLRPC_1_2_A2 tag.
Revision Changes Path
1.20 +1 -1 xml-rpc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-rpc/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -u -r1.19 -r1.20
--- build.xml 10 Oct 2002 00:32:23 -0000 1.19
+++ build.xml 10 Oct 2002 00:33:24 -0000 1.20
@@ -3,7 +3,7 @@
<project name="xmlrpc" default="jar" basedir=".">
<!-- Properties which are not allowed to be overridden -->
- <property name="version" value="1.2-a2"/>
+ <property name="version" value="1.2-a3-dev"/>
<!-- Allow any user specific values to override the defaults -->
<property file="${user.home}/build.properties" />
1.12 +1 -1 xml-rpc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/xml-rpc/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -u -r1.11 -r1.12
--- project.xml 10 Oct 2002 00:32:23 -0000 1.11
+++ project.xml 10 Oct 2002 00:33:24 -0000 1.12
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<name>xmlrpc</name>
<id>xmlrpc</id>
- <currentVersion>1.2-a2</currentVersion>
+ <currentVersion>1.2-a3-dev</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://xml.apache.org/</url>
1.33 +2 -2 xml-rpc/src/java/org/apache/xmlrpc/XmlRpc.java
Index: XmlRpc.java
===================================================================
RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpc.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -u -r1.32 -r1.33
--- XmlRpc.java 10 Oct 2002 00:32:23 -0000 1.32
+++ XmlRpc.java 10 Oct 2002 00:33:24 -0000 1.33
@@ -90,7 +90,7 @@
* The version string used in HTTP communication.
*/
// FIXME: Use Ant <filter> to preprocess during compilation
- public static final String version = "Apache XML-RPC 1.2-a2";
+ public static final String version = "Apache XML-RPC 1.2-a3-dev";
/**
* The default parser to use (MinML).