aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vérin <thomas.verin@sonarsource.com>2015-10-13 13:54:26 +0200
committerThomas Vérin <thomas.verin@sonarsource.com>2015-10-13 13:54:26 +0200
commit5454b43be7d192769d61cdaa6be6dc444b795032 (patch)
tree91ecf56471e321d037385a10d728f8506e614a7e
parentbc488dae246e1af1c12b18f6785cf2ca0bd474c2 (diff)
downloadsonarqube-5454b43be7d192769d61cdaa6be6dc444b795032.tar.gz
sonarqube-5454b43be7d192769d61cdaa6be6dc444b795032.zip
Upgrade version to 5.3-SNAPSHOT
-rw-r--r--it/it-plugins/access-secured-props-plugin/pom.xml2
-rw-r--r--it/it-plugins/batch-plugin/pom.xml2
-rw-r--r--it/it-plugins/extension-lifecycle-plugin/pom.xml2
-rw-r--r--it/it-plugins/global-property-change-plugin/pom.xml2
-rw-r--r--it/it-plugins/issue-action-plugin/pom.xml2
-rw-r--r--it/it-plugins/l10n-fr-pack/pom.xml2
-rw-r--r--it/it-plugins/license-plugin/pom.xml2
-rw-r--r--it/it-plugins/pom.xml2
-rw-r--r--it/it-plugins/project-builder-plugin/pom.xml2
-rw-r--r--it/it-plugins/property-relocation-plugin/pom.xml2
-rw-r--r--it/it-plugins/property-sets-plugin/pom.xml2
-rw-r--r--it/it-plugins/server-plugin/pom.xml2
-rw-r--r--it/it-plugins/settings-encryption-plugin/pom.xml2
-rw-r--r--it/it-plugins/settings-plugin/pom.xml2
-rw-r--r--it/it-plugins/sonar-fake-plugin/pom.xml2
-rw-r--r--it/it-plugins/sonar-subcategories-plugin/pom.xml2
-rw-r--r--it/it-tests/pom.xml2
-rw-r--r--it/pom.xml4
-rw-r--r--microbenchmark-template/pom.xml2
-rw-r--r--plugins/sonar-batch-maven-plugin/pom.xml2
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--server/pom.xml2
-rw-r--r--server/sonar-process-monitor/pom.xml2
-rw-r--r--server/sonar-process/pom.xml2
-rw-r--r--server/sonar-search/pom.xml2
-rw-r--r--server/sonar-server-benchmarks/pom.xml2
-rw-r--r--server/sonar-server/pom.xml2
-rw-r--r--server/sonar-views-bridge/pom.xml2
-rw-r--r--server/sonar-web/pom.xml2
-rw-r--r--sonar-application/pom.xml2
-rw-r--r--sonar-batch-protocol/pom.xml2
-rw-r--r--sonar-batch-shaded/pom.xml2
-rw-r--r--sonar-batch/pom.xml2
-rw-r--r--sonar-check-api/pom.xml2
-rw-r--r--sonar-colorizer/pom.xml2
-rw-r--r--sonar-core/pom.xml2
-rw-r--r--sonar-db/pom.xml2
-rw-r--r--sonar-duplications/pom.xml2
-rw-r--r--sonar-home/pom.xml2
-rw-r--r--sonar-markdown/pom.xml2
-rw-r--r--sonar-plugin-api-deps/pom.xml2
-rw-r--r--sonar-plugin-api/pom.xml2
-rw-r--r--sonar-testing-harness/pom.xml2
-rw-r--r--sonar-ws/pom.xml2
45 files changed, 46 insertions, 46 deletions
diff --git a/it/it-plugins/access-secured-props-plugin/pom.xml b/it/it-plugins/access-secured-props-plugin/pom.xml
index 06e56bc3851..150822095e1 100644
--- a/it/it-plugins/access-secured-props-plugin/pom.xml
+++ b/it/it-plugins/access-secured-props-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>access-secured-props-plugin</artifactId>
diff --git a/it/it-plugins/batch-plugin/pom.xml b/it/it-plugins/batch-plugin/pom.xml
index 08f79e87dfb..f7957cbc9a3 100644
--- a/it/it-plugins/batch-plugin/pom.xml
+++ b/it/it-plugins/batch-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>batch-plugin</artifactId>
diff --git a/it/it-plugins/extension-lifecycle-plugin/pom.xml b/it/it-plugins/extension-lifecycle-plugin/pom.xml
index ee650e63e48..bba464c8125 100644
--- a/it/it-plugins/extension-lifecycle-plugin/pom.xml
+++ b/it/it-plugins/extension-lifecycle-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>extension-lifecycle-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/it/it-plugins/global-property-change-plugin/pom.xml b/it/it-plugins/global-property-change-plugin/pom.xml
index 1a25ebf097a..b249389b21b 100644
--- a/it/it-plugins/global-property-change-plugin/pom.xml
+++ b/it/it-plugins/global-property-change-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>global-property-change-plugin</artifactId>
diff --git a/it/it-plugins/issue-action-plugin/pom.xml b/it/it-plugins/issue-action-plugin/pom.xml
index dec4329acc9..f3503020ee4 100644
--- a/it/it-plugins/issue-action-plugin/pom.xml
+++ b/it/it-plugins/issue-action-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>issue-action-plugin</artifactId>
diff --git a/it/it-plugins/l10n-fr-pack/pom.xml b/it/it-plugins/l10n-fr-pack/pom.xml
index c16df931308..9b55d2a8c66 100644
--- a/it/it-plugins/l10n-fr-pack/pom.xml
+++ b/it/it-plugins/l10n-fr-pack/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>l10n-fr-pack</artifactId>
diff --git a/it/it-plugins/license-plugin/pom.xml b/it/it-plugins/license-plugin/pom.xml
index 997bb0b15d2..50aee5a06b2 100644
--- a/it/it-plugins/license-plugin/pom.xml
+++ b/it/it-plugins/license-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>license-plugin</artifactId>
diff --git a/it/it-plugins/pom.xml b/it/it-plugins/pom.xml
index 6a28942da14..4d709ab02e2 100644
--- a/it/it-plugins/pom.xml
+++ b/it/it-plugins/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>it-plugins</artifactId>
<name>SonarQube Integration Tests :: Plugins</name>
diff --git a/it/it-plugins/project-builder-plugin/pom.xml b/it/it-plugins/project-builder-plugin/pom.xml
index 4e40bfe12e0..771b8548913 100644
--- a/it/it-plugins/project-builder-plugin/pom.xml
+++ b/it/it-plugins/project-builder-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>project-builder-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/it/it-plugins/property-relocation-plugin/pom.xml b/it/it-plugins/property-relocation-plugin/pom.xml
index 03a4978308b..cf820b36f84 100644
--- a/it/it-plugins/property-relocation-plugin/pom.xml
+++ b/it/it-plugins/property-relocation-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>property-relocation-plugin</artifactId>
diff --git a/it/it-plugins/property-sets-plugin/pom.xml b/it/it-plugins/property-sets-plugin/pom.xml
index 284498ef620..59e394f4299 100644
--- a/it/it-plugins/property-sets-plugin/pom.xml
+++ b/it/it-plugins/property-sets-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>property-sets-plugin</artifactId>
diff --git a/it/it-plugins/server-plugin/pom.xml b/it/it-plugins/server-plugin/pom.xml
index 65b99998c13..6eab59377ca 100644
--- a/it/it-plugins/server-plugin/pom.xml
+++ b/it/it-plugins/server-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>server-plugin</artifactId>
diff --git a/it/it-plugins/settings-encryption-plugin/pom.xml b/it/it-plugins/settings-encryption-plugin/pom.xml
index a807699242d..2ad2eb39d0f 100644
--- a/it/it-plugins/settings-encryption-plugin/pom.xml
+++ b/it/it-plugins/settings-encryption-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>settings-encryption-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
diff --git a/it/it-plugins/settings-plugin/pom.xml b/it/it-plugins/settings-plugin/pom.xml
index 5ca3aa02c9b..a2567cf72f2 100644
--- a/it/it-plugins/settings-plugin/pom.xml
+++ b/it/it-plugins/settings-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>settings-plugin</artifactId>
diff --git a/it/it-plugins/sonar-fake-plugin/pom.xml b/it/it-plugins/sonar-fake-plugin/pom.xml
index b0239cc882f..7ee2aa0f7de 100644
--- a/it/it-plugins/sonar-fake-plugin/pom.xml
+++ b/it/it-plugins/sonar-fake-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-fake-plugin</artifactId>
diff --git a/it/it-plugins/sonar-subcategories-plugin/pom.xml b/it/it-plugins/sonar-subcategories-plugin/pom.xml
index ccbbac086aa..8f7b7827eb9 100644
--- a/it/it-plugins/sonar-subcategories-plugin/pom.xml
+++ b/it/it-plugins/sonar-subcategories-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it-plugins</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-subcategories-plugin</artifactId>
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml
index 64fa4ec6820..570dd0ca1ed 100644
--- a/it/it-tests/pom.xml
+++ b/it/it-tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>it</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>it-tests</artifactId>
<name>SonarQube Integration Tests :: Tests</name>
diff --git a/it/pom.xml b/it/pom.xml
index 3827d74ab41..684fe0a7248 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -6,11 +6,11 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>it</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
<name>SonarQube Integration Tests</name>
<packaging>pom</packaging>
diff --git a/microbenchmark-template/pom.xml b/microbenchmark-template/pom.xml
index 33bff66e07f..d35438f72f5 100644
--- a/microbenchmark-template/pom.xml
+++ b/microbenchmark-template/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
</parent>
<artifactId>microbenchmark-template</artifactId>
<packaging>jar</packaging>
diff --git a/plugins/sonar-batch-maven-plugin/pom.xml b/plugins/sonar-batch-maven-plugin/pom.xml
index 8908bf648a5..52fd352bfb2 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.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 29310fb8f1a..753ceadbdd6 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.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index e1d1ec5c404..a940436810d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
- <version>5.2-SNAPSHOT</version>
+ <version>5.3-SNAPSHOT</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
diff --git a/server/pom.xml b/server/pom.xml
index ccd761577e9..356ea3b9d88 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.3-SNAPSHOT</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..81b6d12dbad 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.3-SNAPSHOT</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..193ef735f13 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.3-SNAPSHOT</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..9f15d8a8125 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.3-SNAPSHOT</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..ea9d4615f23 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.3-SNAPSHOT</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..92f25173726 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.3-SNAPSHOT</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..3b91869d541 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.3-SNAPSHOT</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..1ede3eb9e1b 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.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 405a83a5a43..9435b2310ae 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-application</artifactId>
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 774286a2d69..abb0b437e04 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-batch-protocol</artifactId>
diff --git a/sonar-batch-shaded/pom.xml b/sonar-batch-shaded/pom.xml
index cd04fac4988..60279121fc9 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-batch-shaded</artifactId>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 39343a10fd5..d955694912e 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-batch</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index f418c71fb86..943b301f08c 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.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index 5e004d2f7e9..d160ae4a770 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.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 97c475b3a0f..6219695a741 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-core</artifactId>
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index b22d0e9e0fa..467d21edfbd 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-db</artifactId>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index 021999e4982..1ecca98ff38 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-duplications</artifactId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index cc66e2116ea..fd6111fceb9 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-home</artifactId>
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml
index ed77869e1cb..635be5a797f 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.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml
index b67fa593cc6..8e3f03a634e 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-plugin-api-deps</artifactId>
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 7cec574407e..930c472c6c5 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index 27eced04d92..17ccf42b7a8 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml
index 172d8863701..c82579b6d41 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.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-ws</artifactId>