diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-20 21:29:46 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-21 15:07:54 +0200 |
commit | e5c2f376402a232b3fe129068d90d0ac382261db (patch) | |
tree | 14baa071d5aa9499f71c1a5311471c8c70d21794 /pom.xml | |
parent | 13997dc0a95d2f57ce371c510f95c76219272855 (diff) | |
download | sonarqube-e5c2f376402a232b3fe129068d90d0ac382261db.tar.gz sonarqube-e5c2f376402a232b3fe129068d90d0ac382261db.zip |
SONAR-7791 Upgrade to Tomcat 8.0.32
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,7 +64,7 @@ <jetty.version>8.1.12.v20130726</jetty.version> <logback.version>1.1.3</logback.version> <slf4j.version>1.7.12</slf4j.version> - <tomcat.version>8.0.30</tomcat.version> + <tomcat.version>8.0.33</tomcat.version> <elasticsearch.version>1.7.5</elasticsearch.version> <orchestrator.version>3.11</orchestrator.version> <okhttp.version>2.6.0</okhttp.version> @@ -1120,7 +1120,7 @@ </properties> </profile> <profile> - <id>release</id> + <id>release</id> <build> <plugins> <plugin> @@ -1511,7 +1511,7 @@ <module>it</module> <module>tests</module> </modules> - </profile> + </profile> </profiles> </project> |