diff options
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 ab33bb07e65..3fad43b8dfe 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.5-SNAPSHOT</version> + <version>5.6.5</version> </parent> <artifactId>perf</artifactId> diff --git a/tests/pom.xml b/tests/pom.xml index afedb8c2209..f34783cab80 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.5-SNAPSHOT</version> + <version>5.6.5</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index a043b20064c..dd86b02c999 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.5-SNAPSHOT</version> + <version>5.6.5</version> </parent> <artifactId>upgrade</artifactId> |