diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-10-27 17:56:31 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-10-27 17:56:31 +0200 |
commit | 37af5c9084cce6da0eeb72b94b5dda216c929dd6 (patch) | |
tree | 53cedf722ff25e5ddb0aa5b4ac818c50cd4d90f0 /server | |
parent | 35a5d851cedbe4fee51fe5cecb7cb3205e7713fe (diff) | |
download | sonarqube-37af5c9084cce6da0eeb72b94b5dda216c929dd6.tar.gz sonarqube-37af5c9084cce6da0eeb72b94b5dda216c929dd6.zip |
Prepare for next development iteration
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 d0e5030a4c0..99a700f2a58 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 33c11b4326b..301c2cb31f4 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</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 680ad3309af..5383b1bbec6 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> </parent> <artifactId>sonar-db-core</artifactId> diff --git a/server/sonar-db-dao/pom.xml b/server/sonar-db-dao/pom.xml index ffd51836423..8d308644fdd 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> </parent> <artifactId>sonar-db-dao</artifactId> diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index d07b55a9481..583872045d9 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> </parent> <artifactId>sonar-db-migration</artifactId> diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index 0f0bd9904de..c10b8668e33 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> </parent> <artifactId>sonar-db-testing</artifactId> diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index 2e6ba8c5ad1..b72b7596e22 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 8423fa4d7cb..2d7707e2d82 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 0ce44451171..c22e741cff5 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index c7fd698910f..35f54740f22 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index fa4769ecb2a..5b024f167f4 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-SNAPSHOT</version> + <version>7.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |