diff options
-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> |