You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/11/11 19:17:06 UTC

[maven-ear-plugin] branch master updated: [maven-release-plugin] prepare release maven-ear-plugin-3.0.2

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 6e69c96  [maven-release-plugin] prepare release maven-ear-plugin-3.0.2
6e69c96 is described below

commit 6e69c960be50b9ed5b7b77650f7aaddd756b497f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 11 20:17:02 2019 +0100

    [maven-release-plugin] prepare release maven-ear-plugin-3.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 794ea56..d5fa4d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.0.2</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.2</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>