Skip to content

Commit 0f7d2b4

Browse files
committed
Version 0.9.2
1 parent 986c5ec commit 0f7d2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SelectionRepositoryGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class SelectionRepositoryGrailsPlugin {
1818
// the plugin version
19-
def version = "0.8"
19+
def version = "0.9.2"
2020
// the version or versions of Grails the plugin is designed for
2121
def grailsVersion = "2.0 > *"
2222
// the other plugins this plugin depends on

grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ grails.project.dependency.resolution = {
2020
export = false
2121
}
2222
runtime(":hibernate:$grailsVersion") { export = false }
23-
runtime ":selection:latest.integration"
23+
runtime ":selection:0.9.2"
2424
}
2525
}

0 commit comments

Comments
 (0)