Skip to content

Commit

Permalink
Releasing version - 1.9.13. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekniezgoda-oc authored and ocmachineuser committed Sep 7, 2023
1 parent 7472758 commit f7722c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

[Release 1.9.13](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.13) Thu Sep 07 2023 11:42:34 GMT+0300 (MSK)
=======================================================

- Merge pull request [#57](https://github.com/OpusCapita/grailsflow-core-plugin/issues/57) from OpusCapita/EPROC-21708 (GitHub 112688481+jacekniezgoda-oc@users.noreply.github.com, 2023-09-07 10:35:48 +0200)
- EPROC-21708 Adjust source messages in eProc applications (Jacek Niezgoda ext-jacek.niezgoda@opuscapita.com, 2023-09-06 14:22:06 +0200)

[Release 1.9.12](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.12) Thu Aug 03 2023 11:11:29 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.13-SNAPSHOT"
def version = "1.9.13"
// 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.13-SNAPSHOT
app.version = 1.9.13

0 comments on commit f7722c8

Please sign in to comment.