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 2022/03/27 15:17:35 UTC

[commons-rdf] branch master updated: Fix Java 17 build.

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


The following commit(s) were added to refs/heads/master by this push:
     new aea87c8  Fix Java 17 build.
aea87c8 is described below

commit aea87c86f03c0a209075aa85a269a58f614f531d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 27 08:17:33 2022 -0700

    Fix Java 17 build.
    
    Bump JAXB API from 2.3.0 to 2.3.1.
    Bump JAXB Glassfish runtime 2.3.0 to 2.3.6.
---
 pom.xml                 |  4 ++--
 src/changes/changes.xml | 10 ++++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcd7a13..db55ba8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@
                         <!-- the current version of japicmp on JDK 9 requires the following javaee libraries -->
                         <groupId>javax.xml.bind</groupId>
                         <artifactId>jaxb-api</artifactId>
-                        <version>2.3.0</version>
+                        <version>2.3.1</version>
                       </dependency>
                       <dependency>
                         <groupId>javax.activation</groupId>
@@ -495,7 +495,7 @@
                       <dependency>
                         <groupId>org.glassfish.jaxb</groupId>
                         <artifactId>jaxb-runtime</artifactId>
-                        <version>2.3.0</version>
+                        <version>2.3.6</version>
                       </dependency>
                     </dependencies>
                 </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 606de1b..54150cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,12 +23,22 @@
 
   <body>
     <release version="0.6.0" date="20YY-MM-DD" description="Minor feature and bug fix release.">
+        <action dev="ggregory" type="fix" due-to="Gary Gregory">
+            Fix Java 17 build.
+        </action>
+        <!-- UPDATE -->
         <action dev="ggregory" type="update" due-to="Gary Gregory">
             Bump commons.japicmp.version 0.11.0 -> 0.15.7.
         </action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">
             Bump actions/setup-java from v1.4.0 to v2.
         </action>
+        <action type="update" dev="ggregory" due-to="Gary Gregory">
+            Bump JAXB API from 2.3.0 to 2.3.1.
+        </action>
+        <action type="update" dev="ggregory" due-to="Gary Gregory">
+            Bump JAXB Glassfish runtime 2.3.0 to 2.3.6.
+        </action>
     </release>
     <release version="0.5.0" date="2017-11-19" description="Minor feature and bug fix release.">
         <action type="fix" issue="COMMONSRDF-47">