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 23:33:53 UTC

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

Author: mck
Date: Wed Jun 22 21:33:53 2011
New Revision: 1138642

URL: http://svn.apache.org/viewvc?rev=1138642&view=rev
Log:
* 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=1138642&r1=1138641&r2=1138642&view=diff
==============================================================================
--- tiles/sandbox/trunk/pom.xml (original)
+++ tiles/sandbox/trunk/pom.xml Wed Jun 22 21:33:53 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-master</artifactId>
-        <version>1</version>
+        <version>3</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -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>