Skip to content

Commit

Permalink
Sync with Griffon 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 7, 2012
1 parent adf995f commit c833ff9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions FindbugsGriffonPlugin.groovy
Expand Up @@ -19,9 +19,9 @@
*/
class FindbugsGriffonPlugin {
// the plugin version
String version = '0.3'
String version = '0.4'
// the version or versions of Griffon the plugin is designed for
String griffonVersion = '0.9.5 > *'
String griffonVersion = '1.0.0 > *'
// the other plugins this plugin depends on
Map dependsOn = [:]
// resources that are included in plugin packaging
Expand All @@ -39,6 +39,8 @@ class FindbugsGriffonPlugin {
String documentation = ''
// URL where source can be found
String source = 'https://github.com/griffon/griffon-findbugs-plugin'
// Install as a framework plugin
boolean framework = true

List authors = [
[
Expand Down
2 changes: 1 addition & 1 deletion application.properties
@@ -1,2 +1,2 @@
app.griffon.version=0.9.5-rc2
app.griffon.version=1.0.0
app.name=findbugs

0 comments on commit c833ff9

Please sign in to comment.