diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2016-02-15 16:38:37 +0100 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2016-02-15 16:38:37 +0100 |
commit | e8f951d9f2a99975e31f82d97fce68f47e9242d3 (patch) | |
tree | ba3cfe689be18acb6de901c90d3f5039c57c4cac | |
parent | e93851854a5ab728fba5e83b81b7a4a24208481a (diff) | |
download | sonarqube-e8f951d9f2a99975e31f82d97fce68f47e9242d3.tar.gz sonarqube-e8f951d9f2a99975e31f82d97fce68f47e9242d3.zip |
[maven-release-plugin] prepare release 5.4-RC25.4-RC2
-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-dev-cockpit-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-views-bridge/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 2 | ||||
-rw-r--r-- | sonar-application/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch-protocol/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch-shaded/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch/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-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 26d2c84fc7c..f84b83bcd40 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.4-SNAPSHOT</version> + <version>5.4-RC2</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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -995,7 +995,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.4-RC2</tag> </scm> <ciManagement> diff --git a/server/pom.xml b/server/pom.xml index d7c050c75c0..4bd5a2562e3 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-dev-cockpit-bridge/pom.xml b/server/sonar-dev-cockpit-bridge/pom.xml index d816ed680c0..c24bf5447cd 100644 --- a/server/sonar-dev-cockpit-bridge/pom.xml +++ b/server/sonar-dev-cockpit-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-dev-cockpit-bridge</artifactId> diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 40cc76658c5..bef76a10d08 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 19c50e381f3..45cb75fcfea 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index a46387a2ee6..7d85f2ba1c8 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>../</relativePath> </parent> diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index 5d65fb26fc3..286e5786a99 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server-benchmarks</artifactId> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index cd4ce947ef3..21cdd64e0f8 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml index c7fd92d1571..c64d2efdeec 100644 --- a/server/sonar-views-bridge/pom.xml +++ b/server/sonar-views-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-views-bridge</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 90b49194e44..fba1baef20f 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b787445a3c6..24020b38acd 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index cb0f9eeb9f8..fa7495ad664 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-batch-protocol</artifactId> diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml index fcde231e760..3a52d14ec5e 100644 --- a/sonar-batch-shaded/pom.xml +++ b/sonar-batch-shaded/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-batch-shaded</artifactId> diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 4485100a189..e43c68fd7b9 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-batch</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index f4e3f0093ed..31fe9341b3f 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index a93f232260b..546b0929854 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 3193cc3f273..8aa540b3b14 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index dd6901990cf..81cdaf19488 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-db</artifactId> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index f62fca72ca1..837ffdf62e3 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 58a57bf1d7c..930c5613a9c 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index e473fc724c6..6808fadb03a 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 0a8183571de..1e7f29f15d2 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-plugin-api-deps</artifactId> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 0755b50c910..a190c66e867 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 1e5e0341a6a..738914a1ff0 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index d55f7f445ef..acb30c57c07 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.4-SNAPSHOT</version> + <version>5.4-RC2</version> </parent> <artifactId>sonar-ws</artifactId> |