This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push: new af2784d [maven-release-plugin] prepare release maven-ear-plugin-3.0.1 af2784d is described below commit af2784ddbb2808ceb484e50dfedec9416cdf9125 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Wed May 9 19:52:57 2018 +0200 [maven-release-plugin] prepare release maven-ear-plugin-3.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0decfe5..ff8436b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>maven-ear-plugin</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <packaging>maven-plugin</packaging> <name>Apache Maven EAR Plugin</name> @@ -44,7 +44,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</developerConnection> <url>https://github.com/apache/maven-ear-plugin/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-ear-plugin-3.0.1</tag> </scm> <issueManagement> <system>JIRA</system> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.