You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2009/06/26 17:42:22 UTC

svn commit: r788744 - in /tiles/framework/trunk: tiles-api/ tiles-compat/ tiles-core/ tiles-freemarker/ tiles-jsp/ tiles-portlet/ tiles-servlet/ tiles-template/ tiles-test/ tiles-velocity/

Author: apetrelli
Date: Fri Jun 26 15:42:21 2009
New Revision: 788744

URL: http://svn.apache.org/viewvc?rev=788744&view=rev
Log:
TILES-356
Upgraded libraries to latest published minor versions.

Modified:
    tiles/framework/trunk/tiles-api/pom.xml
    tiles/framework/trunk/tiles-compat/pom.xml
    tiles/framework/trunk/tiles-core/pom.xml
    tiles/framework/trunk/tiles-freemarker/pom.xml
    tiles/framework/trunk/tiles-jsp/pom.xml
    tiles/framework/trunk/tiles-portlet/pom.xml
    tiles/framework/trunk/tiles-servlet/pom.xml
    tiles/framework/trunk/tiles-template/pom.xml
    tiles/framework/trunk/tiles-test/pom.xml
    tiles/framework/trunk/tiles-velocity/pom.xml

Modified: tiles/framework/trunk/tiles-api/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-api/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-api/pom.xml (original)
+++ tiles/framework/trunk/tiles-api/pom.xml Fri Jun 26 15:42:21 2009
@@ -90,14 +90,14 @@
           <dependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
-              <version>4.0</version>
+              <version>4.6</version>
               <scope>test</scope>
           </dependency>
 
           <dependency>
               <groupId>org.easymock</groupId>
               <artifactId>easymock</artifactId>
-              <version>2.4</version>
+              <version>2.5.1</version>
               <scope>test</scope>
           </dependency>
     </dependencies>

Modified: tiles/framework/trunk/tiles-compat/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-compat/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-compat/pom.xml (original)
+++ tiles/framework/trunk/tiles-compat/pom.xml Fri Jun 26 15:42:21 2009
@@ -107,14 +107,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
 

Modified: tiles/framework/trunk/tiles-core/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-core/pom.xml (original)
+++ tiles/framework/trunk/tiles-core/pom.xml Fri Jun 26 15:42:21 2009
@@ -119,7 +119,7 @@
     <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>jasper-el</artifactId>
-        <version>6.0.18</version>
+        <version>6.0.20</version>
         <scope>compile</scope>
         <optional>true</optional>
         <exclusions>
@@ -133,14 +133,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
 
@@ -160,7 +160,7 @@
     <dependency>
     	<groupId>org.mvel</groupId>
     	<artifactId>mvel2</artifactId>
-    	<version>2.0.9</version>
+    	<version>2.0.10</version>
     	<optional>true</optional>
     </dependency>
 

Modified: tiles/framework/trunk/tiles-freemarker/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-freemarker/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-freemarker/pom.xml (original)
+++ tiles/framework/trunk/tiles-freemarker/pom.xml Fri Jun 26 15:42:21 2009
@@ -60,14 +60,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Fri Jun 26 15:42:21 2009
@@ -122,25 +122,25 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.3</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymockclassextension</artifactId>
-      <version>2.3</version>
+      <version>2.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.shale</groupId>
       <artifactId>shale-test</artifactId>
-      <version>1.0.4</version>
+      <version>1.0.5</version>
       <scope>test</scope>
     </dependency>
 

Modified: tiles/framework/trunk/tiles-portlet/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-portlet/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-portlet/pom.xml (original)
+++ tiles/framework/trunk/tiles-portlet/pom.xml Fri Jun 26 15:42:21 2009
@@ -121,14 +121,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
 

Modified: tiles/framework/trunk/tiles-servlet/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-servlet/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-servlet/pom.xml (original)
+++ tiles/framework/trunk/tiles-servlet/pom.xml Fri Jun 26 15:42:21 2009
@@ -117,13 +117,13 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: tiles/framework/trunk/tiles-template/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-template/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-template/pom.xml (original)
+++ tiles/framework/trunk/tiles-template/pom.xml Fri Jun 26 15:42:21 2009
@@ -44,14 +44,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.0</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: tiles/framework/trunk/tiles-test/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-test/pom.xml (original)
+++ tiles/framework/trunk/tiles-test/pom.xml Fri Jun 26 15:42:21 2009
@@ -72,7 +72,7 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>jasper-el</artifactId>
-        <version>6.0.18</version>
+        <version>6.0.20</version>
         <scope>provided</scope>
         <exclusions>
           <exclusion>
@@ -95,7 +95,7 @@
       <dependency>
         <groupId>hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>1.8.0.7</version>
+        <version>1.8.0.10</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
@@ -115,7 +115,7 @@
       <dependency>
       	<groupId>org.mvel</groupId>
       	<artifactId>mvel2</artifactId>
-      	<version>2.0.9</version>
+      	<version>2.0.10</version>
       </dependency>
    </dependencies>
 

Modified: tiles/framework/trunk/tiles-velocity/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-velocity/pom.xml?rev=788744&r1=788743&r2=788744&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-velocity/pom.xml (original)
+++ tiles/framework/trunk/tiles-velocity/pom.xml Fri Jun 26 15:42:21 2009
@@ -77,14 +77,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
+      <version>4.6</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.4</version>
+      <version>2.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>