diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-04-07 15:38:57 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-04-07 15:38:57 +0200 |
commit | 4c34f8c245f13967643c7ec5cd24d0d06903c44f (patch) | |
tree | ab0a649fa7809fa4715a952af396ba9068a9daed | |
parent | b15cd7a39fad8e02527547cb70158dde17e0e7ce (diff) | |
download | sonarqube-5.5-RC1.tar.gz sonarqube-5.5-RC1.zip |
[maven-release-plugin] prepare release 5.5-RC15.5-RC1
-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-benchmarks/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 |
26 files changed, 27 insertions, 27 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index f4fdf0cbfca..f925b42cbec 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -996,7 +996,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>5.5-RC1</tag> </scm> <ciManagement> diff --git a/server/pom.xml b/server/pom.xml index 119e37743d6..5ebd24dd787 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index fa590e0ad57..b9eea45accb 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</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 0921ce6f78d..0285432ed6a 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</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 326d50aeadc..72b62951414 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index cdeae16617f..ee16a0409ae 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 1572cf1b4f0..3fd00abd174 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index 78807115746..0d0624564b5 100644 --- a/server/sonar-server-benchmarks/pom.xml +++ b/server/sonar-server-benchmarks/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server-benchmarks</artifactId> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 4822cf5a1fa..2aa3d7e040c 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index f09970d4442..f6e8edf3f88 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ea644e7267d..ddbbb95a09f 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 440b02c3a05..ffefdfaf5b0 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index e935cbac971..804ce8b73cc 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index e37b9039854..f95625ce160 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index ba0b1939f65..ad98b57e468 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-db</artifactId> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index d6f02e14184..37466b709ef 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 07b7511333b..0b648f695eb 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 9c42927f247..0b9700e80ab 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 6d7bd410614..77d51f7b730 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-plugin-api-deps</artifactId> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index dcc25b5d51a..c5dc3c48872 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-scanner-engine-shaded/pom.xml b/sonar-scanner-engine-shaded/pom.xml index a8fc905a549..9d78844b0f3 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-scanner-engine-shaded</artifactId> diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index 5b40c7bce5b..149da494820 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-scanner-engine</artifactId> diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index 2ce644728cf..21e47328ed8 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-scanner-protocol</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index a2f0fe61f1d..2cf13548a69 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index c438d7c5f81..1722d627c27 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>5.5.1-SNAPSHOT</version> + <version>5.5-RC1</version> </parent> <artifactId>sonar-ws</artifactId> |