You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2011/04/18 12:13:15 UTC

svn commit: r1094453 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Author: rgielen
Date: Mon Apr 18 10:13:15 2011
New Revision: 1094453

URL: http://svn.apache.org/viewvc?rev=1094453&view=rev
Log:
SB-112:
- change parent dependency to latest trunk version 2.3.1-SNAPSHOT
- fix jsp-api scope from test to provided
Slightly modified from Jason Pyeron's initial patch - thanks

Modified:
    struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=1094453&r1=1094452&r2=1094453&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Apr 18 10:13:15 2011
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.struts</groupId>
 		<artifactId>struts2-plugins</artifactId>
-		<version>2.3-SNAPSHOT</version>
+		<version>2.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.struts</groupId>
 	<artifactId>struts2-portlet2-plugin</artifactId>
@@ -59,7 +59,7 @@
 			<groupId>javax.servlet.jsp</groupId>
 			<artifactId>jsp-api</artifactId>
 			<version>2.1</version>
-			<scope>test</scope>
+			<scope>provided</scope>
 		</dependency>
 
 		<!-- Velocity -->