Skip to content

Commit

Permalink
license info etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 15, 2011
1 parent 2935d02 commit 89d95ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grails-plugins/mongodb/MongodbGrailsPlugin.groovy
Expand Up @@ -17,6 +17,13 @@ import org.grails.datastore.gorm.utils.InstanceProxy
import com.mongodb.ServerAddress

class MongodbGrailsPlugin {
def license = "Apache 2.0 License"
def organization = [ name: "SpringSource", url: "http://www.springsource.org/" ]
def developers = [
[ name: "Graeme Rocher", email: "grocher@vmware.com" ] ]
def issueManagement = [ system: "JIRA", url: "http://jira.codehaus.org/browse/GRAILSPLUGINS" ]
def scm = [ url: "https://github.com/grails/inconsequential" ]

// the plugin version
def version = "1.0-M2"
// the version or versions of Grails the plugin is designed for
Expand Down

0 comments on commit 89d95ed

Please sign in to comment.