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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 669be5d5 Generate JPMS module info files when building on Java 11 or 
greater, except for commons-vfs2-hdfs due to Hadoop libraries' overlapping 
packages
669be5d5 is described below

commit 669be5d539d30cd101de3de6f7721871df517dd9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 24 11:09:02 2023 -0400

    Generate JPMS module info files when building on Java 11 or greater,
    except for commons-vfs2-hdfs due to Hadoop libraries' overlapping
    packages
    
    Bump commons-parent from 58 to 62
---
 commons-vfs2-jackrabbit1/pom.xml | 7 +++++--
 commons-vfs2-jackrabbit2/pom.xml | 2 --
 pom.xml                          | 2 +-
 src/changes/changes.xml          | 5 ++++-
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index 42e5cdad..936f2830 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -39,6 +39,11 @@
       <artifactId>commons-vfs2</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
@@ -81,13 +86,11 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>
diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml
index 0e295600..09afd5c7 100644
--- a/commons-vfs2-jackrabbit2/pom.xml
+++ b/commons-vfs2-jackrabbit2/pom.xml
@@ -82,13 +82,11 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 9a6e7126..82bcb47e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>58</version>
+    <version>62</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 77555485..b4e54986 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="add" issue="VFS-851" dev="ggregory" due-to="Gary Gregory">
         Split out HDFS provider into its own Maven module commons-vfs2-hdfs.
       </action>
+      <action type="add" dev="ggregory" due-to="Gary Gregory">
+        Generate JPMS module info files when building on Java 11 or greater, 
except for commons-vfs2-hdfs due to Hadoop libraries' overlapping packages.
+      </action>
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Seth Falco">
         Replace package.html with package-info.java #206. 
@@ -278,7 +281,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump slf4j.version from 1.7.26 to 1.7.36 #244.
       </action>
       <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update">
-        Bump commons-parent from 52 to 58 #302, #349, #362.
+        Bump commons-parent from 52 to 62 #302, #349, #362.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Bump org.ow2.asm:asm from 9.2 to 9.4.

Reply via email to