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:42:12 UTC

[maven-ejb-plugin] branch master updated (a998959 -> cd809c9)

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 a998959  [MEJB-131] Upgrade Maven to 3.2.5
     new fdb287f  [MEJB-133] Upgrade to Java 8
     new cd809c9  [maven-release-plugin] prepare release maven-ejb-plugin-3.2.0

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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


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

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 cd809c9393e28364e8fa4ec75994d6c05d44f491
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 20:42:08 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 2129a7b..07fe83c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-ejb-plugin</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.2.0</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.0</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>2020-06-07T16:20:17Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-18T18:41:55Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>


[maven-ejb-plugin] 01/02: [MEJB-133] Upgrade to Java 8

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 fdb287fa8d3f677d4cc23a89e2802cc78d5dd998
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 20:40:53 2022 +0200

    [MEJB-133] Upgrade to Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69dc418..2129a7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
     <project.build.outputTimestamp>2020-06-07T16:20:17Z</project.build.outputTimestamp>
   </properties>