Skip to content

Commit

Permalink
ready for 5.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 12, 2012
1 parent 7e68ded commit 0020601
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ grails.project.dependency.resolution = {
grailsPlugins()
grailsHome()
grailsCentral()
mavenRepo name: "Activiti", root: "http://maven.alfresco.com/nexus/content/groups/public"
mavenRepo name: "Activiti", root: "https://maven.alfresco.com/nexus/content/groups/public"

// uncomment the below to enable remote dependency resolution
// from public Maven repositories
Expand All @@ -36,4 +36,7 @@ grails.project.dependency.resolution = {
test 'org.subethamail:subethasmtp-smtp:1.2'
test 'org.subethamail:subethasmtp-wiser:1.2'
}
plugins {
build ":release:2.0.3"
}
}

0 comments on commit 0020601

Please sign in to comment.