diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-14 14:00:52 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-14 14:00:52 +0100 |
commit | 36b88b81f2b17165c6a146a723cf849bb955a3c2 (patch) | |
tree | 8e8a88bd650bdf07150998d20c85a13a78f5cdc5 /tests | |
parent | 534fc279a64c7b836f39d476d15192999944b9eb (diff) | |
download | sonarqube-36b88b81f2b17165c6a146a723cf849bb955a3c2.tar.gz sonarqube-36b88b81f2b17165c6a146a723cf849bb955a3c2.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 d385f5d48fe..df243bc7b02 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.3-SNAPSHOT</version> + <version>6.4-SNAPSHOT</version> </parent> <artifactId>perf</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index 6f4440b9187..3cc0cf2e22b 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.3-SNAPSHOT</version> + <version>6.4-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index eddab9a40ae..dc46f2f5602 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.3-SNAPSHOT</version> + <version>6.4-SNAPSHOT</version> </parent> <artifactId>upgrade</artifactId> |