Skip to content

Commit

Permalink
Fixed emails due to validation exception during pinging grails portal…
Browse files Browse the repository at this point in the history
…. Upgrade grails version
  • Loading branch information
Antony Jones committed Dec 14, 2012
1 parent 5270445 commit 8b3d60c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FeatureSwitchGrailsPlugin.groovy
@@ -1,6 +1,6 @@
class FeatureSwitchGrailsPlugin {

def version = "0.4"
def version = "0.3"
def grailsVersion = "2.0 > *"
def dependsOn = [:]

Expand All @@ -20,8 +20,8 @@ class FeatureSwitchGrailsPlugin {
def license = "APACHE"

def developers = [
[ name: "Antony Jones", email: "aj/desirableobjects.co.uk" ],
[ name: "Matt Tortolani", email: "hello/doodlemoonch.com" ],
[ name: "Antony Jones", email: "aj@dsrbl.dudmail.com" ],
[ name: "Matt Tortolani", email: "matt@dsrbl.dudmail.com"],
[ name: "Tomas Lin" ],
[ name: "Marcin Erdmann"]
]
Expand Down
2 changes: 1 addition & 1 deletion application.properties
@@ -1,5 +1,5 @@
#Grails Metadata file
#Wed Dec 12 16:48:52 GMT 2012
app.grails.version=2.0.3
app.grails.version=2.1.1
app.name=feature-switch
plugins.rest-client-builder=1.0.3

0 comments on commit 8b3d60c

Please sign in to comment.