Author: pbenedict Date: Wed Jun 4 22:40:30 2008 New Revision: 663455 URL: http://svn.apache.org/viewvc?rev=663455&view=rev Log: STR-3134: Upgrade JSTL impl to 1.0.6
Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example1/pom.xml struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/pom.xml struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example1/pom.xml?rev=663455&r1=663454&r2=663455&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example1/pom.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example1/pom.xml Wed Jun 4 22:40:30 2008 @@ -72,7 +72,7 @@ <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> - <version>1.0.2</version> + <version>1.0.6</version> </dependency> <!-- Required by MyFaces --> Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/pom.xml?rev=663455&r1=663454&r2=663455&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/pom.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/apps/faces-example2/pom.xml Wed Jun 4 22:40:30 2008 @@ -72,7 +72,7 @@ <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> - <version>1.0.2</version> + <version>1.0.6</version> </dependency> <!-- Required by MyFaces --> Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml?rev=663455&r1=663454&r2=663455&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml Wed Jun 4 22:40:30 2008 @@ -93,7 +93,7 @@ <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> - <version>1.0.2</version> + <version>1.0.6</version> </dependency> </dependencies>