Skip to content

Commit

Permalink
Merge pull request #18 from rmorrise/publish-gpc
Browse files Browse the repository at this point in the history
Grails 3.1.x bintray publishing
  • Loading branch information
rmorrise authored Jan 10, 2019
2 parents c9fc201 + 4b4e111 commit 11cd68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
}
}
version "3.0.1-SNAPSHOT"
version "3.0.0"
group "org.grails.plugins"

apply plugin: 'eclipse'
Expand Down Expand Up @@ -51,5 +51,6 @@ grailsPublish {
}
title = "grails-cascade-validation"
desc = """This plugin establishes a 'cascade' constraint property for validateable objects. If "cascade:true" is set on a nested object, the nested object's validate() method will be invoked and the results will be reported as part of the parent object's validation."""
developers = [rmorrise:"Russell Morrisey", sbglasius: "Søren Berg Glasius", asoftwareguy: "Eric Kelm", burtbeckwith: "Burt Beckwith"]
developers = [rmorrise:"Russell Morrisey", sbglasius: "Søren Berg Glasius", asoftwareguy: "Eric Kelm", burtbeckwith: "Burt Beckwith",
ctoestreich: "Christian Oestreich", virtualdogbert: "Virtualdogbert"]
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = "cascade-validation"

0 comments on commit 11cd68c

Please sign in to comment.