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-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b289e6c [maven-release-plugin] prepare release maven-ear-plugin-3.1.0
b289e6c is described below
commit b289e6c271d50172c871e528105dda81d6f702b8
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Sep 26 22:10:15 2020 +0200
[maven-release-plugin] prepare release maven-ear-plugin-3.1.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d86be29..1a4e6de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<artifactId>maven-ear-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.1.0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
@@ -85,7 +85,7 @@
<mavenVersion>3.0</mavenVersion>
<javaVersion>7</javaVersion>
<surefire.version>2.22.2</surefire.version>
-
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2020-09-26T20:10:09Z</project.build.outputTimestamp>
</properties>
<dependencies>