Skip to content

Commit

Permalink
Replace maven-publisher plugin with release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Dec 9, 2011
1 parent 66cc29e commit d4aea99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion application.properties
Expand Up @@ -3,5 +3,4 @@
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
5 changes: 5 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -29,4 +29,9 @@ grails.project.dependency.resolution = {
}
}

plugins {
build(":release:1.0.0.RC3") {
export = false
}
}
}

0 comments on commit d4aea99

Please sign in to comment.