diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-06-01 13:59:09 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-06-01 13:59:09 +0200 |
commit | 074f3d1169f9688d15af4aff67e7e672cbeed782 (patch) | |
tree | 915042e76cda024cc8dbb8bba01a662441c008cd /tests | |
parent | 2e74a995d3d26177f15a1660a2d9bab1dc0d97a5 (diff) | |
download | sonarqube-074f3d1169f9688d15af4aff67e7e672cbeed782.tar.gz sonarqube-074f3d1169f9688d15af4aff67e7e672cbeed782.zip |
Release 5.65.6
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 0b66238766e..514c400bb2e 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>5.6-SNAPSHOT</version> + <version>5.6</version> </parent> <artifactId>perf</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index c4625202fd1..a19e553f705 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-SNAPSHOT</version> + <version>5.6</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index 142a01662b8..15260ae6422 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>5.6-SNAPSHOT</version> + <version>5.6</version> </parent> <artifactId>upgrade</artifactId> |