Skip to content

Commit

Permalink
Put plugin repository URLs below /plugins for http://plugins.grails.org/
Browse files Browse the repository at this point in the history
.
  • Loading branch information
pledbrook committed Mar 5, 2012
1 parent 7384d0c commit 4f83c32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions grails-app/conf/UrlMappings.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ class UrlMappings {
}
}
}
"/.plugin-meta/plugins-list.xml"(controller:"repository", action:"list")
"/grails-$plugin/tags/RELEASE_$version/grails-$fullName.${type}"(controller:"repository", action:"artifact", populateVersion)
"/grails-$plugin/tags/LATEST_RELEASE/grails-$fullName.${type}"(controller:"repository", action:"artifact", populateVersion)
"/plugins/.plugin-meta/plugins-list.xml"(controller:"repository", action:"list")
"/plugins/grails-$plugin/tags/RELEASE_$version/grails-$fullName.${type}"(controller:"repository", action:"artifact", populateVersion)
"/plugins/grails-$plugin/tags/LATEST_RELEASE/grails-$fullName.${type}"(controller:"repository", action:"artifact", populateVersion)

"/api/v1.0/downloads"(controller: "download", action: "apiList")
"/api/v1.0/download/$version"(controller: "download", action: "apiShow")

Expand Down

0 comments on commit 4f83c32

Please sign in to comment.