horwat 2004/07/19 13:57:16 Modified: standard build.xml standard/doc/web ReleaseNotes.html standard/src/org/apache/taglibs/standard Version.java Log: Update version information 1.1.0 -> 1.1.1 Revision Changes Path 1.43 +1 -1 jakarta-taglibs/standard/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-taglibs/standard/build.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- build.xml 7 Jun 2004 21:09:41 -0000 1.42 +++ build.xml 19 Jul 2004 20:57:16 -0000 1.43 @@ -4,7 +4,7 @@ <!-- Version Number --> <!-- =================================================================== --> - <property name="standard-version" value="1.1.0" /> + <property name="standard-version" value="1.1.1" /> <property name="release.name" value="jakarta-taglibs-standard-${standard-version}" /> <property name="release.pre" value="nop" /> <property name="release.post" value="nop" /> 1.55 +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.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ReleaseNotes.html 25 Jun 2004 16:32:29 -0000 1.54 +++ ReleaseNotes.html 19 Jul 2004 20:57:16 -0000 1.55 @@ -9,19 +9,19 @@ <h1> Standard: An Implementation of the JSP™ Standard Tag Library (JSTL)<br> <p> -Version: 1.1.0<br> +Version: 1.1.1<br> Release Notes </h1> </center> -<p>The Standard 1.1.0 release is an implementation of the <a href="http://java.sun.com/products/jstl">JSTL 1.1 Specification</a>.</p> +<p>The Standard 1.1.1 release is an implementation of the <a href="http://java.sun.com/products/jstl">JSTL 1.1 Specification</a>.</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 reference implementation</a> supplied by Sun Microsystems, Inc.</p> <hr/> <h2>Release History</h2> -<dt><b>Current • Changes since Standard 1.1.0 Release</b></dt> +<dt><b>July 2004 • Standard 1.1.1</b></dt> <p>The latest implementation is available from the Nightly Builds.</p> <dd>Bugs fixed since Standard 1.1.0 Taglib release:</dd> <ul> 1.11 +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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Version.java 28 Feb 2004 01:01:42 -0000 1.10 +++ Version.java 19 Jul 2004 20:57:16 -0000 1.11 @@ -103,7 +103,7 @@ */ public static int getMaintenanceVersionNum() { - return 0; + return 1; } /**
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]