aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2014-02-24 18:26:01 +0100
committerEric Hartmann <hartmann.eric@gmail.com>2014-02-24 18:26:01 +0100
commit4bade4e0f8602281fc4d9b499d45fc5667e79427 (patch)
treef26bc6e8479d6127bd2aef0ae829ec6ecdd5bf08
parentb93e0b5019eb8975f5af8a2662eebc727638ab97 (diff)
downloadsonarqube-4bade4e0f8602281fc4d9b499d45fc5667e79427.tar.gz
sonarqube-4bade4e0f8602281fc4d9b499d45fc5667e79427.zip
Upgrade version to 4.3-SNAPSHOT
-rw-r--r--plugins/sonar-core-plugin/pom.xml2
-rw-r--r--plugins/sonar-cpd-plugin/pom.xml2
-rw-r--r--plugins/sonar-dbcleaner-plugin/pom.xml2
-rw-r--r--plugins/sonar-design-plugin/pom.xml2
-rw-r--r--plugins/sonar-email-notifications-plugin/pom.xml2
-rw-r--r--plugins/sonar-l10n-en-plugin/pom.xml2
-rw-r--r--plugins/sonar-maven-batch-plugin/pom.xml2
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--sonar-application/pom.xml2
-rw-r--r--sonar-batch-maven-compat/pom.xml2
-rw-r--r--sonar-batch/pom.xml2
-rw-r--r--sonar-channel/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-deprecated/pom.xml2
-rw-r--r--sonar-duplications/pom.xml2
-rw-r--r--sonar-graph/pom.xml2
-rw-r--r--sonar-home/pom.xml2
-rw-r--r--sonar-java-api/pom.xml2
-rw-r--r--sonar-markdown/pom.xml2
-rw-r--r--sonar-maven-plugin/pom.xml2
-rw-r--r--sonar-maven3-plugin/pom.xml2
-rw-r--r--sonar-plugin-api/pom.xml2
-rw-r--r--sonar-server/pom.xml2
-rw-r--r--sonar-squid/pom.xml2
-rw-r--r--sonar-testing-harness/pom.xml2
-rw-r--r--sonar-ws-client/pom.xml2
29 files changed, 29 insertions, 29 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml
index 9d3593cc18a..8eb8d575d34 100644
--- a/plugins/sonar-core-plugin/pom.xml
+++ b/plugins/sonar-core-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml
index 30971cda277..6e0fa6887d7 100644
--- a/plugins/sonar-cpd-plugin/pom.xml
+++ b/plugins/sonar-cpd-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml
index fabd4b27f06..06960550cb5 100644
--- a/plugins/sonar-dbcleaner-plugin/pom.xml
+++ b/plugins/sonar-dbcleaner-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml
index 7c3b3e9b45e..09cdf9b6a33 100644
--- a/plugins/sonar-design-plugin/pom.xml
+++ b/plugins/sonar-design-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml
index d0716785da9..02e80f2e14c 100644
--- a/plugins/sonar-email-notifications-plugin/pom.xml
+++ b/plugins/sonar-email-notifications-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml
index 9f27d30828e..2f8bc3e9f7b 100644
--- a/plugins/sonar-l10n-en-plugin/pom.xml
+++ b/plugins/sonar-l10n-en-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-maven-batch-plugin/pom.xml b/plugins/sonar-maven-batch-plugin/pom.xml
index 1290627381f..20af0ad3112 100644
--- a/plugins/sonar-maven-batch-plugin/pom.xml
+++ b/plugins/sonar-maven-batch-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 3c7e16bc6ee..653f2575abe 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index d513e5fb381..6b151a1bf71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
- <version>4.2-SNAPSHOT</version>
+ <version>4.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/sonar-application/pom.xml b/sonar-application/pom.xml
index 9d1bd93346d..3e97d021718 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-application</artifactId>
diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml
index 125522d874d..3990762b480 100644
--- a/sonar-batch-maven-compat/pom.xml
+++ b/sonar-batch-maven-compat/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-batch-maven-compat</artifactId>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 6a1fb54091b..4d473f38149 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<groupId>org.codehaus.sonar</groupId>
diff --git a/sonar-channel/pom.xml b/sonar-channel/pom.xml
index 2a43a8fae73..8b25ca1e341 100644
--- a/sonar-channel/pom.xml
+++ b/sonar-channel/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index faa2518873b..a1ebc5141a4 100644
--- a/sonar-check-api/pom.xml
+++ b/sonar-check-api/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index e216d39eb84..c634a725eda 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index dfc286d72f8..ebe3364e217 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-core</artifactId>
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index 1a21f72325e..7406ab1a11e 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-deprecated</artifactId>
<name>SonarQube :: Deprecated</name>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index ae1945cf1b8..ac43f3a7550 100644
--- a/sonar-duplications/pom.xml
+++ b/sonar-duplications/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-duplications</artifactId>
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 9c1b4e1582a..20e9ad06789 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.codehaus.sonar</groupId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 908d8d28cc9..408037e56a0 100644
--- a/sonar-home/pom.xml
+++ b/sonar-home/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-home</artifactId>
diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml
index 0e0e16dfdd8..884c7c9771f 100644
--- a/sonar-java-api/pom.xml
+++ b/sonar-java-api/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-java-api</artifactId>
<name>SonarQube :: Java API</name>
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml
index b7815613120..78ec785ec2a 100644
--- a/sonar-markdown/pom.xml
+++ b/sonar-markdown/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml
index 46cd2f8a27d..00e8fb9a021 100644
--- a/sonar-maven-plugin/pom.xml
+++ b/sonar-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml
index 9a41ff5f38b..3a9a2f3a0a4 100644
--- a/sonar-maven3-plugin/pom.xml
+++ b/sonar-maven3-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-maven3-plugin</artifactId>
<packaging>pom</packaging>
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 551ab507e3b..74f16c9a01e 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 234bad82b26..335fa0a0a2c 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-server</artifactId>
<packaging>war</packaging>
diff --git a/sonar-squid/pom.xml b/sonar-squid/pom.xml
index 6390d1edac8..2def54f53da 100644
--- a/sonar-squid/pom.xml
+++ b/sonar-squid/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.codehaus.sonar</groupId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index e32a3a72f43..5dccfccba8d 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index e35667cf341..999e36c7fd7 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>4.2-SNAPSHOT</version>
+ <version>4.3-SNAPSHOT</version>
</parent>
<artifactId>sonar-ws-client</artifactId>
<packaging>jar</packaging>