You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2013/05/19 19:09:26 UTC

svn commit: r1484315 - in /tiles/request/trunk: pom.xml tiles-request-portlet-wildcard/pom.xml

Author: mck
Date: Sun May 19 17:09:26 2013
New Revision: 1484315

URL: http://svn.apache.org/r1484315
Log:
upgrade to spring-3.2.0.RC2

Modified:
    tiles/request/trunk/pom.xml
    tiles/request/trunk/tiles-request-portlet-wildcard/pom.xml

Modified: tiles/request/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/request/trunk/pom.xml?rev=1484315&r1=1484314&r2=1484315&view=diff
==============================================================================
--- tiles/request/trunk/pom.xml (original)
+++ tiles/request/trunk/pom.xml Sun May 19 17:09:26 2013
@@ -216,7 +216,7 @@ under the License.
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-web</artifactId>
-                <version>2.5.6</version>
+                <version>3.2.0.RC2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
@@ -225,21 +225,6 @@ under the License.
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-webmvc-portlet</artifactId>
-                <version>2.5.6</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.springframework</groupId>
-                        <artifactId>spring-webmvc</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
                 <groupId>javax.servlet.jsp</groupId>
                 <artifactId>jsp-api</artifactId>
                 <version>2.1</version>

Modified: tiles/request/trunk/tiles-request-portlet-wildcard/pom.xml
URL: http://svn.apache.org/viewvc/tiles/request/trunk/tiles-request-portlet-wildcard/pom.xml?rev=1484315&r1=1484314&r2=1484315&view=diff
==============================================================================
--- tiles/request/trunk/tiles-request-portlet-wildcard/pom.xml (original)
+++ tiles/request/trunk/tiles-request-portlet-wildcard/pom.xml Sun May 19 17:09:26 2013
@@ -97,8 +97,19 @@
     </dependency>
 
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-webmvc-portlet</artifactId>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-webmvc-portlet</artifactId>
+        <version>3.2.0.RC2</version>
+        <exclusions>
+            <exclusion>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-webmvc</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
 
     <dependency>