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 109cad2e8236a40644c83d6d0ae6885bc775b0a0 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Oct 31 14:13:35 2015 +0000 Removed explicit packaging, cause it's default. git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1711638 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcfc4e8..e567dc5 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,6 @@ <artifactId>maven-mapping</artifactId> <version>3.0.0-SNAPSHOT</version> - <packaging>jar</packaging> <name>Apache Maven Mapping</name> <description>A shared component to assist in interpolating file names using properties from a Maven project.</description> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
