Skip to content

Commit

Permalink
Bumped plugin version to 0.3 and installed the Maven Publisher plugin…
Browse files Browse the repository at this point in the history
… in preparation for the release.
  • Loading branch information
pledbrook committed Feb 7, 2011
1 parent 52c24f2 commit 7562982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RabbitmqGrailsPlugin.groovy
Expand Up @@ -12,7 +12,7 @@ import org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter

class RabbitmqGrailsPlugin {
// the plugin version
def version = "0.3-SNAPSHOT"
def version = "0.3"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.2 > *"
// the other plugins this plugin depends on
Expand Down
3 changes: 2 additions & 1 deletion application.properties
@@ -1,6 +1,7 @@
#Grails Metadata file
#Mon Aug 09 17:45:26 CDT 2010
#Mon Feb 07 09:31:17 GMT 2011
app.grails.version=1.3.6
app.name=rabbitmq
plugins.hibernate=1.3.6
plugins.maven-publisher=0.7.5
plugins.tomcat=1.3.6

0 comments on commit 7562982

Please sign in to comment.