]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare release 5.2-RC1 5.2-RC1
authorThomas Vérin <thomas.verin@sonarsource.com>
Mon, 12 Oct 2015 15:58:42 +0000 (17:58 +0200)
committerThomas Vérin <thomas.verin@sonarsource.com>
Mon, 12 Oct 2015 15:58:42 +0000 (17:58 +0200)
26 files changed:
plugins/sonar-batch-maven-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-benchmarks/pom.xml
server/sonar-server/pom.xml
server/sonar-views-bridge/pom.xml
server/sonar-web/pom.xml
sonar-application/pom.xml
sonar-batch-protocol/pom.xml
sonar-batch-shaded/pom.xml
sonar-batch/pom.xml
sonar-check-api/pom.xml
sonar-colorizer/pom.xml
sonar-core/pom.xml
sonar-db/pom.xml
sonar-duplications/pom.xml
sonar-home/pom.xml
sonar-markdown/pom.xml
sonar-plugin-api-deps/pom.xml
sonar-plugin-api/pom.xml
sonar-testing-harness/pom.xml
sonar-ws/pom.xml

index 6aa5bc1d1d3a931191800b19127ebf456f493d4c..a7e5b3056ed31d9b0307dae466db049ef937ac55 100644 (file)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 29310fb8f1aecaf672074921e8e756812106eb77..bfd9a87c36b17aec9896d0b5e88af4c03f9a7288 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 878ac7ef82bd67bb779fbf4debaab711879b0b4c..17051b71a30adedd9b1b9ad0a1bc7dea98ff2c24 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>5.2-SNAPSHOT</version>
+  <version>5.2-RC1</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
     <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-RC1</tag>
   </scm>
 
   <ciManagement>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                   </pluginExecutions>
index ccd761577e968037935c6518f7dbe83cca5ef3c0..97f67f5d5d83067f07e7afdf9adc041afb117ccd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 6ff38e1b6822c49fa33348df9787056d3a9dfbe7..436a3da28af4a5f9f90fc48cd2e094d366ae68b7 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 8e25d9a3649d9aa46ef0fe0b29316a9d896a1f5d..daa340cb234ffc8f48431a76ab94e6cda8c3ea4c 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index d8349dcde7ae9b4fba72b311d956fd9d3ebd86c9..5d48a4f3d5d2395bfa0c27f41def0e23f2cfaa66 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 47a150f4cd686afab3237eaaaa927c6759bc14fc..073966c5c452cb3d0dacc310fbbf14934f6a2e6d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server-benchmarks</artifactId>
index 32e13c87fc1a2f0d27ba70b9d98f1935b4354c44..4261414d95e7a79766c94742f3a392761f2aa6fc 100644 (file)
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 5b20b1d6376c51a4fdf4096e91beec1369a23a4b..df7fe51d8131202f40cc6d77486779a065109a91 100644 (file)
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-views-bridge</artifactId>
index eb7d79919e1d45f001f06883470951475a4f8052..23d1ae58e392dd88fc9a6bcc2de8ee289a35ded3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 405a83a5a4335e27f885779878c886afc7a85e34..42029a032434e2f667bbec2408b2de784e3581d4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 774286a2d69e2558ee37d38790c9aebe00577ef5..8a20a2e73816b588a962780fccb71b715536f2eb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-batch-protocol</artifactId>
index 64a1a6d0d93a415a7797d1ce058781e073550c0e..ce4eb7018dca428ee0f3f161666e1ef75da3d62b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-batch-shaded</artifactId>
index 39343a10fd5e5d19201b44dfc2db9cb49101b406..4c3362841967297002bf036051b8bc6b342dc0e2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-batch</artifactId>
index f418c71fb86f069e30186276c062908750beb0e7..9a0142788d9deecc5afc89c80d0e0fe9a5ece9c0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 5e004d2f7e927a72940bb7fcc07f12aaef7ce44b..b257e87c9fdd3596f41917029924d1c2e9913bdc 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index 97c475b3a0f675d5fda1e832a6018e7d228540c1..c2b43cacbee40f9ea44883482c9431610c26d474 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 70ddd30c12f6bafa33dc7061b2109513ac0ebb79..f29ecba0898a7e3084126667cf0504c1fa5ed500 100644 (file)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-db</artifactId>
index 021999e498269bcfdb23d412e7f0111ce56a3a22..1a2a19603ec8e0c8651ab885cf03c10de98f2b75 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index cc66e2116ea2d5dbd29bd9626da3584e189db156..6cfd430b8400e5a698a1349dfd511fa5a13912e5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index ed77869e1cb84e1429e01413bef4a5680f3e03b0..03cdf1c5565c643b9e28e8f1aafd672dd3a3ed87 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index 5d34bbfa09d4c374f280d00350d3a5f5178606da..4a9686ca4ac152c6482c3a099887e06b63c80db5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 9d4519922d20143aee6ce6eaa22d4dbfdd276ef3..f2576ee6febf920432ddcc44390f7acc574641fb 100644 (file)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 27eced04d9216c761fd2959d8e647b2a24543f85..891af1220ed40d1c66bf128c88a70aeef41a6373 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 172d8863701c39238adbbffeab018c385bf6b0ac..9b4e41780ae8d2ef5189325ebbc66904642b22e6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.2-SNAPSHOT</version>
+    <version>5.2-RC1</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>