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:25 UTC

[maven-ejb-plugin] branch master updated (9b5ddd5 -> a55e15f)

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

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


    from 9b5ddd5  [maven-release-plugin] prepare for next development iteration
     new 44d4bc2  Upgrade Parent to 35
     new a55e15f  [maven-release-plugin] prepare release maven-ejb-plugin-3.2.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[maven-ejb-plugin] 01/02: Upgrade Parent to 35

Posted by mi...@apache.org.
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 44d4bc20bff510f523c9d5298b85a4e451bc9871
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 20:54:43 2022 +0200

    Upgrade Parent to 35
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c53087..d40b91b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>34</version>
+    <version>35</version>
     <relativePath />
   </parent>
 


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

Posted by mi...@apache.org.
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>