Author: kkolinko
Date: Mon Feb 9 00:29:28 2015
New Revision: 1658281
URL: http://svn.apache.org/r1658281
Log:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=57548
Manually update version number in README files
Modified:
tomcat/taglibs/standard/trunk/README_bin.txt
Modified: tomcat/taglibs/standard/trunk/README_bin.txt
URL:
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/README_bin.txt?rev=1658281&r1=1658280&r2=1658281&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/README_bin.txt (original)
+++ tomcat/taglibs/standard/trunk/README_bin.txt Mon Feb 9 00:29:28 2015
@@ -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.1.jar
- - taglibs-standard-impl-1.2.1.jar
- - taglibs-standard-jstlel-1.2.1.jar
+ - taglibs-standard-spec-1.2.3.jar
+ - taglibs-standard-impl-1.2.3.jar
+ - taglibs-standard-jstlel-1.2.3.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.1</version>
+ <version>1.2.3</version>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-impl</artifactId>
- <version>1.2.1</version>
+ <version>1.2.3</version>
</dependency>
---------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]