]> source.dussan.org Git - sonarqube.git/commitdiff
Release 4.5.2 4.5.2
authorThomas Vérin <thomas.verin@steria.ch>
Wed, 7 Jan 2015 08:52:38 +0000 (09:52 +0100)
committerThomas Vérin <thomas.verin@steria.ch>
Wed, 7 Jan 2015 08:52:38 +0000 (09:52 +0100)
32 files changed:
plugins/sonar-core-plugin/pom.xml
plugins/sonar-cpd-plugin/pom.xml
plugins/sonar-dbcleaner-plugin/pom.xml
plugins/sonar-design-plugin/pom.xml
plugins/sonar-email-notifications-plugin/pom.xml
plugins/sonar-l10n-en-plugin/pom.xml
plugins/sonar-xoo-plugin/pom.xml
pom.xml
server/pom.xml
server/sonar-process-monitor/pom.xml
server/sonar-process/pom.xml
server/sonar-search/pom.xml
server/sonar-server/pom.xml
server/sonar-web/pom.xml
server/sonar-ws-client/pom.xml
sonar-application/pom.xml
sonar-batch-maven-compat/pom.xml
sonar-batch-protocol/pom.xml
sonar-batch/pom.xml
sonar-check-api/pom.xml
sonar-colorizer/pom.xml
sonar-core/pom.xml
sonar-deprecated/pom.xml
sonar-duplications/pom.xml
sonar-graph/pom.xml
sonar-home/pom.xml
sonar-java-api/pom.xml
sonar-markdown/pom.xml
sonar-maven-plugin/pom.xml
sonar-maven3-plugin/pom.xml
sonar-plugin-api/pom.xml
sonar-testing-harness/pom.xml

index 46b189cb03849a19e26de5fa7a26c24f62bd188e..40e05c9b9111998c660b5b6bdf757af85b9079f9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 50e66d58fa36df2353e14537f46645d5cc6a19b1..d13315ca4bfabcd169b069ed18e0e1dbeadf4d6a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 95349829b91cb6d7672b7bffbb567a15e8dc8aa9..1f7549056f3bfbd713de9b15490a59a12414e93e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 056a6c31dc8bd1614ebc451d37662fb8a0b78593..d88868dde2fb99e341ee9b0ffd1d398c33e69ba0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 0ef74a03fbb683e7b51f83d2a5dfbb52d0524481..4e6e88ec52fc56196d8b4e109107a9ac414978dd 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
 
index bcb2e301d01fa961b41dba37512f11f3fda6ee30..9fc88df5b9d921a135e0c5fe0fcd920982fde599 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 5e31bdc9cbb617bbd90bfb8350a32e11f5a9267b..dbaae91e90852c45a0e10e20133d9a6d746019e6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 493ab379c55ad7cc41622e5d18a10d8603f47d71..aa2cc5924775a912ce42df1bff14f7e244ee7724 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.codehaus.sonar</groupId>
   <artifactId>sonar</artifactId>
   <packaging>pom</packaging>
-  <version>4.5.2-SNAPSHOT</version>
+  <version>4.5.2</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index b2e976b9cb292de379c949d069c60d400ae5d4db..eb93870e61833d72d96a4fc3549e1b86a96d083f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 18f12187022011a70cdc13b99f2a4a33b797d634..7f17519cc6b0ee232cd1daa36b5410b1aa27e8f6 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 6ede0bfc9e6c4c53ba7d7e39c47852155ed55d40..802c6a5e1a889fb324d6ac87ce377738bd403215 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index e669eb78aee46287d031fb96544baac191550c04..79dc7f1124e8a0c79c2dd2bf9bad9abdfb5bdb8a 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 0f8daaf5979975ff94a6c5080df4a1b5e65bef70..3382c87e8fd97921d137814333e6d596b81c41bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 7b71383aed6ec57ba71d7a6f720abe961f516773..df51d8cf97d2b544edac5e3d29b1713141f881b5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 40823e00606f5dcb01e4a41b325708189fd1b8c6..60ed6b9dd2930881fef1f5c98bee6202e099aeea 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ws-client</artifactId>
index 96bc2a3ae92913777e21401eb195ad928deb405c..3b5621b0eab7ba6871f012324c36f62a4b80b4fc 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 426855d060d92c5f3853de668bbfdc3f1da0abd6..becc8da3eb0656242f012258c6d6c3d50b5cb868 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-batch-maven-compat</artifactId>
index 2530f1b0b8fa7ed4c8ee10b457f3b415aa53a736..8b2cad6b0e5e1739bb3eb9e4088c6a59d5c6a47c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-batch-protocol</artifactId>
index 26e7ede215b85420d69807913c9803187dc44798..33f4ddc725bcd9ea9f7ac8d4f80d3bc7d21e32e4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-batch</artifactId>
index 6beb3b8afde1a5cd59df63ac946a96c32519afda..c21d08b58f6e68da917c075481cb3950ee7664bf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index b309edfe5b971d6ee6d96cbef207ed62a394c62f..5dafb44bb6a01c76e111f656f817a28f15a53a3f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
 
index 95ef21a073b2a77993fede02ca20ed83ec88c81e..eda5a678a784269b6d5c6139b0d756ff8b297630 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index de47916f1c359865e2da2ba1433074b53fee3e29..67367439ea69a41f81a9446c16914a5afdffb86c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
   <artifactId>sonar-deprecated</artifactId>
   <name>SonarQube :: Deprecated</name>
index ec711cdc45cef70ec9eb771b78035afb09e8f8e4..2b09630386aa0b23c4fa404aa68a88b42d862b25 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 7082266a800045f409d26fadc5e698e3fde25761..339e9a42991ee2d1ae4ad0f77309767ace505848 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar</groupId>
index 727765be8b47887e9f3f008419bdff73c4b9b2e0..c365c8c0f811320359096a3ebc787a6dc63c180e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 51548bfbbaa73157cd6d7e454171125ef20ae0d5..daa1bbc67d9de67145d3f55e8b7bf0d99bb0d84c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
   <artifactId>sonar-java-api</artifactId>
   <name>SonarQube :: Java API</name>
index 46a0fde7b58764d81341fb8d0bf6b5095dfd12b5..e776e64bfe0d2733e9ca4cbfc2884086da191423 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
     <relativePath>..</relativePath>
   </parent>
 
index c72b46ed5215608239cde577f38539677da9da6d..68813380c0b99dc5f3e5bebb038118eefd66e2fb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
   <artifactId>sonar-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index 0da60d027d39ef52fb73e203997d183370c028bd..87c9ac1a12314d1475c840a2a065ed092541cdb0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
   <artifactId>sonar-maven3-plugin</artifactId>
   <packaging>pom</packaging>
index 2f609ee8758096b19de6c44ead2ef58f1e485897..8b87bb00cca4ab5c7a2fed296ac634817651c1a1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index d040849e0b4a4c8b425483c38a82e2536d93c57b..934c13c3828f08494bc91552d43a18b1e8e91b20 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.5.2-SNAPSHOT</version>
+    <version>4.5.2</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>