aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2016-12-15 15:20:18 +0100
committerDuarte Meneses <duarte.meneses@sonarsource.com>2016-12-15 15:20:18 +0100
commit5ab8d0e77ec2a4f6fe2e2a7c309e84e3ff2fead9 (patch)
tree30aa4c685574d2be0146167eda4e3e72918f763b
parent95434f758fd505625e127e1a6aeaca3e7778e9d9 (diff)
downloadsonar-scanner-cli-5ab8d0e77ec2a4f6fe2e2a7c309e84e3ff2fead9.tar.gz
sonar-scanner-cli-5ab8d0e77ec2a4f6fe2e2a7c309e84e3ff2fead9.zip
Fix ITs
-rw-r--r--it/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/it/pom.xml b/it/pom.xml
index db549fd..12e1539 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>26</version>
+ <version>37</version>
<relativePath />
</parent>
diff --git a/pom.xml b/pom.xml
index 57660b3..98a2a82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>36</version>
+ <version>37</version>
</parent>
<groupId>org.sonarsource.scanner.cli</groupId>