Skip to content

Commit

Permalink
Releasing version - 1.9.10. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Divin authored and machineuser-oc-eproc committed Mar 31, 2022
1 parent 2d63443 commit dfbdf2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

[Release 1.9.10](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.10) Thu Mar 31 2022 11:42:47 GMT+0300 (MSK)
=======================================================

- (PROC-21233) Added possibility to define initial assignees during starting an approval process ([#52](https://github.com/OpusCapita/grailsflow-core-plugin/issues/52)) (GitHub ivouchak-sc@users.noreply.github.com, 2022-03-31 11:22:44 +0300)

[Release 1.9.9](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.9) Tue Feb 08 2022 16:29:15 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.10-SNAPSHOT"
def version = "1.9.10"
// 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.10-SNAPSHOT
app.version = 1.9.10

0 comments on commit dfbdf2c

Please sign in to comment.