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/03/10 14:16:20 UTC

svn commit: r752106 - in /tiles/framework/trunk: pom.xml tiles-velocity/pom.xml

Author: apetrelli
Date: Tue Mar 10 13:16:18 2009
New Revision: 752106

URL: http://svn.apache.org/viewvc?rev=752106&view=rev
Log:
TILES-376
Fixed poms to include "tiles-velocity" module.

Modified:
    tiles/framework/trunk/pom.xml
    tiles/framework/trunk/tiles-velocity/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=752106&r1=752105&r2=752106&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Tue Mar 10 13:16:18 2009
@@ -53,6 +53,7 @@
         <module>tiles-servlet</module>
         <module>tiles-jsp</module>
         <module>tiles-freemarker</module>
+        <module>tiles-velocity</module>
         <module>tiles-portlet</module>
         <module>tiles-compat</module>
         <module>tiles-test</module>

Modified: tiles/framework/trunk/tiles-velocity/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-velocity/pom.xml?rev=752106&r1=752105&r2=752106&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-velocity/pom.xml (original)
+++ tiles/framework/trunk/tiles-velocity/pom.xml Tue Mar 10 13:16:18 2009
@@ -23,9 +23,9 @@
 -->
 <project>
   <parent>
-    <artifactId>tiles-sandbox</artifactId>
+    <artifactId>tiles-parent</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -37,12 +37,12 @@
     <dependency>
       <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-servlet</artifactId>
-      <version>2.2.0-SNAPSHOT</version>
+      <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-template</artifactId>
-      <version>2.2.0-SNAPSHOT</version>
+      <version>${pom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>