diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-13 12:06:23 +0200 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-13 12:06:23 +0200 |
commit | 3d2b3bbd084ccf75d1921382315d3ac3037ed3bc (patch) | |
tree | ae9546f5445d02d9b8f0e2a7daa483a9b2a1239b | |
parent | 5d816d9a12280489ba218d34be866d05e8b97eba (diff) | |
download | sonarqube-3d2b3bbd084ccf75d1921382315d3ac3037ed3bc.tar.gz sonarqube-3d2b3bbd084ccf75d1921382315d3ac3037ed3bc.zip |
[maven-release-plugin] prepare release 5.2-RC25.2-RC2
-rw-r--r-- | plugins/sonar-batch-maven-plugin/pom.xml | 2 | ||||
-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-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-batch-maven-plugin/pom.xml b/plugins/sonar-batch-maven-plugin/pom.xml index 8908bf648a5..0548ca75d2e 100644 --- a/plugins/sonar-batch-maven-plugin/pom.xml +++ b/plugins/sonar-batch-maven-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 29310fb8f1a..8438be53cba 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../..</relativePath> </parent> <artifactId>sonar-xoo-plugin</artifactId> @@ -5,7 +5,7 @@ <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> <packaging>pom</packaging> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -1162,7 +1162,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.2-RC2</tag> </scm> <ciManagement> diff --git a/server/pom.xml b/server/pom.xml index ccd761577e9..eddcb39cbe1 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 6ff38e1b682..182d8b38953 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 8e25d9a3649..0a466db1c99 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index d8349dcde7a..8fefcba230e 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index c148e190b78..38d33d09b8b 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.2-SNAPSHOT</version> + <version>5.2-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 aaa2f6951d5..c17450190b2 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.2-SNAPSHOT</version> + <version>5.2-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 322a1694094..7a41fb0dd89 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.2-SNAPSHOT</version> + <version>5.2-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 1732dbc4272..ba1687846f0 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 405a83a5a43..0dcc4c2756f 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 774286a2d69..5fc7501f340 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-batch-protocol</artifactId> diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml index cd04fac4988..20664c9df12 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-batch-shaded</artifactId> diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 39343a10fd5..b9bebdcb01b 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-batch</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index f418c71fb86..8e98f2f79a2 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index 5e004d2f7e9..e9171973c53 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 97c475b3a0f..155df8a963b 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index b22d0e9e0fa..b3e982eedbf 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-db</artifactId> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 021999e4982..4655716184c 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index cc66e2116ea..b16ce28fe32 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index ed77869e1cb..5938962b49b 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index b67fa593cc6..6661a17733c 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-plugin-api-deps</artifactId> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 7cec574407e..f826a7c86fe 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 27eced04d92..157af161e21 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 172d8863701..fb59215fbfd 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.2-SNAPSHOT</version> + <version>5.2-RC2</version> </parent> <artifactId>sonar-ws</artifactId> |