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 e3dd5f8 [maven-release-plugin] prepare for next development iteration
e3dd5f8 is described below
commit e3dd5f8c1278631f2c486a3d16f623d112d00756
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Sep 26 22:10:30 2020 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a4e6de..fe5def0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<artifactId>maven-ear-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</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>maven-ear-plugin-3.1.0</tag>
+ <tag>HEAD</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-09-26T20:10:09Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2020-09-26T20:10:30Z</project.build.outputTimestamp>
</properties>
<dependencies>