diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-10-27 17:54:59 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-10-27 17:54:59 +0200 |
commit | 70bb344fb38dbb05b71d203a25f8aeff60fcd724 (patch) | |
tree | e0285271a46ceb4b41f61200e74f4860ced6ee56 /server | |
parent | 3f72c27bf24dcecfad0e0901797e6d166532de72 (diff) | |
download | sonarqube-70bb344fb38dbb05b71d203a25f8aeff60fcd724.tar.gz sonarqube-70bb344fb38dbb05b71d203a25f8aeff60fcd724.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 e01f6feb0b9..d0e5030a4c0 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-RC1</version> + <version>6.7-SNAPSHOT</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 6c06bf738f6..33c11b4326b 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-RC1</version> + <version>6.7-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 a90c3b0d95b..680ad3309af 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-RC1</version> + <version>6.7-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 d34cc7b7413..ffd51836423 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-RC1</version> + <version>6.7-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 ee3958bcd06..d07b55a9481 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-RC1</version> + <version>6.7-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 f8e783f8417..0f0bd9904de 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-RC1</version> + <version>6.7-SNAPSHOT</version> </parent> <artifactId>sonar-db-testing</artifactId> diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index f1d744b22b5..2e6ba8c5ad1 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-RC1</version> + <version>6.7-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 41208d82d9d..8423fa4d7cb 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-RC1</version> + <version>6.7-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 1fbde815e7f..0ce44451171 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-RC1</version> + <version>6.7-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 2e02730eac2..c7fd698910f 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-RC1</version> + <version>6.7-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index d8d00c9f4b7..fa4769ecb2a 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-RC1</version> + <version>6.7-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |