branch develop updated (0706519 -> e43b611)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 0706519 Fix tag value loading new a1285a8 update librairies new e43b611 fix site modules (remove them from menu) The 2 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 e43b611bd8bef28fa1a69a0c2b3eec0575722548 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 9 17:42:09 2016 +0200 fix site modules (remove them from menu) commit a1285a8542f39d24cedd2d1ef314a804c3bc7e90 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 9 17:34:37 2016 +0200 update librairies Summary of changes: pom.xml | 10 +++++----- src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 3 files changed, 7 insertions(+), 7 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit a1285a8542f39d24cedd2d1ef314a804c3bc7e90 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 9 17:34:37 2016 +0200 update librairies --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 324c165..2316304 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.3</version> + <version>10.4</version> </parent> <artifactId>eugene</artifactId> @@ -141,16 +141,16 @@ <processorPluginVersion>1.3</processorPluginVersion> <nuitonUtilsVersion>3.0-rc-15</nuitonUtilsVersion> <nuitonI18nVersion>3.6.2</nuitonI18nVersion> - <plantumlVersion>8047</plantumlVersion> + <plantumlVersion>8048</plantumlVersion> <snakeyamlVersion>1.17</snakeyamlVersion> - <antlr4Version>4.5</antlr4Version> + <antlr4Version>4.5.3</antlr4Version> <!--Multilanguage maven-site --> <locales>en,fr</locales> <siteSourcesType>rst</siteSourcesType> <plexusPluginVersion>1.3.8</plexusPluginVersion> - <doxiaVersion>1.6</doxiaVersion> + <doxiaVersion>1.7</doxiaVersion> <mavenVersion>3.3.9</mavenVersion> <!-- Java level configuration --> @@ -398,7 +398,7 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> - <version>${doxiaVersion}</version> + <version>1.7.1</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> -- 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit e43b611bd8bef28fa1a69a0c2b3eec0575722548 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 9 17:42:09 2016 +0200 fix site modules (remove them from menu) --- src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/site_en.xml b/src/site/site_en.xml index fa8c05e..80c94fd 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -90,7 +90,7 @@ <item name="XMI" href="http://www.omg.org/spec/XMI/"/> </menu> - <menu ref="modules"/> + <!--<menu ref="modules"/>--> <menu ref="reports"/> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index 8be129b..0ba9a85 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -90,7 +90,7 @@ </menu> <!-- TC-20100117 does not works on none primary language --> - <menu ref="modules"/> + <!--<menu ref="modules"/>--> <!--<menu name="Modules">--> <!--<item name="Eugene :: Eugene" href="../eugene/fr/index.html"/>--> <!--<item name="Eugene :: Ant task" href="../ant-eugene-task/fr/index.html"/>--> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm