Uh, don't we want that to say beta 3?
And speaking of that, should we start cutting B3?

--
Tom Jordahl
Macromedia


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 3:33 PM
To: [EMAIL PROTECTED]
Subject: cvs commit: xml-axis/java axis.properties build.xml
release-notes.html


butek       2002/06/07 12:33:17

  Modified:    java     axis.properties build.xml release-notes.html
  Log:
  Updated "beta 1" occurrences to "beta 2".
  
  Revision  Changes    Path
  1.7       +1 -1      xml-axis/java/axis.properties
  
  Index: axis.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/axis.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- axis.properties   4 Jun 2002 15:44:19 -0000       1.6
  +++ axis.properties   7 Jun 2002 19:33:17 -0000       1.7
  @@ -1,4 +1,4 @@
  -axis.version=beta 1
  +axis.version=beta 2
   
   name=axis
   Name=Axis
  
  
  
  1.144     +1 -1      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- build.xml 6 Jun 2002 19:00:42 -0000       1.143
  +++ build.xml 7 Jun 2002 19:33:17 -0000       1.144
  @@ -60,7 +60,7 @@
     <property file="build.properties"/>
     <property file="${user.home}/build.properties"/>
     
  -  <property name="axis.version" value="beta1"/>
  +  <property name="axis.version" value="beta2+"/>
   
     <property name="name" value="axis"/>
     <property name="Name" value="Axis"/>
  
  
  
  1.8       +3 -3      xml-axis/java/release-notes.html
  
  Index: release-notes.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/release-notes.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- release-notes.html        18 Mar 2002 11:06:33 -0000      1.7
  +++ release-notes.html        7 Jun 2002 19:33:17 -0000       1.8
  @@ -14,12 +14,12 @@
   </style>
   </head>
   <body>
  -<h2>Axis Beta 1 Release Notes</h2>
  +<h2>Axis Beta 2 Release Notes</h2>
   
  -<p>This is the <a href="http://xml.apache.org/axis/releases.html";> beta 1 
release</a> 
  +<p>This is the <a href="http://xml.apache.org/axis/releases.html";> beta 2 
release</a> 
     of the <a href="http://xml.apache.org/axis";> Axis SOAP library</a>. (Wondering 
     what Axis is? Please see our <a 
href="http://xml.apache.org/axis/faq.html";>FAQ</a>.)</p>
  -<h3>General Beta 1 Information</h3>
  +<h3>General Beta 2 Information</h3>
   
   <p>This is a beta release.  Most of the functionality is there.  There is still a 
chance that a few interfaces may change, but we will do our best to keep that from 
happening.  See the User's Guide for a list of the published interfaces that we 
believe are stable.  This beta release is closer to JAX-RPC compliance than the alpha, 
but JAX-RPC is still a moving target, so those interfaces still have the potential to 
change.</p>
   
  
  
  

Reply via email to