diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:59:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:59:20 +0200 |
commit | d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d (patch) | |
tree | 9afa83c14c803e2fd76ad222cf5661de5460e6b2 /server | |
parent | 7c1a881ae846e4c9afa22243c4fc5884d1df0d81 (diff) | |
download | sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.tar.gz sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.zip |
Prepare for next development iteration
Diffstat (limited to 'server')
-rw-r--r-- | server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-ce-api/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-plugin-bridge/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process-monitor/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-search/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/server/pom.xml b/server/pom.xml index c1c2c952b5c..ab6a336bdb4 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce-api/pom.xml b/server/sonar-ce-api/pom.xml index de560878462..174d67c4cac 100644 --- a/server/sonar-ce-api/pom.xml +++ b/server/sonar-ce-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce-api</artifactId> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 05771947528..007270e7793 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.5-SNAPSHOT</version> + <version>6.6-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 25a85a93448..55258bce31f 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.5-SNAPSHOT</version> + <version>6.6-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 b5ca3ab9c6b..bec58980191 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.5-SNAPSHOT</version> + <version>6.6-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 923106f3600..9447cf687fe 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.5-SNAPSHOT</version> + <version>6.6-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 ac2026f40a7..51f53cf694a 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.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>sonar-db-testing</artifactId> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 2359d8ff6a4..896695df61a 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.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</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 15559f86678..e9b5b1fdcce 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 87917d00148..48ff3f16253 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.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 06813725bdd..96adff70011 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.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 89053a27fcb..49a4e5d7738 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.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 1dcee73aa51..8ddd3bcd8d4 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.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |