Skip to content

Commit

Permalink
update tomcat plugin to 7.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jan 16, 2014
1 parent d9503f8 commit c241ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ task pluginsFromRepo {
jquery: "1.10.2.2",
resources: "1.2.1",
scaffolding: "2.0.1",
tomcat: "7.0.47",
tomcat: "7.0.50",
webxml: "1.4.1"
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ grails.project.dependency.resolution = {

plugins {
// plugins for the build system only
build ":tomcat:7.0.47"
build ":tomcat:7.0.50"

// plugins for the compile step
compile ":scaffolding:2.0.1"
Expand Down

0 comments on commit c241ce1

Please sign in to comment.