Skip to content

Commit e7df791

Browse files
committed
updated the issueManagement url, bumped the minimum Grails version to 2.3
1 parent 204b6f7 commit e7df791

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

DbReverseEngineerGrailsPlugin.groovy

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@
1414
*/
1515
class DbReverseEngineerGrailsPlugin {
1616
String version = '0.5.1'
17-
String grailsVersion = '2.0 > *'
17+
String grailsVersion = '2.3.0 > *'
1818
String author = 'Burt Beckwith'
1919
String authorEmail = '[email protected]'
2020
String title = 'Grails Database Reverse Engineering Plugin'
2121
String description = 'Reverse-engineers a database to Grails domain classes.'
2222
String documentation = 'http://grails-plugins.github.io/grails-db-reverse-engineer/'
23-
List pluginExcludes = [
24-
'docs/**',
25-
'src/docs/**'
26-
]
23+
def pluginExcludes = ['src/docs/**']
2724
String license = 'APACHE'
2825
def organization = [name: 'Grails', url: 'http://www.grails.org/']
29-
def issueManagement = [system: 'JIRA', url: 'http://jira.grails.org/browse/GPREVERSEENGINEER']
26+
def issueManagement = [url: 'https://github.com/grails-plugins/grails-db-reverse-engineer/issues']
3027
def scm = [url: 'https://github.com/grails-plugins/grails-db-reverse-engineer']
3128
}

0 commit comments

Comments
 (0)