You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2003/03/04 05:35:25 UTC

cvs commit: xml-axis/java/xmls properties.xml

gdaniels    2003/03/03 20:35:24

  Modified:    java     release-notes.html
               java/xmls properties.xml
  Log:
  RC1 -> RC2
  
  Revision  Changes    Path
  1.20      +6 -6      xml-axis/java/release-notes.html
  
  Index: release-notes.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/release-notes.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- release-notes.html	7 Feb 2003 16:50:35 -0000	1.19
  +++ release-notes.html	4 Mar 2003 04:35:24 -0000	1.20
  @@ -14,16 +14,16 @@
   </style>
   </head>
   <body>
  -<h2>Axis 1.1 RC1 Release Notes</h2>
  +<h2>Axis 1.1 RC2 Release Notes</h2>
   
  -<p>This is the <a href="http://xml.apache.org/axis/releases.html">1.1 RC1 release</a> 
  +<p>This is the <a href="http://xml.apache.org/axis/releases.html">1.1 RC2 release</a> 
     of the <a href="http://xml.apache.org/axis"> Axis SOAP library</a>.</p>
   
   <h3>About this release</h3>
  -<p>1.1 RC1 is being released to get ready to release 1.1 at the end of February. 
  -  This release serves to get recent bugfixes and improvements out into the testing 
  -  community so that 1.1 final can be as good as possible. Please bang on the APIs, 
  -  kick the tires, and let us know about any problems you have!</p>
  +<p>1.1 RC2 is being released to get ready to release 1.1 in March. This release 
  +  serves to get recent bugfixes and improvements out into the testing community 
  +  so that 1.1 final can be as good as possible. Please bang on the APIs, kick 
  +  the tires, and let us know about any problems you have!</p>
   <hr>
   <em>(the following are older release notes which will be moved for the final 1.1 
   release)</em> 
  
  
  
  1.39      +2 -2      xml-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- properties.xml	10 Feb 2003 18:51:50 -0000	1.38
  +++ properties.xml	4 Mar 2003 04:35:24 -0000	1.39
  @@ -12,9 +12,9 @@
   <property file="${axis.home}/build.properties"/>
   <property file="${user.home}/build.properties"/>
   
  -<property name="axis.version" value="1.1RC1" />
  +<property name="axis.version" value="1.1RC2" />
   <!-- This should be the version # above with dots replaced by underscores -->
  -<property name="axis.dirname" value="1_1RC1" />
  +<property name="axis.dirname" value="1_1RC2" />
   
   <property name="name" value="axis" />
   <property name="Name" value="Axis" />