From f57d4050c598af037757b4a304bb533ff8577ed1 Mon Sep 17 00:00:00 2001 From: Zemian Deng Date: Mon, 1 Apr 2019 12:14:15 -0400 Subject: [PATCH 1/2] Update changelog to reference Milestone link --- docs/changelog.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelog.adoc b/docs/changelog.adoc index 90482004e..53c3b0e56 100644 --- a/docs/changelog.adoc +++ b/docs/changelog.adoc @@ -8,9 +8,8 @@ This release is still work in progress under `master` branch! THIS RELEASE REQUIRES JDK8 -* #161 depen: Upgrade to use JDK8 -* #304 depen: Upgrade HikariCP 3.2.0 to jdk8 compatible -* #334 test: Make test database port configurable through CI props +- https://github.com/quartz-scheduler/quartz/milestone/6[Open Issues] +- https://github.com/quartz-scheduler/quartz/milestone/6?closed=1[Completed Issues] == quartz-2.3.1 From 3272083d2a98e8ac316b24e2747f8442fcf47fef Mon Sep 17 00:00:00 2001 From: Zemian Deng Date: Mon, 1 Apr 2019 12:14:37 -0400 Subject: [PATCH 2/2] Make c3p0 and HarikiCP dependency as provided scope #306 --- quartz-core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz-core/pom.xml b/quartz-core/pom.xml index 98ba421a3..9ecdd1b6a 100644 --- a/quartz-core/pom.xml +++ b/quartz-core/pom.xml @@ -28,6 +28,7 @@ com.zaxxer HikariCP ${hikaricp.version} + provided