Skip to content

Commit

Permalink
Releasing version - 1.9.15. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechStrzelinski-oc authored and ocmachineuser committed Jun 6, 2024
1 parent 08e9f80 commit 5a654b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
=======================================================

Expand Down
2 changes: 1 addition & 1 deletion GrailsflowGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 > *"]
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app.grails.version = 2.4.4
app.name = grailsflow
app.version = 1.9.15-SNAPSHOT
app.version = 1.9.15

0 comments on commit 5a654b7

Please sign in to comment.