]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare release 5.3-RC2 5.3-RC2
authorThomas Vérin <thomas.verin@sonarsource.com>
Thu, 17 Dec 2015 16:02:01 +0000 (17:02 +0100)
committerThomas Vérin <thomas.verin@sonarsource.com>
Thu, 17 Dec 2015 16:02:01 +0000 (17:02 +0100)
26 files changed:
plugins/sonar-xoo-plugin/pom.xml
pom.xml
server/pom.xml
server/sonar-dev-cockpit-bridge/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 7b4500c9c21d96d2e445dc71cb54c1a6397f42e1..6d0166239eaaf4867ab93dd15e5341d39879f0bf 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>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index ebc56225f787e8e62dba75f5d08a8d7c6506c10b..77df877b8f75a76fcdb999c6945d1b7b9a02ad50 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>5.3-SNAPSHOT</version>
+  <version>5.3-RC2</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.3-RC2</tag>
   </scm>
 
   <ciManagement>
                 <configuration>
                   <target>
                     <fileset id="fileset" dir="${project.basedir}/src/main/protobuf">
-                      <include name="*.proto"/>
+                      <include name="*.proto" />
                     </fileset>
-                    <pathconvert refid="fileset" property="protos" pathsep=" "/>
-                    <mkdir dir="${project.build.directory}/generated-sources/protobuf"/>
-                    <chmod file="${protobuf.compiler}" perm="u+x"/>
+                    <pathconvert refid="fileset" property="protos" pathsep=" " />
+                    <mkdir dir="${project.build.directory}/generated-sources/protobuf" />
+                    <chmod file="${protobuf.compiler}" perm="u+x" />
                     <exec failonerror="true" executable="${protobuf.compiler}">
-                      <arg value="--proto_path=${project.basedir}/src/main/protobuf"/>
-                      <arg value="--java_out=${project.build.directory}/generated-sources/protobuf"/>
-                      <arg line="${protos}"/>
+                      <arg value="--proto_path=${project.basedir}/src/main/protobuf" />
+                      <arg value="--java_out=${project.build.directory}/generated-sources/protobuf" />
+                      <arg line="${protos}" />
                     </exec>
                   </target>
                 </configuration>
                 <configuration>
                   <target>
                     <fileset id="fileset" dir="${project.basedir}/src/test/protobuf">
-                      <include name="*.proto"/>
+                      <include name="*.proto" />
                     </fileset>
-                    <pathconvert refid="fileset" property="protos" pathsep=" "/>
-                    <mkdir dir="${project.build.directory}/generated-test-sources/protobuf"/>
-                    <chmod file="${protobuf.compiler}" perm="u+x"/>
+                    <pathconvert refid="fileset" property="protos" pathsep=" " />
+                    <mkdir dir="${project.build.directory}/generated-test-sources/protobuf" />
+                    <chmod file="${protobuf.compiler}" perm="u+x" />
                     <exec failonerror="true" executable="${protobuf.compiler}">
-                      <arg value="--proto_path=${project.basedir}/src/test/protobuf"/>
-                      <arg value="--java_out=${project.build.directory}/generated-test-sources/protobuf"/>
-                      <arg line="${protos}"/>
+                      <arg value="--proto_path=${project.basedir}/src/test/protobuf" />
+                      <arg value="--java_out=${project.build.directory}/generated-test-sources/protobuf" />
+                      <arg line="${protos}" />
                     </exec>
                   </target>
                 </configuration>
index 85822ac1d27d97b9c24e5f21aff38a4db37688b7..8bf5505815f304f087b5bb8ebae32e3a3d800e89 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index e63a98facb5264d14452eeb80cd4b144c0662089..ce997b42ca09122933128d8383559a6c00755406 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-dev-cockpit-bridge</artifactId>
index 3821fcd21caab0907d1974e3aa96b1c8e9858034..f883a0e27155138b53ff79d3bad7dfd51db63a10 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index c104542554e39480369c2f5b149bbced3a87a4d0..03a83cd96b60f2e8fe5958788cc6f9a65c13539b 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 80a1259ad418af41f38aae5285fed8f5e35e7ecf..169f32d0777e3e01c2819d1826ae98db85036ed1 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 185e2b012d5f6d5f519d9443471304cfd29ee8c1..3a3476bd9b057089b7c92f625820f81495765c2d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server-benchmarks</artifactId>
index b059b0ffe088e9fc356dbf9014cdbe14c8ae37da..29e0c2840a46f179a32dfdd5c4a294aada101ace 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index 3b91869d541b356b619dfc3f7a763d8129588ba4..1b18393bc8721f98c5de2bb6b1847a552052b45a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-views-bridge</artifactId>
index 6c74b1db15ebc9c00a21a26cb4d1704044fee4a2..c3aa159fbed6d770eaf45a1accb45768bd7acb94 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index 373c924c2c3128a55a419353a0086cc173aeb36a..80fcecec0ca8c04d46be553e6c74ef13ca406de6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 5eb2081c161b8efc550ea3336be7b70fc5a9a7af..023de8f16fb806f67fd114e6a4eb433b24a7a130 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>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-batch-protocol</artifactId>
index 60279121fc902b32c305879be475afb6f236f2e7..10154f1ab05a16ab95a3d3633cc61b5fe7a1e1ed 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-batch-shaded</artifactId>
index db6efc2bc6830902f1ee45798502bf898fab72a1..19b311a4387d5161ec21aa9e1bd045f243b990e7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-batch</artifactId>
index 943b301f08cca9213ad61b0a14da5f71cb4a9c6b..428e6f58511e2e95b6e7cefd2a0c711082323ccd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index d160ae4a77020a300b2995df03a0d183fa695ef5..96462dd5ce777504aadfcfedd89028a73d50a95f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
 
index 44f4a81424935890d4af185c6fac0744081279fe..30e284511418f300aa9b952be5cc46fde49cde90 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 1fc42a30ecfe2c0c39a3303f73d65e90968fedda..88fd91ddf6154fd91fe318677d185d25a0f1fbda 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-db</artifactId>
index 1ecca98ff389ba63a183265d6fdf678f5d4f6490..88fbe8e561c4e65dcda871e0d05f0b1b0a5ee71f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index fd6111fceb9dd6d10d71a1d3ba8327e677e34998..53892e65d494bfe35439d6e5cb58f197cc720519 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 635be5a797fbd2c19551956fe71a78c2bafdf2d9..c4179f9edfee402a430485a33d47d28bf06e780d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
     <relativePath>..</relativePath>
   </parent>
 
index 9d0169ec1eaf674a368f2b7f88933d12de6374e0..3482a46f92587401fff2e4ae41b35411edb1f54a 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.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index 930c472c6c5d3f66d0181f610e70c0484ce9a509..3a179847435c3833e33f95aac4d0e479182b78f7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 17ccf42b7a87e05e5446fb688f8156cde6d2b87e..9cc9de34d5991b7263ae3b61f02ae069e672e3be 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 4374b5427588d1715aa11ce069c29042f4cf73c4..a6680358b98183aa58c4abef456e067f1b88a99f 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.3-SNAPSHOT</version>
+    <version>5.3-RC2</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>