From 446bcb9b1d13dc602b73728e0070b66f0605524a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 17 Apr 2009 04:56:59 +0000 Subject: [PATCH] SEC-1131: Correct portlet API version. --- samples/portlet/pom.xml | 174 ++++++++++++++++++++-------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/samples/portlet/pom.xml b/samples/portlet/pom.xml index fd7b8092aa..9ab572eb61 100644 --- a/samples/portlet/pom.xml +++ b/samples/portlet/pom.xml @@ -8,91 +8,91 @@ org.springframework.security spring-security-samples-portlet Spring Security - Portlet Sample - war - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-portlet - ${project.version} - - - portlet-api - portlet-api - 1.0 - provided - - - javax.servlet - servlet-api - - - org.springframework - org.springframework.web.portlet - ${spring.version} - - - org.springframework - org.springframework.test - - - - javax.servlet - jstl - - - taglibs - standard - - - org.apache.commons - commons-io - 1.3.2 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - + war + + + org.springframework.security + spring-security-core + ${project.version} + + + org.springframework.security + spring-security-portlet + ${project.version} + + + portlet-api + portlet-api + 2.0 + provided + + + javax.servlet + servlet-api + + + org.springframework + org.springframework.web.portlet + ${spring.version} + + + org.springframework + org.springframework.test + + + + javax.servlet + jstl + + + taglibs + standard + + + org.apache.commons + commons-io + 1.3.2 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + - - - \ No newline at end of file + org.apache.pluto + maven-pluto-plugin + 1.1.4 + + + generate-resources + + assemble + + + + + + maven-war-plugin + + + ${project.build.directory}/pluto-resources/web.xml + + + + --> + + +