Skip to content

Commit

Permalink
Upgraded release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal-Sahu committed May 9, 2012
1 parent 8f077b2 commit 208b060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Grails Metadata file
#Fri Apr 13 20:33:12 IST 2012
#Wed May 09 16:29:14 IST 2012
app.grails.version=1.3.5
app.name=google-plus
plugins.hibernate=1.3.5
plugins.release=1.0.1
plugins.release=2.0.0
plugins.tomcat=1.3.5
5 changes: 5 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ grails.project.dependency.resolution = {

// runtime 'mysql:mysql-connector-java:5.1.5'
}
plugins {
build ":release:2.0.0", {
export = false
}
}
}

0 comments on commit 208b060

Please sign in to comment.