]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorTom <thomas.verin@sonarsource.com>
Thu, 7 Apr 2016 13:38:57 +0000 (15:38 +0200)
committerTom <thomas.verin@sonarsource.com>
Thu, 7 Apr 2016 13:38:57 +0000 (15:38 +0200)
26 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-benchmarks/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 f925b42cbecb5013eae21e93ca918b8a5df37c3e..7370a5fc1102394a1dd6b485919d88f7cbba83a6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>sonar-xoo-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 19a8d0814f268b88704651ed78c24ccdaecb3edf..305deef750e3e029f2df51c2479f6325fe9026f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
   <groupId>org.sonarsource.sonarqube</groupId>
   <artifactId>sonarqube</artifactId>
   <packaging>pom</packaging>
-  <version>5.5-RC1</version>
+  <version>5.5-RC2-SNAPSHOT</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>5.5-RC1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <ciManagement>
index 5ebd24dd7874cff928a08aead296ed7bb0ceb139..e92b7a5fb48fbad02ccec1a579a04234c3ffb818 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index b9eea45accb50af4491eb84fece776bd8a772d91..d1db66ec7fd704a5d80f24d3bfbe65d99da925bd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ce</artifactId>
index 0285432ed6ab776a5ac052316dc45661568d9978..459eeb408b39ddcb94068dfb23c9fe2406851567 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-plugin-bridge</artifactId>
index 72b6295141408b63145af97e45083a1fdae6810b..1091d44d052f6261b4a9353af3740e5fc0417110 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index ee16a0409aec0ff2c1de1dec3ab88a8883c69028..c1fc96a591cc6a598f354284be2d3afdae1be084 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 3fd00abd1742aba839f3dc95e2fba9793acb73f2..fb934d0a23146d9bf17eead68af0cecd8fa14ee5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
index 0d0624564b56a0075e317b666de450610a62087f..bf5d13383a02be98ef673b6369a303ee34774c45 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server-benchmarks</artifactId>
index 2aa3d7e040c3ce071cfd9f482ee115707e911bc3..d576e1ab8a54af6f21e33d978e286113d7ea46c6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index f6e8edf3f886264a0646e4a78b293c0662032954..59ab9be0dca42ac03cf3570509c0041495f3f2a6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>server</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index ddbbb95a09f823a9b90bb894b881efec52183422..0e2c0aea0b7e45b28c89ae61f97475e69b19969f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index ffefdfaf5b0ef0b23c24a80638b97516d67a4631..8472c3e47234bf4cf91a26268964096db9681858 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 804ce8b73ccfd30962e70aa5d3d542b95823f7e9..49b7294f9e574c1385783dc905a3854d7b422778 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index f95625ce160be74116091d41ddabd54ccac3e057..c24c1016057d4be4d13a14ab5967c7e4b0f8fd88 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index ad98b57e4680399e5b3a85bd6d3ac12ab26f3001..684454ba61575641944f0086fb8bc18a7cf02db9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-db</artifactId>
index 37466b709efe0b49f6b61129e7d0b11ee6da0bda..cb092ee74ab3b1402710f89366d076184cd81149 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 0b648f695ebc1a11da7e3e7c68b41ba5e297337d..0db133e9d95bc0c9ffb1eb5233236610cf770fa5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 0b9700e80ab0041cb86d9a75573d4915c92d4b56..fe5b5723a057c8c64273eb052b9f745e38c2f357 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index 77d51f7b7300607e0900c0b9bd4da9544a10f8ff..7bfdc160f28d34cfea932a6b116d72cbfba473c7 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api-deps</artifactId>
index c5dc3c488728d3227ebed617397e039f4a83e38c..6c54b8316bada320559ab6ea9fc9ea8d154b4780 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 9d78844b0f358b6cefd84e811f14533ae2e9050a..638ab0c76e2a047f9d34f345f3e78a6177f0c076 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine-shaded</artifactId>
index 149da49482007aea4a19a6a88f3cd620962503e8..61aed24a46e892274f9aaadb09a04e8a4d3acf53 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-engine</artifactId>
index 21e47328ed8aae8982555e1f8f800fe9496d10e7..06f9b0809b49771e9b0700e39672f02c4479eba3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-scanner-protocol</artifactId>
index 2cf13548a69acf8da3272ad7d6a19f2ce49b0c03..43c92f26ebd689cfb784044ca1447f763e26ff48 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 1722d627c2736f691480b399354c8a1b74739b65..a003672f65d1aa6400cd3a672e0bd2ccd2cf372f 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
     <artifactId>sonarqube</artifactId>
-    <version>5.5-RC1</version>
+    <version>5.5-RC2-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-ws</artifactId>