From 5a654b75a1a0e5bc75d4e6374253bbbdbb561146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Strzeli=C5=84ski?= Date: Thu, 6 Jun 2024 16:28:47 +0300 Subject: [PATCH] Releasing version - 1.9.15. [ci skip] --- CHANGELOG.md | 9 +++++++++ GrailsflowGrailsPlugin.groovy | 2 +- application.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70061a0..0735e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +[Release 1.9.15](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.15) Thu Jun 06 2024 16:28:47 GMT+0300 (MSK) +======================================================= + +- Merge pull request [#59](https://github.com/OpusCapita/grailsflow-core-plugin/issues/59) from OpusCapita/EPROC-22132-internal-plugin-test (GitHub 110452555+WojciechStrzelinski-oc@users.noreply.github.com, 2024-06-06 14:57:55 +0200) +- Revert "Create development branch 'EPROC-22132-internal-plugin-test' [ci skip]" (Wojciech Strzeli??ski ext-wojciech.strzelinski@opuscapita.com, 2024-06-06 14:47:57 +0200) +- (EPROC-22132) refactor: Update Apache HttpClient (Wojciech Strzeli??ski ext-wojciech.strzelinski@opuscapita.com, 2024-06-03 13:40:52 +0200) +- Create development branch 'EPROC-22132-internal-plugin-test' [ci skip] (Wojciech Strzeli??ski ext-wojciech.strzelinski@opuscapita.com, 2024-06-03 08:37:19 +0000) +- Update jira orb to 2.0 [skip ci] (GitHub 114471701+arturszwed-oc@users.noreply.github.com, 2023-10-24 08:14:43 +0200) + [Release 1.9.14](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.14) Thu Sep 14 2023 11:10:34 GMT+0300 (MSK) ======================================================= diff --git a/GrailsflowGrailsPlugin.groovy b/GrailsflowGrailsPlugin.groovy index 707274d..b07d914 100644 --- a/GrailsflowGrailsPlugin.groovy +++ b/GrailsflowGrailsPlugin.groovy @@ -11,7 +11,7 @@ import com.jcatalog.grailsflow.status.ProcessStatusEnum import com.jcatalog.grailsflow.scheduling.triggers.ConfigurableSimpleTrigger class GrailsflowGrailsPlugin { - def version = "1.9.15-SNAPSHOT" + def version = "1.9.15" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.3 > *" def dependsOn = [quartz: "1.0.1 > *"] diff --git a/application.properties b/application.properties index 6b0de78..e43e7f3 100644 --- a/application.properties +++ b/application.properties @@ -1,3 +1,3 @@ app.grails.version = 2.4.4 app.name = grailsflow -app.version = 1.9.15-SNAPSHOT +app.version = 1.9.15