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 2011/06/22 22:38:32 UTC

svn commit: r1138622 - /tiles/sandbox/trunk/pom.xml

Author: mck
Date: Wed Jun 22 20:38:32 2011
New Revision: 1138622

URL: http://svn.apache.org/viewvc?rev=1138622&view=rev
Log:
* change name to tiles-parent
* use latest tiles-master
* add a default reactor

Modified:
    tiles/sandbox/trunk/pom.xml

Modified: tiles/sandbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/sandbox/trunk/pom.xml?rev=1138622&r1=1138621&r2=1138622&view=diff
==============================================================================
--- tiles/sandbox/trunk/pom.xml (original)
+++ tiles/sandbox/trunk/pom.xml Wed Jun 22 20:38:32 2011
@@ -26,12 +26,12 @@
     <parent>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-master</artifactId>
-        <version>1</version>
+        <version>3</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tiles</groupId>
-    <artifactId>tiles-sandbox</artifactId>
+    <artifactId>tiles-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Tiles Sandbox</name>
@@ -58,6 +58,13 @@
         </site>
     </distributionManagement>
 
+    <modules>
+        <module>tiles-request</module>
+        <module>tiles-autotag</module>
+        <module>tiles-eval</module>
+        <module>tiles3</module>
+    </modules>
+
     <build>
         <pluginManagement>
             <plugins>
@@ -306,4 +313,4 @@
             </releases>
         </pluginRepository>
     </pluginRepositories>
-</project>
\ No newline at end of file
+</project>