summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-02-02 13:20:31 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-02-02 13:20:31 +0100
commit3b827a9a9a4b133c9fbe168aec8db44d78efeaeb (patch)
treeff1280b8bc3d82872abe9c08b524501d09b86953 /server
parentbf04befb58c2208d7b535ab87a1e7a62df2f4030 (diff)
downloadsonarqube-3b827a9a9a4b133c9fbe168aec8db44d78efeaeb.tar.gz
sonarqube-3b827a9a9a4b133c9fbe168aec8db44d78efeaeb.zip
Release 7.07.0
Diffstat (limited to 'server')
-rw-r--r--server/pom.xml2
-rw-r--r--server/sonar-ce/pom.xml2
-rw-r--r--server/sonar-db-core/pom.xml2
-rw-r--r--server/sonar-db-dao/pom.xml2
-rw-r--r--server/sonar-db-migration/pom.xml2
-rw-r--r--server/sonar-db-testing/pom.xml2
-rw-r--r--server/sonar-main/pom.xml2
-rw-r--r--server/sonar-plugin-bridge/pom.xml2
-rw-r--r--server/sonar-process/pom.xml2
-rw-r--r--server/sonar-qa-util/pom.xml2
-rw-r--r--server/sonar-server/pom.xml2
-rw-r--r--server/sonar-web/pom.xml2
12 files changed, 12 insertions, 12 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 5b27942fb00..ea02f7ff618 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
</parent>
<artifactId>server</artifactId>
<packaging>pom</packaging>
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 42dc89d5de0..775120cf395 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>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ce</artifactId>
diff --git a/server/sonar-db-core/pom.xml b/server/sonar-db-core/pom.xml
index 435c2c271a0..a0820622a2d 100644
--- a/server/sonar-db-core/pom.xml
+++ b/server/sonar-db-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
</parent>
<artifactId>sonar-db-core</artifactId>
diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml
index 1653910359f..41ec2423104 100644
--- a/server/sonar-db-dao/pom.xml
+++ b/server/sonar-db-dao/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
</parent>
<artifactId>sonar-db-dao</artifactId>
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml
index 583872045d9..e7fc8c54086 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>7.0-SNAPSHOT</version>
+ <version>7.0</version>
</parent>
<artifactId>sonar-db-migration</artifactId>
diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml
index c10b8668e33..4bfb0f44ffa 100644
--- a/server/sonar-db-testing/pom.xml
+++ b/server/sonar-db-testing/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
</parent>
<artifactId>sonar-db-testing</artifactId>
diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml
index b72b7596e22..27d5affebf1 100644
--- a/server/sonar-main/pom.xml
+++ b/server/sonar-main/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml
index 2d7707e2d82..65d532fbeb1 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>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-plugin-bridge</artifactId>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index c22e741cff5..69eb8e22b0f 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>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>../</relativePath>
</parent>
diff --git a/server/sonar-qa-util/pom.xml b/server/sonar-qa-util/pom.xml
index 1de1bad57a9..fc4ff7078e0 100644
--- a/server/sonar-qa-util/pom.xml
+++ b/server/sonar-qa-util/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-qa-util</artifactId>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 530cfc2f1ec..67ff54f42c7 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>server</artifactId>
- <version>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index c516f800f7e..83ddb6814ea 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>7.0-SNAPSHOT</version>
+ <version>7.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>