This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit 3d5b57bf374ad6f242bd7d3157a481f7e9bea1f8 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Oct 25 18:44:06 2016 +0200 fixes #4076: Remove unused modules --- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d0bd196..ac73eea 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ License along with this program. If not, see <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.2</version> + <version>10.4</version> </parent> <groupId>org.nuiton.web</groupId> @@ -97,9 +97,6 @@ License along with this program. If not, see <modules> <module>nuiton-web</module> <module>nuiton-struts2</module> - <module>nuiton-tapestry</module> - <module>nuiton-rss</module> - <module>nuiton-gwt</module> <module>nuiton-security</module> </modules> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.