This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mapping.git
commit aa11c5da718176798413b1ec85ac96fce7e98c2c Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Oct 31 14:06:23 2015 +0000 [MSHARED-449] Upgrade to Maven 3.X only. git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1711635 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a88461a..0f6cc2e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,6 @@ <relativePath>../maven-shared-components/pom.xml</relativePath> </parent> - <groupId>org.apache.maven.shared</groupId> <artifactId>maven-mapping</artifactId> <version>1.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -56,13 +55,15 @@ </distributionManagement> <properties> - <mavenVersion>2.2.1</mavenVersion> + <mavenVersion>3.0</mavenVersion> + <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.6</maven.compiler.source> </properties> <dependencies> <dependency> <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> + <artifactId>maven-core</artifactId> <version>${mavenVersion}</version> </dependency> <dependency> @@ -80,7 +81,7 @@ <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>1.2</version> + <version>2.1</version> <scope>test</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
