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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new e982f65806 [KARAF-7751] upgrade plugins to solve RB issues
     new 30657b6928 This closes #1769
e982f65806 is described below

commit e982f65806ee39cf8ad43600c7a029da69cee7be
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Mon Sep 18 00:00:28 2023 +0200

    [KARAF-7751] upgrade plugins to solve RB issues
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80126e033c..befcc6b776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,8 +84,8 @@
         <connection>${scm.connection}</connection>
         <developerConnection>${scm.developerConnection}</developerConnection>
         <url>${scm.url}</url>
-      <tag>HEAD</tag>
-  </scm>
+        <tag>HEAD</tag>
+    </scm>
 
     <distributionManagement>
         <repository>
@@ -356,7 +356,7 @@
         
<osgi-component-annotations.version>1.4.0</osgi-component-annotations.version>
 
         <!-- Further used maven plugin versions; e.g. in the docs -->
-        <plugin.depends.version>1.4.0</plugin.depends.version>
+        <plugin.depends.version>1.5.0</plugin.depends.version>
         <!-- General Settings -->
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory>
@@ -479,7 +479,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>
@@ -531,7 +531,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.4.2</version>
+                    <version>3.6.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to