This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 1cbfa4bf1a KARAF-7915: Upgrade to maven-release-plugin 3.1.1
1cbfa4bf1a is described below
commit 1cbfa4bf1a2fcd0f6ee4d530fb0806723ed2221b
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jan 5 14:59:56 2025 +0100
KARAF-7915: Upgrade to maven-release-plugin 3.1.1
(cherry picked from commit 9705c1af6db4507116bb10b25541fcc8d1a959ed)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1b02b37fcf..81a18ca293 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.1.1</version>
<configuration>
<preparationGoals>clean install</preparationGoals>
<preparationProfiles>release,deploy,src</preparationProfiles>