diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-16 17:01:57 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-16 17:01:57 +0200 |
commit | 1935abb54a572958b115e8cf58d46a9fed2acc42 (patch) | |
tree | 0e6b48011de518cbb21ce96410668201e235884b /pom.xml | |
parent | 5567abd438918d98f4575c011b6040fb313d42dc (diff) | |
download | sonarqube-1935abb54a572958b115e8cf58d46a9fed2acc42.tar.gz sonarqube-1935abb54a572958b115e8cf58d46a9fed2acc42.zip |
SONAR-2814 Upgrade standalone application from Jetty 6.1.24 to 6.1.26
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ "false" strings." --> <derby.version>10.7.1.1</derby.version> - <jetty.version>6.1.24</jetty.version> + <jetty.version>6.1.26</jetty.version> <sonar.skippedModules>sonar-deprecated,sonar-gwt-api,sonar-core-gwt,sonar-testing-harness,sonar-samples </sonar.skippedModules> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |