diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-12-20 17:32:02 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-12-20 17:32:02 +0100 |
commit | 426519346f51f7b980a76f9050f983110550509d (patch) | |
tree | 26ca8a379bb9aa5c70fb0876f4295d1855b41651 /server | |
parent | 097994df9b06457852baa0eec5313f363eed9cd7 (diff) | |
download | sonarqube-426519346f51f7b980a76f9050f983110550509d.tar.gz sonarqube-426519346f51f7b980a76f9050f983110550509d.zip |
Release 6.7.16.7.1
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-db-core/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-db-dao/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-db-migration/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-db-testing/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-main/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-plugin-bridge/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/server/pom.xml b/server/pom.xml index 74c611ae886..b0090fe4445 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.7.1-SNAPSHOT</version> + <version>6.7.1</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 1b26c2f1f66..0c91a416fed 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.7.1-SNAPSHOT</version> + <version>6.7.1</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 df6dd599550..4737d1a5c83 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>6.7.1-SNAPSHOT</version> + <version>6.7.1</version> </parent> <artifactId>sonar-db-core</artifactId> diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml index 64911d31d09..90fcb37d2f8 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>6.7.1-SNAPSHOT</version> + <version>6.7.1</version> </parent> <artifactId>sonar-db-dao</artifactId> diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index ca4797bc8c4..06a60f1dfb8 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.7.1-SNAPSHOT</version> + <version>6.7.1</version> </parent> <artifactId>sonar-db-migration</artifactId> diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index c6ef14bf40e..18181764baf 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>6.7.1-SNAPSHOT</version> + <version>6.7.1</version> </parent> <artifactId>sonar-db-testing</artifactId> diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index eb2cd3bdd48..d236f2ea331 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>6.7.1-SNAPSHOT</version> + <version>6.7.1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 0ad042ae7ec..837efeb0112 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.7.1-SNAPSHOT</version> + <version>6.7.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index a9026b1ee57..b777c5c7f85 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.7.1-SNAPSHOT</version> + <version>6.7.1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index a73b552e69c..eb9e4acf4d2 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>6.7.1-SNAPSHOT</version> + <version>6.7.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index da0f1553624..3735a07a356 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.7.1-SNAPSHOT</version> + <version>6.7.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |