aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vérin <thomas.verin@sonarsource.com>2015-02-24 10:08:46 +0100
committerThomas Vérin <thomas.verin@sonarsource.com>2015-02-24 10:08:46 +0100
commit2c86ad5a003cfe6db1287a25c35acfa0561300c9 (patch)
treed522dab2f33faedc4589df28872751f6acfe90ed
parentc90c909c19c3e8004a070d64aae235d5f1ca92f9 (diff)
downloadsonarqube-2c86ad5a003cfe6db1287a25c35acfa0561300c9.tar.gz
sonarqube-2c86ad5a003cfe6db1287a25c35acfa0561300c9.zip
Release 5.0.15.0.1
-rw-r--r--plugins/sonar-core-plugin/pom.xml2
-rw-r--r--plugins/sonar-cpd-plugin/pom.xml2
-rw-r--r--plugins/sonar-email-notifications-plugin/pom.xml2
-rw-r--r--plugins/sonar-git-plugin/pom.xml2
-rw-r--r--plugins/sonar-l10n-en-plugin/pom.xml2
-rw-r--r--plugins/sonar-svn-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-web/pom.xml2
-rw-r--r--server/sonar-ws-client/pom.xml2
-rw-r--r--sonar-application/pom.xml2
-rw-r--r--sonar-batch-maven-compat/pom.xml2
-rw-r--r--sonar-batch-protocol/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-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-testing-harness/pom.xml2
33 files changed, 33 insertions, 33 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml
index f3b0e23a823..ddd56a01a63 100644
--- a/plugins/sonar-core-plugin/pom.xml
+++ b/plugins/sonar-core-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 109182488c6..1ca099a68a6 100644
--- a/plugins/sonar-cpd-plugin/pom.xml
+++ b/plugins/sonar-cpd-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 8d4360b954b..e6833a6c7e2 100644
--- a/plugins/sonar-email-notifications-plugin/pom.xml
+++ b/plugins/sonar-email-notifications-plugin/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-git-plugin/pom.xml b/plugins/sonar-git-plugin/pom.xml
index 4d2ca576bcd..d34be57f5e2 100644
--- a/plugins/sonar-git-plugin/pom.xml
+++ b/plugins/sonar-git-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml
index e748276cb65..e614dbf0f00 100644
--- a/plugins/sonar-l10n-en-plugin/pom.xml
+++ b/plugins/sonar-l10n-en-plugin/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-svn-plugin/pom.xml b/plugins/sonar-svn-plugin/pom.xml
index 8de90dc85c1..15604f798ed 100644
--- a/plugins/sonar-svn-plugin/pom.xml
+++ b/plugins/sonar-svn-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 92d0d8c544a..6e7dec5fd01 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index d94c752b9e9..35e9a734847 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 baecefb4954..032452ece3a 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 8e2f335660b..cef7c1d926c 100644
--- a/server/sonar-process-monitor/pom.xml
+++ b/server/sonar-process-monitor/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 7d66273a00b..c7e3e42cf39 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index f8b5989f1af..d73f2de2f03 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 fd72a9e6a9b..95c99f779c9 100644
--- a/server/sonar-server-benchmarks/pom.xml
+++ b/server/sonar-server-benchmarks/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server-benchmarks</artifactId>
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 750d9f4d198..a3e6372251f 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-server</artifactId>
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index feaa5a1992d..5582f80f594 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-web</artifactId>
diff --git a/server/sonar-ws-client/pom.xml b/server/sonar-ws-client/pom.xml
index 8111340cb0d..b139418efb0 100644
--- a/server/sonar-ws-client/pom.xml
+++ b/server/sonar-ws-client/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-ws-client</artifactId>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 334588e0420..97bd3baa6ee 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>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-application</artifactId>
diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml
index c77133aa730..6058f52bdc6 100644
--- a/sonar-batch-maven-compat/pom.xml
+++ b/sonar-batch-maven-compat/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-batch-maven-compat</artifactId>
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 0f10c41666f..9be67746630 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-batch-protocol</artifactId>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 7faca37b0d1..342f872fa80 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>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-batch</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index 4dff0d7f44d..687af44d871 100644
--- a/sonar-check-api/pom.xml
+++ b/sonar-check-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index 11d68027e99..a3d72d65041 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index a357fb2d3cc..d4775c4cd09 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-core</artifactId>
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index 22b3c4d8837..654e89cde0a 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-deprecated</artifactId>
<name>SonarQube :: Deprecated</name>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index be9b3dbaa42..83a78c3886b 100644
--- a/sonar-duplications/pom.xml
+++ b/sonar-duplications/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-duplications</artifactId>
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 4e3afaef610..922750a77cd 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-graph</artifactId>
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 38fee4c58f5..b4855915bad 100644
--- a/sonar-home/pom.xml
+++ b/sonar-home/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-home</artifactId>
diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml
index 5a581c35018..c4466430361 100644
--- a/sonar-java-api/pom.xml
+++ b/sonar-java-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 8d4c0f22299..8f8401f8659 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>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
<relativePath>..</relativePath>
</parent>
diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml
index b9f5079d97d..5e9a2171615 100644
--- a/sonar-maven-plugin/pom.xml
+++ b/sonar-maven-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 060692cd942..656cf444ad4 100644
--- a/sonar-maven3-plugin/pom.xml
+++ b/sonar-maven3-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</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 91c845f72f3..b38834af54c 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index c604b2255e4..663a3417331 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>5.0.1-SNAPSHOT</version>
+ <version>5.0.1</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>