Author: apetrelli
Date: Tue Jul 29 10:27:14 2008
New Revision: 680782

URL: http://svn.apache.org/viewvc?rev=680782&view=rev
Log:
Preparing for release:
- fixed a snapshot of Cargo Maven plugin.
- added servlet dependency in tiles-compat.

Modified:
    tiles/framework/trunk/tiles-compat/pom.xml
    tiles/framework/trunk/tiles-test/pom.xml

Modified: tiles/framework/trunk/tiles-compat/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-compat/pom.xml?rev=680782&r1=680781&r2=680782&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-compat/pom.xml (original)
+++ tiles/framework/trunk/tiles-compat/pom.xml Tue Jul 29 10:27:14 2008
@@ -137,6 +137,12 @@
     </dependency>
 
     <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.5</version>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.0</version>
@@ -157,13 +163,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
   <repositories>

Modified: tiles/framework/trunk/tiles-test/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/pom.xml?rev=680782&r1=680781&r2=680782&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-test/pom.xml (original)
+++ tiles/framework/trunk/tiles-test/pom.xml Tue Jul 29 10:27:14 2008
@@ -126,7 +126,7 @@
            <plugin>
                <groupId>org.codehaus.cargo</groupId>
                <artifactId>cargo-maven2-plugin</artifactId>
-               <version>1.0-SNAPSHOT</version>
+               <version>1.0-20080724.220124-9</version>
                <configuration>
                    <container>
                        <containerId>tomcat6x</containerId>


Reply via email to