diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2016-11-17 20:45:38 +0100 |
---|---|---|
committer | David Rautureau <david.rautureau@sonarsource.com> | 2016-11-17 20:45:38 +0100 |
commit | 6a70cefe40b1b8127eb4e7ef3436a5c43fe938b4 (patch) | |
tree | 38b9cffaa73af2f3995aba5190f53966655ffc1b | |
parent | f407bd791e4ccc09dd0b01d7e8f3776e2cdc8246 (diff) | |
download | sonarqube-6.1.1.tar.gz sonarqube-6.1.1.zip |
[maven-release-plugin] prepare release 6.1.16.1.1
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-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 | ||||
-rw-r--r-- | sonar-application/pom.xml | 2 | ||||
-rw-r--r-- | sonar-check-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-colorizer/pom.xml | 2 | ||||
-rw-r--r-- | sonar-core/pom.xml | 2 | ||||
-rw-r--r-- | sonar-db/pom.xml | 2 | ||||
-rw-r--r-- | sonar-duplications/pom.xml | 2 | ||||
-rw-r--r-- | sonar-home/pom.xml | 2 | ||||
-rw-r--r-- | sonar-markdown/pom.xml | 2 | ||||
-rw-r--r-- | sonar-plugin-api-deps/pom.xml | 2 | ||||
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-scanner-engine-shaded/pom.xml | 2 | ||||
-rw-r--r-- | sonar-scanner-engine/pom.xml | 2 | ||||
-rw-r--r-- | sonar-scanner-protocol/pom.xml | 2 | ||||
-rw-r--r-- | sonar-testing-harness/pom.xml | 2 | ||||
-rw-r--r-- | sonar-ws/pom.xml | 2 |
25 files changed, 26 insertions, 26 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index fae580f716b..e97a6a35e39 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> @@ -10,7 +10,7 @@ <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> <packaging>pom</packaging> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -992,7 +992,7 @@ <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection> <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection> <url>https://github.com/SonarSource/sonarqube</url> - <tag>HEAD</tag> + <tag>6.1.1</tag> </scm> <ciManagement> diff --git a/server/pom.xml b/server/pom.xml index e6c06da848c..c9f4602f5dc 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index 667bc1814c6..b2b432826f5 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.1.1-SNAPSHOT</version> + <version>6.1.1</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 58532d5a639..2e0aca29a6f 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.1.1-SNAPSHOT</version> + <version>6.1.1</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 92d7adde401..fed0de02122 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.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 9e64ccaf49b..5266a9b90b7 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.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index e0dac5fad53..1d4fd514afd 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.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index e22d8b774f3..11967e78bd5 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.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 32c81bba752..5308b7c9cf6 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.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index fa038397663..f34c573f3bd 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 49a389a89bb..ff68513a18e 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index 56d65fd58c9..7633b9ebda4 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index de900a5b4e2..9dd11e7a3ce 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index e59b8304274..1f1b4177dc5 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-db</artifactId> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index b58c2eda091..4fa4223f424 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index daaa885ade5..8a45b8dda64 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 646164be5ad..2c9cb8868e3 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 00f2301c307..ab64d0bda2d 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-plugin-api-deps</artifactId> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 722e559dffb..1420531bdad 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index 29611d5ad68..c8389f037aa 100644 --- a/sonar-scanner-engine-shaded/pom.xml +++ b/sonar-scanner-engine-shaded/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-scanner-engine-shaded</artifactId> diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index 3e657ca55ec..cf03b2a0b04 100644 --- a/sonar-scanner-engine/pom.xml +++ b/sonar-scanner-engine/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-scanner-engine</artifactId> diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index 6d34a6f85d2..edc4cf7e640 100644 --- a/sonar-scanner-protocol/pom.xml +++ b/sonar-scanner-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-scanner-protocol</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index baa6bd3fb87..07f697f7a54 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index c987b5052fc..09b6289d1c8 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.1.1-SNAPSHOT</version> + <version>6.1.1</version> </parent> <artifactId>sonar-ws</artifactId> |