diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2017-09-25 17:17:57 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2017-09-25 17:17:57 +0200 |
commit | 15a5219cf8d4ef07b0fac1232fe40c74dbd73459 (patch) | |
tree | a80610fe98905af85305bfd8ba6da1d03e959fb4 | |
parent | b319fc241e0ff071e868eccfedf68346febf2b1f (diff) | |
download | sonarqube-branch-5.6.tar.gz sonarqube-branch-5.6.zip |
Fix integration testsbranch-5.6
-rw-r--r-- | it/pom.xml | 2 | ||||
-rw-r--r-- | microbenchmark-template/pom.xml | 2 | ||||
-rw-r--r-- | tests/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/it/pom.xml b/it/pom.xml index 33e2b6e44ce..93b8449da8d 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.6.7-SNAPSHOT</version> + <version>5.6.8-SNAPSHOT</version> </parent> <artifactId>it</artifactId> diff --git a/microbenchmark-template/pom.xml b/microbenchmark-template/pom.xml index fe6268892db..fe18103cf1e 100644 --- a/microbenchmark-template/pom.xml +++ b/microbenchmark-template/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.6.7-SNAPSHOT</version> + <version>5.6.8-SNAPSHOT</version> </parent> <artifactId>microbenchmark-template</artifactId> <packaging>jar</packaging> diff --git a/tests/pom.xml b/tests/pom.xml index b9f3dc81b29..7d04bec173f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.6.7-SNAPSHOT</version> + <version>5.6.8-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> |