diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-22 16:03:28 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-22 16:03:51 +0100 |
commit | 662d878c3a246ccead939932dfe9215206a9c7a3 (patch) | |
tree | 9835295c5af805e46ecf95d36f61df7e174a9eb3 /tests/upgrade/pom.xml | |
parent | fab015b50e20cd504120794a7570bc673c08755c (diff) | |
download | sonarqube-662d878c3a246ccead939932dfe9215206a9c7a3.tar.gz sonarqube-662d878c3a246ccead939932dfe9215206a9c7a3.zip |
Set version 6.3-SNAPSHOT
Diffstat (limited to 'tests/upgrade/pom.xml')
-rw-r--r-- | tests/upgrade/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml index e37335e336f..eddab9a40ae 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-RC3</version> + <version>6.3-SNAPSHOT</version> </parent> <artifactId>upgrade</artifactId> |