Skip to content

Commit

Permalink
Merge branch '2.1.x' into 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Apr 26, 2013
2 parents 49fa36e + ec9d58f commit 2185428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public Object doCall() {
registerDependencies(dependencyManager, "docs", docDependencies);

// dependencies needed during development, but not for deployment
String tomcatVersion = "7.0.30";
String tomcatVersion = "7.0.39";
ModuleRevisionId[] providedDependencies = {
ModuleRevisionId.newInstance("org.apache.tomcat.embed", "tomcat-embed-core", tomcatVersion),
ModuleRevisionId.newInstance("org.apache.tomcat.embed", "tomcat-embed-jasper",tomcatVersion),
Expand Down

0 comments on commit 2185428

Please sign in to comment.