diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-16 17:00:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-16 22:00:23 +0200 |
commit | 04b7bf3ccc22daea116a67e6ba174237805e5ccf (patch) | |
tree | 706961a6221ea202f9955d1a262f9d2cf6c2c853 /tests | |
parent | 266a2434f2d357338d8f35eca6f1554cbeac0413 (diff) | |
download | sonarqube-04b7bf3ccc22daea116a67e6ba174237805e5ccf.tar.gz sonarqube-04b7bf3ccc22daea116a67e6ba174237805e5ccf.zip |
6.4-RC16.4-RC1
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 c37ae0e7b9b..2d72de3b63e 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.4-SNAPSHOT</version> + <version>6.4-RC1</version> </parent> <artifactId>perf</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index 3cc0cf2e22b..062533bdc7f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.4-SNAPSHOT</version> + <version>6.4-RC1</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index 4bb1219e822..aa558f5fc19 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.4-SNAPSHOT</version> + <version>6.4-RC1</version> </parent> <artifactId>upgrade</artifactId> |