]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare release 6.0-RC1 6.0-RC1
authorDavid Rautureau <david.rautureau@sonarsource.com>
Wed, 20 Jul 2016 08:30:19 +0000 (10:30 +0200)
committerDavid Rautureau <david.rautureau@sonarsource.com>
Wed, 20 Jul 2016 08:30:19 +0000 (10:30 +0200)
25 files changed:
plugins/sonar-xoo-plugin/pom.xml
pom.xml
server/pom.xml
server/sonar-ce/pom.xml
server/sonar-plugin-bridge/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
sonar-application/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-scanner-engine-shaded/pom.xml
sonar-scanner-engine/pom.xml
sonar-scanner-protocol/pom.xml
sonar-testing-harness/pom.xml
sonar-ws/pom.xml

index 5240a80f49949581015742b7ab73071d63f8fc20..b2627d2e7c5dfe2b7108e132d8d762f0733ab661 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 9aba3be4934b5ea046145a0a420278c2b72ef78e..13a061e8cde24330fc06c5c3344e1c70c118462c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.0-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>6.0-RC1</tag>
   </scm>
 
   <ciManagement>
index 04a70444fec732550912a4069a66bd9401622318..e9aa031667f72212df924edd05396ab6e0549d01 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index f71fef7174e70cf04a6faac1744c3cac0481c9c2..54de43e25c8ba3d456238272c15a20b5a5378997 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>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index a77c4882035457957c88b3a464ba869c099d0dfc..495a7ff4e4905f730f44e35d5b0c27d824716dcc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 1c6b91f852c0eb271025360664d7c3fb5d810a87..499244b72b8737ca8580a69fb313e4743b739fec 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>../</relativePath>
   </parent>
 
index 3453e17204792957f1bfaec26df4a9541fc37ddb..e5f3289dc48a2af74a888e73d6cdb80097bf3d6e 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>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>../</relativePath>
   </parent>
 
index d155517a24255bc9510758a2b5f6a848dd092586..e5b5206f6ffefd94f419126ff95abe0a487ef874 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>../</relativePath>
   </parent>
 
index b753ff7dd24337be07f000d61bf592d7751bf8f0..514de3b5b59366c6037f17c2e4b904ef6987a207 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 6b465ece10bff5441606c3763119385d7c1951f3..0a0d1d5997c1d3a7aa3a8ddc89e9b2ce67fc610f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 29c41d6f6f59156e625b0953121e0a7c446da010..39aa176bdf7921c2bc16c5b5639393b435f8897c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 5bdd475ff36e3e3131607c93045882a8c9254bea..cb80ab665714931f29b350bc5196cfd352bc0133 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 656e63b6dc1fd56d8ec22082d7248d4ecc75b9fe..6d4857c16679b2e7a5b96e54655786292e1f8d60 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index db4949d70fbd24037779ad54f230aa33b6c637e2..f0a0362a02be65777da86bca5893d3afb109c87f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index a85a8705f559565f0620c9c883496710e0b871a6..d9812a46364c3a88c67101b8aff1fe8db7123ab5 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>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-db</artifactId>
index 04a9778f5580f86f379bf24862f1646a36dc2b6e..d9c7fe240b75e728543da38f673c3d3a241211c1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index b886355cc024b13de8a5f51dda1f1f1ad534c1ad..685182031337d02b838cf019601b7556c8b2543b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 3777353033a58127ac6a16cbac9299265b23b834..9e2988a90613f1ee850f0147de65fa45afb04d0b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index c8ac6a80cf6630bc78fdaec15258d950990bda34..87b332cf77aefe8e1348988eb6df7a2675074868 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 56dd08afbb6f8272c4733cc4dd5b23d9a74ef292..60b5e9057cf6cb41a20aa7d36256da2b73d0d6ce 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 0c956ed75e08d67a826f706a89ba4c5bf51563b0..89cd872efa02fc4b9789518ee7b9d68f058e1308 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index d983b1b71c9d1aab1b95cca13241d5442236ec4e..3e8e514ee4380153d365e9fadb2952d81ace164e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 105285ae281089d0faf841fb336a0553217741ec..19a368ba2544606c7dbbf72a5b3e5a3c4da037de 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index bbcaab5c2d18647b02d060ac28e3a70d7de6a498..43437c625837a86b01447897c19a516dd90d1b5f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index bdb55eb31060de4f0e364bb326c24f3578e7421a..84e735c352e456c0328c46b5dda7e762217cd5b2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>6.0-SNAPSHOT</version>
+    <version>6.0-RC1</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>