diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-09-19 17:32:59 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-09-19 17:32:59 +0200 |
commit | 1d20e2483119f8813a86b9b05fe32fc1e1a6fc77 (patch) | |
tree | f49b8f62af6025587f935a3734b35e46be475124 /tests | |
parent | 15d58788abf1377aad1e78f3eb81efe56c6f84c6 (diff) | |
download | sonarqube-1d20e2483119f8813a86b9b05fe32fc1e1a6fc77.tar.gz sonarqube-1d20e2483119f8813a86b9b05fe32fc1e1a6fc77.zip |
Prepare for next development iteration
Diffstat (limited to 'tests')
-rw-r--r-- | tests/perf/pom.xml | 2 | ||||
-rw-r--r-- | tests/pom.xml | 2 | ||||
-rw-r--r-- | tests/upgrade/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/perf/pom.xml b/tests/perf/pom.xml index 7069014d8a6..fdc3ccaa9c4 100644 --- a/tests/perf/pom.xml +++ b/tests/perf/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>tests</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.2-SNAPSHOT</version> </parent> <artifactId>perf</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index 6670493cc40..757a418d224 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.2-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index 8ee8181319c..6e02ad58dfe 100644 --- a/tests/upgrade/pom.xml +++ b/tests/upgrade/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>tests</artifactId> - <version>6.1-SNAPSHOT</version> + <version>6.2-SNAPSHOT</version> </parent> <artifactId>upgrade</artifactId> |