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
The following commit(s) were added to refs/heads/master by this push:
new 38006c1a6d Update Maven release plugin
38006c1a6d is described below
commit 38006c1a6d57f9f006f07ebc114d3e4c5137b487
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Sun Jun 26 21:36:22 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>