branch develop updated (980cf8c -> bc3006a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See http://git.nuiton.org/eugene.git from 980cf8c fixes #720: NullPointerException if model has no name Merge branch 'feature/720' into develop new f51598e update dependencies (refs #3697) new bc3006a fixes #3697: Update dependencies Merge branch 'feature/3697' into develop 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 bc3006a3d13c37d9549a34de04613db37c9d7579 Merge: 980cf8c f51598e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 17:32:09 2015 +0200 fixes #3697: Update dependencies Merge branch 'feature/3697' into develop commit f51598e9649749864e78ce7320958d36577a4593 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 17:32:07 2015 +0200 update dependencies (refs #3697) Summary of changes: eugene-java-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 22 ++++++++++++---------- 3 files changed, 14 insertions(+), 12 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 http://git.nuiton.org/eugene.git commit f51598e9649749864e78ce7320958d36577a4593 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 17:32:07 2015 +0200 update dependencies (refs #3697) --- eugene-java-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 22 ++++++++++++---------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 4b7dced..94a3041 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -163,7 +163,7 @@ <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> - <version>2.10</version> + <version>${eugeneLastStableVersion}</version> <dependencies> <dependency> <groupId>${project.groupId}</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index 15debd8..09aaded 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -258,7 +258,7 @@ <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> - <version>2.10</version> + <version>${eugeneLastStableVersion}</version> <dependencies> <dependency> <groupId>${project.groupId}</groupId> diff --git a/pom.xml b/pom.xml index c9602a8..9779ce6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.8.1</version> + <version>2.0</version> </parent> <artifactId>eugene</artifactId> @@ -146,10 +146,10 @@ <projectId>eugene</projectId> <processorPluginVersion>1.3</processorPluginVersion> - <nuitonUtilsVersion>3.0-rc-5</nuitonUtilsVersion> + <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> - <plantumlVersion>7997</plantumlVersion> - <snakeyamlVersion>1.13</snakeyamlVersion> + <plantumlVersion>8024</plantumlVersion> + <snakeyamlVersion>1.15</snakeyamlVersion> <!--Multilanguage maven-site --> <locales>en,fr</locales> @@ -158,8 +158,9 @@ <relativizeDecorationLinks>false</relativizeDecorationLinks> <plexusPluginVersion>1.3.8</plexusPluginVersion> - <doxiaVersion>1.4</doxiaVersion> + <doxiaVersion>1.6</doxiaVersion> <mavenVersion>2.2.1</mavenVersion> + <eugeneLastStableVersion>2.13</eugeneLastStableVersion> </properties> @@ -175,7 +176,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.4</version> </dependency> <dependency> <groupId>commons-collections</groupId> @@ -197,7 +198,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>18.0</version> </dependency> <!-- Nuiton --> @@ -356,7 +357,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>${pluginPluginVersion}</version> + <version>3.4</version> <scope>provided</scope> </dependency> @@ -420,7 +421,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.17</version> + <version>3.0.22</version> </dependency> <dependency> @@ -438,6 +439,7 @@ <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> + <!-- Do not use version 2.0.0 nor 2.0.2, they miss ElementTraversal class needed by eugene:help --> <version>1.4.01</version> <scope>runtime</scope> </dependency> @@ -445,7 +447,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- 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 http://git.nuiton.org/eugene.git commit bc3006a3d13c37d9549a34de04613db37c9d7579 Merge: 980cf8c f51598e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun May 24 17:32:09 2015 +0200 fixes #3697: Update dependencies Merge branch 'feature/3697' into develop eugene-java-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 22 ++++++++++++---------- 3 files changed, 14 insertions(+), 12 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm