Skip to content

Commit 1d6d2c0

Browse files
committed
Merge pull request #21 from rlovtangen/pluginmetadata
Update plugin metadata
2 parents b476a9e + 598112f commit 1d6d2c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

JqueryGrailsPlugin.groovy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ class JqueryGrailsPlugin {
4444
4545
def title = "JQuery for Grails"
4646
def description = "Provides integration for the JQuery library with grails JavascriptProvider"
47-
def documentation = "http://grails.org/JQuery+Plugin"
47+
def documentation = "http://grails.org/plugin/jquery"
48+
def license = "APACHE"
49+
def issueManagement = [ system: "JIRA", url: "http://jira.grails.org/browse/GPJQUERY" ]
50+
def scm = [ url: "https://github.com/gpc/grails-jquery" ]
4851

4952
static jQueryVersion
5053
static jQuerySources

0 commit comments

Comments
 (0)