branch develop updated (8d3953c -> ff1496c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See https://gitlab.nuiton.org/nuiton/scmwebeditor.git from 8d3953c Update parent pom new ff1496c fixes #71: Update to struts 2.3.32 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ff1496ce9798c7802df83b9950542aba8a25cb97 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 20 11:33:36 2017 +0100 fixes #71: Update to struts 2.3.32 Summary of changes: pom.xml | 4 ++-- swe-ui-web/src/main/webapp/WEB-INF/content/footer.jsp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See https://gitlab.nuiton.org/nuiton/scmwebeditor.git commit ff1496ce9798c7802df83b9950542aba8a25cb97 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 20 11:33:36 2017 +0100 fixes #71: Update to struts 2.3.32 --- pom.xml | 4 ++-- swe-ui-web/src/main/webapp/WEB-INF/content/footer.jsp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a9e7be6..61d1914 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>11-SNAPSHOT</version> + <version>10.5</version> </parent> <groupId>org.nuiton</groupId> @@ -89,7 +89,7 @@ <locales>fr,en</locales> <siteSourcesType>rst</siteSourcesType> - <struts2Version>2.3.24.1</struts2Version> + <struts2Version>2.3.32</struts2Version> <struts2jqueryVersion>3.7.1</struts2jqueryVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonWebVersion>1.17</nuitonWebVersion> diff --git a/swe-ui-web/src/main/webapp/WEB-INF/content/footer.jsp b/swe-ui-web/src/main/webapp/WEB-INF/content/footer.jsp index f1b5349..432ec8d 100644 --- a/swe-ui-web/src/main/webapp/WEB-INF/content/footer.jsp +++ b/swe-ui-web/src/main/webapp/WEB-INF/content/footer.jsp @@ -14,5 +14,5 @@ <a href="http://list.nuiton.org/cgi-bin/mailman/listinfo/scmwebeditor-users" title="Support utilisateur" target="_blank">Support utilisateur</a> </div> -<div id="copyright">©2004-2016 <a href="http://www.codelutin.com" title="Code Lutin" target="_blank">Code +<div id="copyright">©2004-2017 <a href="http://www.codelutin.com" title="Code Lutin" target="_blank">Code Lutin</a></div> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm