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 f2bcc07f99 [KARAF-7477] Upgrade to plexus-utils 3.4.2
     new f65169e31b Merge pull request #1573 from jbonofre/KARAF-7477
f2bcc07f99 is described below

commit f2bcc07f99b16f3a204340bf18f302b54ecbb52c
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Jun 28 11:30:41 2022 +0200

    [KARAF-7477] Upgrade to plexus-utils 3.4.2
---
 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 842a49fbff..1efc82a1d1 100644
--- a/features/core/pom.xml
+++ b/features/core/pom.xml
@@ -257,7 +257,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 19d0e049f9..f579013b36 100644
--- a/jaas/modules/pom.xml
+++ b/jaas/modules/pom.xml
@@ -211,7 +211,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 a245313342..6071b51a5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,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 37f272d0c2..24d8d730d1 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