diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-07-20 11:20:21 +0200 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-07-20 11:20:21 +0200 |
commit | 8de259eee63931e09904c924e20d6caa5f6e8a87 (patch) | |
tree | 7fd2d03fc45ad64cae96d16dcd7600a7dc952090 /server | |
parent | 370ca7c85339a65fe247567ee81ae528f4244e35 (diff) | |
download | sonarqube-8de259eee63931e09904c924e20d6caa5f6e8a87.tar.gz sonarqube-8de259eee63931e09904c924e20d6caa5f6e8a87.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-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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/server/pom.xml b/server/pom.xml index 04a70444fec..a014f4c9336 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index f71fef7174e..4f698206011 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce</artifactId> diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index a77c4882035..d230b2452ea 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.0-SNAPSHOT</version> + <version>6.1-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 1c6b91f852c..4f31ba87525 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 3453e172047..6856c68f396 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index d155517a242..c6c2b7d7458 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.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index b753ff7dd24..dc967a2abbf 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.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 6b465ece10b..11aa24c2867 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.0-SNAPSHOT</version> + <version>6.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |