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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-quartz.git


The following commit(s) were added to refs/heads/master by this push:
     new 81407cd  Prepare release, update to Quartz 2.5.0 using jakarta 
libraries (transactions-api, xml.bind-api)  update changes.xml
81407cd is described below

commit 81407cd9624bc84377d9f5e7841fe524106c39c7
Author: gk <[email protected]>
AuthorDate: Tue Jan 7 13:40:40 2025 +0100

    Prepare release, update to Quartz 2.5.0 using jakarta libraries 
(transactions-api, xml.bind-api)  update changes.xml
---
 pom.xml                 | 19 ++++++++++---------
 src/changes/changes.xml | 25 ++++++++++++++++++-------
 2 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 63d8ce8..31b42d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,11 +72,11 @@
        <dependencies>
 
                <dependency>
-                   <groupId>javax.xml.bind</groupId>
-                   <artifactId>jaxb-api</artifactId>
-                   <version>2.3.1</version>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
+                       <version>4.0.2</version>
                </dependency>
-
+               
                <!-- Service Dependencies -->
                <dependency>
                        <groupId>org.apache.avalon.framework</groupId>
@@ -87,20 +87,21 @@
                <dependency>
                        <groupId>org.quartz-scheduler</groupId>
                        <artifactId>quartz</artifactId>
-                       <version>2.3.2</version>
+                       <version>2.5.0</version>
                </dependency>
                <dependency>
                        <groupId>org.quartz-scheduler</groupId>
                        <artifactId>quartz-jobs</artifactId>
-                       <version>2.3.2</version>
+                       <version>2.5.0</version>
                </dependency>
                <dependency>
-                       <groupId>javax.transaction</groupId>
-                       <artifactId>jta</artifactId>
-                       <version>1.1</version>
+                       <groupId>jakarta.transaction</groupId>
+                       <artifactId>jakarta.transaction-api</artifactId>
+                       <version>2.0.1</version>
                        <scope>runtime</scope>
                </dependency>
 
+
                <!-- testing dependencies -->
                <dependency>
                        <groupId>org.apache.fulcrum</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aaeb7aa..9513351 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,13 +24,24 @@
   </properties>
 
   <body>
-      <release version="1.1.2" date="in SVN">
-           <action dev="gk" type="update">
-       Security Updates (CVE-2019-13990): Quartz-Jobs  2.3.2 , Quartz 2.3.2 
-      </action>
-      <action dev="painter" type="update">
-        Allow Java9+ build by adding dependency jaxb-api  2.3.1
-      </action>
+      <release version="2.0.0-SNAPSHOT" date="IN GIT">
+          <action dev="gk" type="update">
+              Update to site 2.0.0, update to Turbine parent 13, update to 
Quartz/ Quartz-Jobs 2.5.0.
+          </action>
+          <action dev="gk" type="update">
+              Remove javax.transaction, use instead jakarta.transaction-api 
v2.0.1
+          </action>
+          <action dev="gk" type="update">
+              Replace javax.xml jaxb-api with jakarta.xml.bind-api 4.0.2
+          </action>
+      </release>
+      <release version="1.1.2" date="2021-06-29">
+        <action dev="gk" type="update">
+            Security Updates (CVE-2019-13990): Quartz-Jobs  2.3.2 , Quartz 
2.3.2
+        </action>
+        <action dev="painter" type="update">
+            Allow Java9+ build by adding dependency jaxb-api  2.3.1
+        </action>
       </release>
     <release version="1.1.1" date="2019-02-26">
       <action dev="painter" type="update">

Reply via email to