gdaniels    2003/02/07 08:50:37

  Modified:    java     release-notes.html README
               java/xmls properties.xml
  Log:
  Update for 1.1RC1
  
  Revision  Changes    Path
  1.19      +9 -5      xml-axis/java/release-notes.html
  
  Index: release-notes.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/release-notes.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- release-notes.html        13 Jan 2003 16:26:29 -0000      1.18
  +++ release-notes.html        7 Feb 2003 16:50:35 -0000       1.19
  @@ -14,15 +14,19 @@
   </style>
   </head>
   <body>
  -<h2>Axis 1.1 beta Release Notes</h2>
  +<h2>Axis 1.1 RC1 Release Notes</h2>
   
  -<p>This is the <a href="http://xml.apache.org/axis/releases.html";>1.1 beta 
release</a> 
  +<p>This is the <a href="http://xml.apache.org/axis/releases.html";>1.1 RC1 
release</a> 
     of the <a href="http://xml.apache.org/axis";> Axis SOAP library</a>.</p>
   
   <h3>About this release</h3>
  -<p>1.1 is primarily a bug fix release to deal with some problems which came to 
  -  light after 1.0 went out. There are also some new features, see <a 
href="changelog.html">the 
  -  Axis change log</a> for details. </p>
  +<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>
  +<hr>
  +<em>(the following are older release notes which will be moved for the final 1.1 
  +release)</em> 
   <h3>Rationale for Releasing Axis 1.0</h3>
   
   
  
  
  
  1.16      +1 -1      xml-axis/java/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/README,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- README    3 Dec 2002 15:42:53 -0000       1.15
  +++ README    7 Feb 2003 16:50:36 -0000       1.16
  @@ -1,6 +1,6 @@
                Axis (Apache eXtensible Interaction System)
                -------------------------------------------
  -             1.1 beta Release                Dec 3, 2002
  +             1.1 Release Candidate 1         Feb 7, 2002
   
   Welcome to Axis!  You'll find documentation in the docs/ directory.
   
  
  
  
  1.37      +1 -1      xml-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- properties.xml    12 Jan 2003 23:54:37 -0000      1.36
  +++ properties.xml    7 Feb 2003 16:50:37 -0000       1.37
  @@ -12,7 +12,7 @@
   <property file="${axis.home}/build.properties"/>
   <property file="${user.home}/build.properties"/>
   
  -<property name="axis.version" value="1.1beta" />
  +<property name="axis.version" value="1.1RC1" />
   <property name="name" value="axis" />
   <property name="Name" value="Axis" />
   <property name="year" value="2002" />
  
  
  


Reply via email to