update READMEs to refer to next version
diff --git a/README_bin.txt b/README_bin.txt
index 70949ea..2980a46 100644
--- a/README_bin.txt
+++ b/README_bin.txt
@@ -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 @@
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 @@
<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>
---------------------------------------------------------------------------
diff --git a/README_src.txt b/README_src.txt
index e6b8578..8055fd4 100644
--- a/README_src.txt
+++ b/README_src.txt
@@ -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 @@
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
diff --git a/pom.xml b/pom.xml
index 749d344..62898cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>