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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 26691ea5c1 [KARAF-7477] Upgrade to plexus-utils 3.4.2
26691ea5c1 is described below

commit 26691ea5c19a4f68d50578a728c3478f61737cc5
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Tue Jun 28 11:30:41 2022 +0200

    [KARAF-7477] Upgrade to plexus-utils 3.4.2
    
    (cherry picked from commit f2bcc07f99b16f3a204340bf18f302b54ecbb52c)
---
 features/core/pom.xml | 2 +-
 jaas/modules/pom.xml  | 2 +-
 pom.xml               | 2 +-
 scheduler/pom.xml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/features/core/pom.xml b/features/core/pom.xml
index 86e2217490..aa71f81c0c 100644
--- a/features/core/pom.xml
+++ b/features/core/pom.xml
@@ -233,7 +233,7 @@
         <profile>
                <id>java9-plus</id>
                <properties>
-                <plexus-utils.version>3.1.0</plexus-utils.version>
+                <plexus-utils.version>3.4.2</plexus-utils.version>
                 
<mvn.opts>--add-exports=java.base/sun.net.www.protocol.file=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.content.text=ALL-UNNAMED 
--add-exports=jdk.xml.dom/org.w3c.dom.html=ALL-UNNAMED 
-Djava.io.tmpdir=${project.build.directory}</mvn.opts>
                </properties>
                 <dependencies>
diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml
index 87601d6528..8f7a42a540 100644
--- a/jaas/modules/pom.xml
+++ b/jaas/modules/pom.xml
@@ -206,7 +206,7 @@
         <profile>
                <id>java9-plus</id>
                <properties>
-                <plexus-utils.version>3.1.0</plexus-utils.version>
+                <plexus-utils.version>3.4.2</plexus-utils.version>
                 
<mvn.opts>--add-exports=java.base/sun.net.www.protocol.file=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.content.text=ALL-UNNAMED 
--add-exports=jdk.xml.dom/org.w3c.dom.html=ALL-UNNAMED 
-Djava.io.tmpdir=${project.build.directory}</mvn.opts>
                </properties>
                 <dependencies>
diff --git a/pom.xml b/pom.xml
index 2a7e9f9a68..fc4daa12da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
         <pax.transx.version>0.5.0</pax.transx.version>
 
         <portlet-api.version>2.0</portlet-api.version>
-        <plexus-utils.version>3.3.0</plexus-utils.version>
+        <plexus-utils.version>3.4.2</plexus-utils.version>
         <slf4j.version>1.7.32</slf4j.version>
 
         <spec.activation.version>1.2.2</spec.activation.version>
diff --git a/scheduler/pom.xml b/scheduler/pom.xml
index 80a0e72086..511690824b 100644
--- a/scheduler/pom.xml
+++ b/scheduler/pom.xml
@@ -151,7 +151,7 @@
         <profile>
                <id>java9-plus</id>
                <properties>
-                <plexus-utils.version>3.1.0</plexus-utils.version>
+                <plexus-utils.version>3.4.2</plexus-utils.version>
                 
<mvn.opts>--add-exports=java.base/sun.net.www.protocol.file=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED 
--add-exports=java.base/sun.net.www.content.text=ALL-UNNAMED 
--add-exports=jdk.xml.dom/org.w3c.dom.html=ALL-UNNAMED 
-Djava.io.tmpdir=${project.build.directory}</mvn.opts>
                </properties>
                 <dependencies>

Reply via email to