This is an automated email from the git hooks/post-receive script. New commit to branch feature/3704 in repository eugene. See http://git.nuiton.org/eugene.git commit 133aab9ca9163ff832bad8dccd5e8eb1a52a2c87 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon May 25 15:52:03 2015 +0200 use helper-maven-plugin 2.2-SNAPSHOT --- eugene-maven-plugin/pom.xml | 7 +------ pom.xml | 20 +++++++------------- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 7e34b68..e615679 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -104,13 +104,8 @@ <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - - <!--dependency> - <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - </dependency--> + </dependency> <dependency> <groupId>org.apache.maven</groupId> diff --git a/pom.xml b/pom.xml index faf53d6..2ce8125 100644 --- a/pom.xml +++ b/pom.xml @@ -157,7 +157,8 @@ <plexusPluginVersion>1.3.8</plexusPluginVersion> <doxiaVersion>1.6</doxiaVersion> - <mavenVersion>2.2.1</mavenVersion> + <mavenVersion>3.3.3</mavenVersion> + <helperPluginVersion>2.2-SNAPSHOT</helperPluginVersion> </properties> @@ -313,22 +314,15 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${mavenVersion}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> - - <!--dependency> - <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> - </dependency--> + </dependency> <dependency> <groupId>org.apache.maven</groupId> @@ -354,19 +348,19 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.4</version> + <version>${pluginPluginVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>2.2.1</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.2</version> + <version>2.3</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.