This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 758f510e802e563a335fe554c35cbd524f9a04f7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 18:27:58 2016 +0200 Use maven 3.3.9 API instead of 2.2.1 (Fixes #4021) --- jredmine-maven-plugin/pom.xml | 9 ++++----- pom.xml | 32 +++++++++++++------------------- 2 files changed, 17 insertions(+), 24 deletions(-) diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index d2b5e93..0832d69 100644 --- a/jredmine-maven-plugin/pom.xml +++ b/jredmine-maven-plugin/pom.xml @@ -95,11 +95,6 @@ <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> </dependency> @@ -112,6 +107,10 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-compat</artifactId> + </dependency> <dependency> <groupId>org.apache.maven</groupId> diff --git a/pom.xml b/pom.xml index e9cdf1d..dd3a690 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ <jredminePluginVersion>1.8.2</jredminePluginVersion> <doxiaVersion>1.6</doxiaVersion> - <mavenVersion>2.2.1</mavenVersion> + <mavenVersion>3.3.9</mavenVersion> <helperPluginVersion>2.1</helperPluginVersion> <!-- documentation is in apt --> @@ -282,28 +282,35 @@ <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> + <artifactId>maven-plugin-api</artifactId> + <version>${mavenVersion}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> + <artifactId>maven-model</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-settings</artifactId> + <artifactId>maven-artifact</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> + <artifactId>maven-compat</artifactId> <version>${mavenVersion}</version> <scope>provided</scope> </dependency> @@ -313,13 +320,6 @@ <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>${pluginPluginVersion}</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - <version>${mavenVersion}</version> <scope>provided</scope> </dependency> @@ -327,15 +327,9 @@ <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> <version>3.0</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> - <!--dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-impl</artifactId> - <version>2.2</version> - </dependency--> - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.