diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-04-24 10:51:14 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-04-24 10:51:14 +0200 |
commit | 84ad17dd4e53eae1221d1af96fb45d8997f2e2fa (patch) | |
tree | cdd92b9395138d7991b990b89cdffa7150af8d92 /tests | |
parent | f5b13cbd5bfd35f227043bc6078f258c4b72ca22 (diff) | |
download | sonarqube-6.3.2.tar.gz sonarqube-6.3.2.zip |
Release 6.3.26.3.2
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..efc1be0e4fc 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.3.2</version> </parent> <artifactId>perf</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index 6f4440b9187..48e0cac2d5a 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.3.2</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index eddab9a40ae..39346726f2a 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.3.2</version> </parent> <artifactId>upgrade</artifactId> |