Author: husted Date: Wed Jan 16 07:24:54 2008 New Revision: 612481 URL: http://svn.apache.org/viewvc?rev=612481&view=rev Log: WW-2423, WW-2425, WW-2426 Update Spring, DWR, Freemarker, and SiteMesh dependencies per patch provided by Al Sutton.
Modified: struts/struts2/trunk/apps/blank/pom.xml struts/struts2/trunk/apps/showcase/pom.xml struts/struts2/trunk/core/pom.xml struts/struts2/trunk/plugins/codebehind/pom.xml struts/struts2/trunk/plugins/dojo/pom.xml struts/struts2/trunk/plugins/portlet/pom.xml struts/struts2/trunk/plugins/sitegraph/pom.xml struts/struts2/trunk/plugins/sitemesh/pom.xml struts/struts2/trunk/plugins/spring/pom.xml struts/struts2/trunk/plugins/struts1/pom.xml Modified: struts/struts2/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/apps/blank/pom.xml (original) +++ struts/struts2/trunk/apps/blank/pom.xml Wed Jan 16 07:24:54 2008 @@ -59,7 +59,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Wed Jan 16 07:24:54 2008 @@ -133,12 +133,12 @@ <dependency> <groupId>opensymphony</groupId> <artifactId>sitemesh</artifactId> - <version>2.2.1</version> + <version>2.3</version> </dependency> <dependency> <groupId>uk.ltd.getahead</groupId> <artifactId>dwr</artifactId> - <version>1.1-beta-3</version> + <version>1.1.1</version> </dependency> <dependency> <groupId>log4j</groupId> Modified: struts/struts2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Wed Jan 16 07:24:54 2008 @@ -240,7 +240,7 @@ <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> - <version>2.3.10</version> + <version>2.3.11</version> </dependency> <dependency> @@ -267,7 +267,7 @@ <dependency> <groupId>uk.ltd.getahead</groupId> <artifactId>dwr</artifactId> - <version>1.1-beta-3</version> + <version>1.1.1</version> <optional>true</optional> </dependency> @@ -311,14 +311,14 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> Modified: struts/struts2/trunk/plugins/codebehind/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/codebehind/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/codebehind/pom.xml (original) +++ struts/struts2/trunk/plugins/codebehind/pom.xml Wed Jan 16 07:24:54 2008 @@ -56,13 +56,13 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> <dependency> Modified: struts/struts2/trunk/plugins/dojo/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/dojo/pom.xml (original) +++ struts/struts2/trunk/plugins/dojo/pom.xml Wed Jan 16 07:24:54 2008 @@ -241,14 +241,14 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> Modified: struts/struts2/trunk/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/portlet/pom.xml (original) +++ struts/struts2/trunk/plugins/portlet/pom.xml Wed Jan 16 07:24:54 2008 @@ -123,25 +123,25 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> - <scope>test</scope> + <version>2.0.8</version> + <scope>test</scope> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-portlet</artifactId> - <version>2.0.7</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-portlet</artifactId> + <version>2.0.8</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> - <dependency> + <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.1.1</version> + <version>1.1.1</version> <scope>test</scope> </dependency> </dependencies> Modified: struts/struts2/trunk/plugins/sitegraph/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/sitegraph/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/sitegraph/pom.xml (original) +++ struts/struts2/trunk/plugins/sitegraph/pom.xml Wed Jan 16 07:24:54 2008 @@ -148,7 +148,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> @@ -156,7 +156,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> Modified: struts/struts2/trunk/plugins/sitemesh/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/sitemesh/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/sitemesh/pom.xml (original) +++ struts/struts2/trunk/plugins/sitemesh/pom.xml Wed Jan 16 07:24:54 2008 @@ -44,7 +44,7 @@ <dependency> <groupId>opensymphony</groupId> <artifactId>sitemesh</artifactId> - <version>2.2.1</version> + <version>2.3</version> </dependency> <!-- Velocity --> <dependency> Modified: struts/struts2/trunk/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/spring/pom.xml (original) +++ struts/struts2/trunk/plugins/spring/pom.xml Wed Jan 16 07:24:54 2008 @@ -44,31 +44,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency> Modified: struts/struts2/trunk/plugins/struts1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/struts1/pom.xml?rev=612481&r1=612480&r2=612481&view=diff ============================================================================== --- struts/struts2/trunk/plugins/struts1/pom.xml (original) +++ struts/struts2/trunk/plugins/struts1/pom.xml Wed Jan 16 07:24:54 2008 @@ -58,14 +58,14 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.7</version> + <version>2.0.8</version> <scope>test</scope> </dependency>