You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/18 18:55:27 UTC

[maven-ejb-plugin] 02/02: [maven-release-plugin] prepare release maven-ejb-plugin-3.2.1

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git

commit a55e15f3ad6e3394af2b656a4dcfdf114dbe4b06
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 20:55:21 2022 +0200

    [maven-release-plugin] prepare release maven-ejb-plugin-3.2.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d40b91b..8cd944c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-ejb-plugin</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.2.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven EJB Plugin</name>
@@ -44,7 +44,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-ejb-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-ejb-plugin-3.2.1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -65,7 +65,7 @@ under the License.
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
-    <project.build.outputTimestamp>2022-04-18T18:42:17Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-18T18:55:08Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>