diff options
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 2b17fb9fea7..26ce1207865 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -442,7 +442,7 @@ <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.1</version> + <version>2.2</version> <configuration> <port>9000</port> <path>/dev</path> |