horwat 2004/07/19 13:50:32 Modified: standard Tag: STANDARD_1_0_BRANCH build.xml standard/doc/web Tag: STANDARD_1_0_BRANCH ReleaseNotes.html standard/src/org/apache/taglibs/standard Tag: STANDARD_1_0_BRANCH Version.java Log: Update version information 1.0.5 -> 1.0.6 Revision Changes Path No revision No revision 1.23.2.6 +1 -1 jakarta-taglibs/standard/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/build.xml,v retrieving revision 1.23.2.5 retrieving revision 1.23.2.6 diff -u -r1.23.2.5 -r1.23.2.6 --- build.xml 2 Mar 2004 04:02:05 -0000 1.23.2.5 +++ build.xml 19 Jul 2004 20:50:32 -0000 1.23.2.6 @@ -3,7 +3,7 @@ <!-- ******************** Adjustable Properties *********************** --> <!-- Version Number --> - <property name="standard-version" value="1.0.5" /> + <property name="standard-version" value="1.0.6" /> <property name="release.name" value="jakarta-taglibs-standard-${standard-version}" /> <property name="release.pre" value="nop" /> <property name="release.post" value="nop" /> No revision No revision 1.37.2.11 +4 -4 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.37.2.10 retrieving revision 1.37.2.11 diff -u -r1.37.2.10 -r1.37.2.11 --- ReleaseNotes.html 25 Jun 2004 16:33:13 -0000 1.37.2.10 +++ ReleaseNotes.html 19 Jul 2004 20:50:32 -0000 1.37.2.11 @@ -9,22 +9,22 @@ <h1> Standard: An Implementation of the JSP™ Standard Tag Library (JSTL)<br> <p> -Version: 1.0.5<br> +Version: 1.0.6<br> Release Notes </h1> </center> -<p>The Standard 1.0.5 release is a minor update to the Standard 1.0.4 +<p>The Standard 1.0.6 release is a minor update to the Standard 1.0.5 release, which builds on the Standard 1.0 FCS release, an implementation of the final <a href="http://java.sun.com/products/jstl">JSTL 1.0 Specification</a>. The Standard -1.0.5 release includes many bug fixes and updates.</p> +1.0.6 release includes many bug fixes and updates.</p> <p>The Standard Taglib, which is hosted at Apache, is used as the source repository for the <a href="http://java.sun.com/products/jstl">JSTL 1.0 reference implementation</a> supplied by Sun Microsystems, Inc.</p> <hr/> <h2>Release History</h2> -<dt><b>Current • Changes since Standard 1.0.5 Release</b></dt> +<dt><b>July 2004 • Standard 1.0.6</b></dt> <p>The latest implementation is available from the Nightly Builds.</p> <dd>Bugs fixed since Standard 1.0.5 Taglib release:</dd> <ul> No revision No revision 1.6.2.6 +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.2.5 retrieving revision 1.6.2.6 diff -u -r1.6.2.5 -r1.6.2.6 --- Version.java 28 Feb 2004 06:08:05 -0000 1.6.2.5 +++ Version.java 19 Jul 2004 20:50:32 -0000 1.6.2.6 @@ -103,7 +103,7 @@ */ public static int getMaintenanceVersionNum() { - return 5; + return 6; } /**
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]