aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-03-03 16:06:14 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-03-03 16:06:14 +0100
commitb7ba1b5d7437391826e49d322fae6fed385f901b (patch)
tree79b03d1f08dc82c8b8a541c63f44eff912bcb8ef /server
parent1d7b875700eb54ea3a5c1e8527233fb5e7970aec (diff)
downloadsonarqube-b7ba1b5d7437391826e49d322fae6fed385f901b.tar.gz
sonarqube-b7ba1b5d7437391826e49d322fae6fed385f901b.zip
Publish 6.3-RC4
Diffstat (limited to 'server')
-rw-r--r--server/pom.xml2
-rw-r--r--server/sonar-ce/pom.xml2
-rw-r--r--server/sonar-db-migration/pom.xml2
-rw-r--r--server/sonar-plugin-bridge/pom.xml2
-rw-r--r--server/sonar-process-monitor/pom.xml2
-rw-r--r--server/sonar-process/pom.xml2
-rw-r--r--server/sonar-search/pom.xml2
-rw-r--r--server/sonar-server/pom.xml2
-rw-r--r--server/sonar-web/pom.xml2
9 files changed, 9 insertions, 9 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 87b5b722840..e62a6a51ecb 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 98bec5720a3..09226004547 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ce</artifactId>
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml
index 21f004d69eb..5a5f14e9e88 100644
--- a/server/sonar-db-migration/pom.xml
+++ b/server/sonar-db-migration/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>6.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
</parent>
<artifactId>sonar-db-migration</artifactId>
diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml
index 0008f2d3a1b..7cbffe759ce 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</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 c4eb642197e..06075bf5872 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 1ca99a3259e..51caee8a70e 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index 63f8141ab88..6e7eb572a9e 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 129faac8c14..d59b2c6b617 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 0b81a4f6775..b160a3ecf65 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.3-SNAPSHOT</version>
+ <version>6.3-RC4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>