Author: jboynes
Date: Sun Nov 10 21:43:10 2013
New Revision: 1540556

URL: http://svn.apache.org/r1540556
Log:
update READMEs to refer to next version

Modified:
    tomcat/taglibs/standard/trunk/README_bin.txt
    tomcat/taglibs/standard/trunk/README_src.txt
    tomcat/taglibs/standard/trunk/pom.xml

Modified: tomcat/taglibs/standard/trunk/README_bin.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/README_bin.txt?rev=1540556&r1=1540555&r2=1540556&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/README_bin.txt (original)
+++ tomcat/taglibs/standard/trunk/README_bin.txt Sun Nov 10 21:43:10 2013
@@ -1,5 +1,5 @@
 ---------------------------------------------------------------------------
-Apache Standard Tag Library 1.2 -- BINARY DISTRIBUTION
+Apache Standard Tag Library 1.2.1 -- BINARY DISTRIBUTION
 ---------------------------------------------------------------------------
 Thanks for downloading this release of the Standard tag library, 
 an implementation of the JavaServer Pages(tm)(JSP) 
@@ -41,9 +41,9 @@ ADD DEPENDENCIES TO A WEB APPLICATION
 
 To use this distribution with your own web applications, add the following JAR
 files to the '/WEB-INF/lib' directory of your application:
-   - taglibs-standard-spec-1.2.0.jar
-   - taglibs-standard-impl-1.2.0.jar
-   - taglibs-standard-jstlel-1.2.0.jar
+   - taglibs-standard-spec-1.2.1.jar
+   - taglibs-standard-impl-1.2.1.jar
+   - taglibs-standard-jstlel-1.2.1.jar
    - xalan-2.7.1.jar
    - serializer-2.7.1.jar
 
@@ -57,12 +57,12 @@ your pom.xml file:
     <dependency>
       <groupId>org.apache.taglibs</groupId>
       <artifactId>taglibs-standard-spec</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.taglibs</groupId>
       <artifactId>taglibs-standard-impl</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.1</version>
     </dependency>
 
 ---------------------------------------------------------------------------

Modified: tomcat/taglibs/standard/trunk/README_src.txt
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/README_src.txt?rev=1540556&r1=1540555&r2=1540556&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/README_src.txt (original)
+++ tomcat/taglibs/standard/trunk/README_src.txt Sun Nov 10 21:43:10 2013
@@ -1,5 +1,5 @@
 ---------------------------------------------------------------------------
-Apache Standard Tag Library 1.2 -- SOURCE DISTRIBUTION
+Apache Standard Tag Library 1.2.1 -- SOURCE DISTRIBUTION
 ---------------------------------------------------------------------------
 Thanks for downloading the source code for the Apache Software Foundation's
 implementation of the JavaServer Pages(tm)(JSP) Standard Tag Library (JSTL)
@@ -36,6 +36,9 @@ descriptor.
 
 For information about performing a release at Apache, please refer to
 "Publishing Maven Artifacts" at 
http://www.apache.org/dev/publishing-maven-artifacts.html
+To rebuild the released artifacts locally from this source distribution
+or from a SVN tag, run:
+    $ mvn -Papache-release install
 
 ---------------------------------------------------------------------------
 PROJECT MODULES

Modified: tomcat/taglibs/standard/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/pom.xml?rev=1540556&r1=1540555&r2=1540556&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/pom.xml Sun Nov 10 21:43:10 2013
@@ -101,6 +101,7 @@
             <configuration>
               <excludes>
                 
<exclude>standard-test/src/test/resources/org/apache/taglibs/standard/tag/el/core/TestOutTag.txt</exclude>
+                <exclude>DEPENDENCIES</exclude>
                 <exclude>README_bin.txt</exclude>
                 <exclude>README_src.txt</exclude>
               </excludes>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to