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
+
+
+
+ -->
+
+
+