You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2008/06/05 07:40:33 UTC

svn commit: r663456 - /struts/struts1/trunk/pom.xml

Author: pbenedict
Date: Wed Jun  4 22:40:33 2008
New Revision: 663456

URL: http://svn.apache.org/viewvc?rev=663456&view=rev
Log:
STR-3134: Upgrade JSTL impl to 1.0.6

Modified:
    struts/struts1/trunk/pom.xml

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=663456&r1=663455&r2=663456&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Wed Jun  4 22:40:33 2008
@@ -390,7 +390,7 @@
             <dependency>
               <groupId>taglibs</groupId>
               <artifactId>standard</artifactId>
-              <version>1.0.2</version>
+              <version>1.0.6</version>
             </dependency>
         </dependencies>
     </dependencyManagement>