You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/06/26 19:38:18 UTC

[tomee] branch master updated (38006c1a6d -> b18890b437)

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

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from 38006c1a6d Update Maven release plugin
     new 598b7abc79 [maven-release-plugin] rollback the release of tomee-project-9.0.0-M8
     new b18890b437 Update Maven release plugin

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:


[tomee] 02/02: Update Maven release plugin

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit b18890b437c7669a473e311b8a982e7ac2182269
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Sun Jun 26 21:38:12 2022 +0200

    Update Maven release plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4cb4ea3cee..025d4a9486 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.5.3</version>
+        <version>3.0.0-M1</version>
         <configuration>
           <!-- the following settings are important when working with git -->
           <localCheckout>true</localCheckout>


[tomee] 01/02: [maven-release-plugin] rollback the release of tomee-project-9.0.0-M8

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 598b7abc7953aced9036d1ba7418c9a777a34f29
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Sun Jun 26 21:37:15 2022 +0200

    [maven-release-plugin] rollback the release of tomee-project-9.0.0-M8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 025d4a9486..4cb4ea3cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>2.5.3</version>
         <configuration>
           <!-- the following settings are important when working with git -->
           <localCheckout>true</localCheckout>