Author: sletellier Date: 2011-10-12 09:48:56 +0200 (Wed, 12 Oct 2011) New Revision: 1234 Url: http://nuiton.org/repositories/revision/wikitty/1234 Log: Include wikitty-struts module in build Modified: trunk/pom.xml trunk/wikitty-struts/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-10-11 15:47:04 UTC (rev 1233) +++ trunk/pom.xml 2011-10-12 07:48:56 UTC (rev 1234) @@ -27,7 +27,7 @@ <module>wikitty-publication</module> <module>wp-maven-plugin</module> <module>wikitty-publication-ui</module> - + <module>wikitty-struts</module> <module>wikitty-hessian-client</module> <module>wikitty-hessian-server</module> <module>wikitty-perf-test</module> Modified: trunk/wikitty-struts/pom.xml =================================================================== --- trunk/wikitty-struts/pom.xml 2011-10-11 15:47:04 UTC (rev 1233) +++ trunk/wikitty-struts/pom.xml 2011-10-12 07:48:56 UTC (rev 1234) @@ -7,7 +7,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </parent> <!-- ************************************************************* -->