You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/12/30 10:47:14 UTC

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

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 f6d1119  [maven-release-plugin] prepare release maven-ear-plugin-3.2.0
f6d1119 is described below

commit f6d11192d6fe7564f28e36d6a81998a550f8fca5
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Dec 30 11:47:05 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index ae4025e..117fea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.2.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.2.0</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-09-26T20:10:30Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-12-30T10:46:57Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>