You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by pi...@apache.org on 2003/09/11 00:00:08 UTC

cvs commit: jakarta-taglibs/standard/doc/web ReleaseNotes.html

pierred     2003/09/10 15:00:08

  Modified:    standard/src/org/apache/taglibs/standard Version.java
               standard/doc/web ReleaseNotes.html
  Log:
  getting ready for release of standard-1.1.0-B1
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-taglibs/standard/src/org/apache/taglibs/standard/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/src/org/apache/taglibs/standard/Version.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Version.java	28 Aug 2003 16:06:07 -0000	1.6
  +++ Version.java	10 Sep 2003 22:00:08 -0000	1.7
  @@ -164,6 +164,6 @@
      */
     public static int getDevelopmentVersionNum()
     {
  -    return 15;
  +    return 16;
     }
   }
  
  
  
  1.47      +3 -3      jakarta-taglibs/standard/doc/web/ReleaseNotes.html
  
  Index: ReleaseNotes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/ReleaseNotes.html,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- ReleaseNotes.html	19 Aug 2003 00:42:30 -0000	1.46
  +++ ReleaseNotes.html	10 Sep 2003 22:00:08 -0000	1.47
  @@ -9,12 +9,12 @@
   <h1>
   Standard: An Implementation of the JSP&#153; Standard Tag Library (JSTL)<br>
   <p>
  -Version: 1.1.0-EA1<br>
  +Version: 1.1.0-B1<br>
   Release Notes
   </h1>
   </center>
   
  -<p>The Standard 1.1.0-EA1 release is an 
  +<p>The Standard 1.1.0-B1 release is an 
   implementation of the <a href="http://java.sun.com/products/jstl">JSTL 1.1 Specification</a>.
   Given that JSTL 1.1 has a dependency on JSP 2.0, an official release of
   JSTL 1.1 will happen once the Final Release of the JSP 2.0 specification is
  @@ -25,7 +25,7 @@
   
   <h2>Release History</h2>
   
  -<dt><b>August 2003 &#149; Standard 1.1.0-EA1</b></dt>
  +<dt><b>September 2003 &#149; Standard 1.1.0-B1</b></dt>
   <p>
   This is a complete implementation of the JSTL 1.1 Maintenance Release.
   <p>