diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/stripes/pom.xml | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/stripes/pom.xml b/sca-java-2.x/trunk/modules/stripes/pom.xml index a7bb59440f..3623d728b8 100644 --- a/sca-java-2.x/trunk/modules/stripes/pom.xml +++ b/sca-java-2.x/trunk/modules/stripes/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>net.sourceforge.stripes</groupId> <artifactId>stripes</artifactId> - <version>1.5</version> + <version>1.5.2</version> <scope>provided</scope> </dependency> diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml index ec969cff7e..799f55e9d0 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-stripes/pom.xml @@ -43,8 +43,9 @@ <dependency> <groupId>net.sourceforge.stripes</groupId> <artifactId>stripes</artifactId> - <version>1.5</version> + <version>1.5.2</version> </dependency> + <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> |