Skip to content

Commit

Permalink
Releasing version - 1.9.9. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kravchenya authored and ocmachineuser committed Feb 8, 2022
1 parent 9bf2ab6 commit 562698a
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.9](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.9) Tue Feb 08 2022 16:29:15 GMT+0300 (MSK)
=======================================================

- (EPROC-20743) Adjusted default translations (Mikhail Kravchenya kravchenya@scand.com, 2022-02-08 16:16:48 +0300)

[Release 1.9.8](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.8) Tue Jan 25 2022 12:37:25 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.9-SNAPSHOT"
def version = "1.9.9"
// 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.9-SNAPSHOT
app.version = 1.9.9

0 comments on commit 562698a

Please # to comment.