diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-11-21 12:08:08 +0100 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-11-21 12:08:08 +0100 |
commit | e50f57556a830a9d0d527f68e6c106192acaa4b9 (patch) | |
tree | ff4620436385077c3c6c5112a6177155f967b36e /server | |
parent | e921f144a46c9eb6b548c91c31d21c6b30529041 (diff) | |
download | sonarqube-e50f57556a830a9d0d527f68e6c106192acaa4b9.tar.gz sonarqube-e50f57556a830a9d0d527f68e6c106192acaa4b9.zip |
[maven-release-plugin] prepare release 6.2-RC16.2-RC1
Diffstat (limited to 'server')
-rw-r--r-- | server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-ce/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-plugin-bridge/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process-monitor/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-search/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/server/pom.xml b/server/pom.xml index 354a6691f82..5a4c4527b98 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 4a94096849b..464ced55a85 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce</artifactId> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 93cffd2198c..8f2b6847f1b 100644 --- a/server/sonar-plugin-bridge/pom.xml +++ b/server/sonar-plugin-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index bcdb4f89af7..9f996faa89a 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 6d7c1699d31..262cff9a706 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index c1bd4c5becb..ef4b9677efe 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index d2662b40791..4b28880f0ab 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index cf6e67f656f..a749ddfb22d 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.2-SNAPSHOT</version> + <version>6.2-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |