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-ejb-plugin.git
The following commit(s) were added to refs/heads/master by this push: new c85c713 [maven-release-plugin] prepare release maven-ejb-plugin-3.0.1 c85c713 is described below commit c85c7138181d619dc0a140a74b0270d20e76746b Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Thu May 3 14:44:03 2018 +0200 [maven-release-plugin] prepare release maven-ejb-plugin-3.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c37c5dd..e4dbb5d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. </parent> <artifactId>maven-ejb-plugin</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <packaging>maven-plugin</packaging> <name>Apache Maven EJB Plugin</name> @@ -44,7 +44,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</developerConnection> <url>https://github.com/apache/maven-ejb-plugin/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-ejb-plugin-3.0.1</tag> </scm> <issueManagement> <system>JIRA</system> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.