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 8fa5544  [maven-release-plugin] prepare for next development iteration
8fa5544 is described below

commit 8fa554401213644bc097d65b1dd3d6c4453d8eb5
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Wed Dec 30 11:47:20 2020 +0100

    [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 117fea4..fab1d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.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.2.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -97,7 +97,7 @@
     <invoker.cloneClean>true</invoker.cloneClean>
     <mavenPluginToolsVersion>3.6.0</mavenPluginToolsVersion><!-- required for 
Java 11 generated Mojo -->
     
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2020-12-30T10:46:57Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2020-12-30T10:47:20Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to