dlr 2002/10/09 17:32:23
Modified: . build.xml project.xml
src/java/org/apache/xmlrpc XmlRpc.java
Log:
For XMLRPC_1_2_A2.
Revision Changes Path
1.19 +1 -1 xml-rpc/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-rpc/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- build.xml 9 Oct 2002 22:58:21 -0000 1.18
+++ build.xml 10 Oct 2002 00:32:23 -0000 1.19
@@ -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-dev"/>
+ <property name="version" value="1.2-a2"/>
<!-- Allow any user specific values to override the defaults -->
<property file="${user.home}/build.properties" />
1.11 +1 -1 xml-rpc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/xml-rpc/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- project.xml 9 Oct 2002 22:58:21 -0000 1.10
+++ project.xml 10 Oct 2002 00:32:23 -0000 1.11
@@ -4,7 +4,7 @@
<pomVersion>3</pomVersion>
<name>xmlrpc</name>
<id>xmlrpc</id>
- <currentVersion>1.2-a2-dev</currentVersion>
+ <currentVersion>1.2-a2</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://xml.apache.org/</url>
1.32 +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.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- XmlRpc.java 9 Oct 2002 21:34:10 -0000 1.31
+++ XmlRpc.java 10 Oct 2002 00:32:23 -0000 1.32
@@ -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-dev";
+ public static final String version = "Apache XML-RPC 1.2-a2";
/**
* The default parser to use (MinML).