You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/31 04:00:09 UTC

[commons-configuration] 02/02: Bump commons-parent from 58 to 59

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-configuration.git

commit c13339a580ba8d4d4c1a6eba743cba6b02a0abdf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 31 00:00:02 2023 -0400

    Bump commons-parent from 58 to 59
    
    Supports JPMS module info generation when building on Java 11 and up
---
 pom.xml                 | 8 +++++++-
 src/changes/changes.xml | 7 ++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 48cb460a..4b9f9687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>58</version>
+    <version>59</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-configuration2</artifactId>
@@ -370,6 +370,12 @@
       <artifactId>spring-core</artifactId>
       <version>${spring.version}</version>
       <optional>true</optional>
+      <exclusions>
+		  <exclusion>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jcl</artifactId>
+		  </exclusion>
+	  </exclusions>
     </dependency>
 
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b2c6f387..4616c00c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,10 +39,10 @@
         Bump commons-io:commons-io from 2.11.0 to 2.13.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump spring.version from 5.3.26 to 5.3.28.
+        Bump spring-* from 5.3.26 to 5.3.29.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump commons-parent from 57 to 58.
+        Bump commons-parent from 57 to 59.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump commons-codec:commons-codec from 1.15 to 1.16.0.
@@ -50,9 +50,6 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump commons-lang3 from 3.11 to 3.13.0.
       </action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump spring-* from 5.3.28 to 5.3.29.
-      </action>
     </release>
     <release version="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies.">
       <!-- FIX -->