]> source.dussan.org Git - sonarqube.git/commitdiff
Update version to 5.1.3-SNAPSHOT
authorEric Hartmann <hartmann.eric@gmail.com>
Mon, 27 Jul 2015 09:06:32 +0000 (11:06 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Mon, 27 Jul 2015 09:06:32 +0000 (11:06 +0200)
31 files changed:
microbenchmark-template/pom.xml
plugins/sonar-core-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-benchmarks/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 b6a1b413a1631ef83f011ecde9243c99dd274108..d42fcb481dc869a3bc6e450fc216dae2222d9947 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>microbenchmark-template</artifactId>
   <packaging>jar</packaging>
index 0c38a64241d16a4fffcbca4e4af6e3a7539f8977..94c5ae908263842f5d12f6055ec7e9af9c50e10b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index c258615ed494d91029712a0b34819acf4c289662..927f6eee6ba10a7e90a03783f01d5448675897e5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
index d60c6cd08ab3ebc731d417a65f8909634653ecf5..1f2b17747a3d7bba615e25c4fad0e1a3ff3e8b45 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
index ddb9660a1c03b040738803c2de2b3cc612068dd8..499e686e758d5c1e0ff4969db9c7e38e81a4d60c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index b9b810cb531ac78372947ac86886e77cbd399c06..7a8e2dbe0190b7e7f1c0abf0589ca2585ceb0698 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.codehaus.sonar</groupId>
   <artifactId>sonar</artifactId>
   <packaging>pom</packaging>
-  <version>5.1.2</version>
+  <version>5.1.3-SNAPSHOT</version>
   <name>SonarQube</name>
   <url>http://www.sonarqube.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
index 2d1e991bbc4e48740db2fe0acd359ea51d4bff01..f28da9834e31198a75b0415eeecfa8397fb34f70 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
index 5f2dea2b7df07aa0c1b2bab5b17f940443914fa0..f2617ae51007236a5c8bbfe88962e1b1ad57675a 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 1c4c35b82a6bc8cafa5ba9b2561b5ffc00c52514..ad5e87f6922398bd2cd7f50108b71a645a545bab 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 76dcdda4267f52bb0a77cd05556741ddefe0f415..fb9bfa215269fc5792998802a9705f3083940ffa 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 3df11faa40717447dfd0cb2a69b6c2fc417011c7..2555045b1faab3c31099a786a57c78ece5fff344 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server-benchmarks</artifactId>
index 19ce43aba88d86816c25b139e36502618139a343..c5a5e1062ac652644c5151a58edcc056fee3917a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-server</artifactId>
index d482d342b89778b5e324d8555bb9ec7657cd466c..557f2aa9d966c04823583e7eac0eabc7c27c538b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-web</artifactId>
index b397ac4cf83385cbb4b2942282d15229dec45cee..cb088d1ba43c395368cc0fd62910eb1285a6e766 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>server</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-ws-client</artifactId>
index f2f7b0b815373817558d67e2c5b7a566ce3fe273..1509bed1cee4beae9b899fa3b5152f75aaf97146 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 66c94cc9a24b0c4ba5f59c45d78d479d759e1d75..589deb38f79e69ce66e39b55801bb5ae5f3d5987 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-batch-maven-compat</artifactId>
index 950a56cc2c6098a5651cf961d20919664559629b..de974371b975535443751add4341150fc5c99695 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-batch-protocol</artifactId>
index c6d01638337e5fd12460064c56e83afdd816770c..a5fe85db7baa37c4f33c75f74ca9f2c282c76375 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-batch</artifactId>
index a8888fd372563433beef2ded463d4778d77d7056..4dd04191f6e31f6a7ff307a5874eeffec88bb526 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index b2d0bf3af1900c190b4f9d9cd165611a27b84e6d..5fcabdfb1c9dfda562eaa44fa5b77e977414fff9 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index 6ea3cefaad563a0f871010f6b89144997e14725d..4feece9f9d5cd3e7a1222f7fa2870cdd1903251e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index ddb00dd177eede11515453824a9877c2ff08aa85..2538923c643b8cb1661af0298a62980c65084506 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-deprecated</artifactId>
   <name>SonarQube :: Deprecated</name>
index 01af9bdd0d58845054b724a5590668967330a503..e36519e5da490fa06dde82f39b14c6a1284b397b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 48c479b1207601c766f082e0ee7130679ab36e43..21f5c32daf645611179fecbf469cc3778cbcb3e7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-graph</artifactId>
index c7dfd6d3bef371052ad68a47e39334749673fba3..4ce9e1313d0a315916d9c952d967792bd450bf93 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 83a848305dc1b96103b0dbdbff589bf82dc55650..25dfee74ed8aad78bbfc41af459be7070943fcd9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-java-api</artifactId>
   <name>SonarQube :: Java API</name>
index bb1bf15a920f558ac300aceae18a394a8345cab3..3e722a440a20312dd73364f0e298f2c6b241da12 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
index e0fdbc871b37e82c0927f6c1ca6ad5ac2f57dd22..5011399f620fa6a5e8131dcf9dd4a6715e9ab87c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index d48b22cc318ab22053c3477ede3d5fbd04db5054..55327f5c9d7aa8a4280132c2978357a41754c8f9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-maven3-plugin</artifactId>
   <packaging>pom</packaging>
index 011f80853b4920cccc3cdd732d5795aacff4ee75..5e167f082ac9ed66cee80ea27c686413d0a8daae 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index af3fdc9913a56249af374b0e7caceff6e3af46c1..28b09ca0cd832d1867cdc12eda9e96366b14a6f3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>5.1.2</version>
+    <version>5.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>