]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare release 4.4-RC1 4.4-RC1
authorEric Hartmann <hartmann.eric@gmail.com>
Wed, 2 Jul 2014 16:41:25 +0000 (18:41 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Wed, 2 Jul 2014 16:41:25 +0000 (18:41 +0200)
26 files changed:
plugins/sonar-core-plugin/pom.xml
plugins/sonar-cpd-plugin/pom.xml
plugins/sonar-dbcleaner-plugin/pom.xml
plugins/sonar-design-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
sonar-application/pom.xml
sonar-batch-maven-compat/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-server/pom.xml
sonar-testing-harness/pom.xml
sonar-ws-client/pom.xml

index 8214ce000e31a1e11bb43d5d00adb60c1946d91c..43685b5a5c0fdf56bc983c755d785c3f9c227493 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index aa992e547f98662085f52a0a0eb5d204311e5f1b..2325b8719fbdc68a01751f2d9aadbf9595e02c4f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 23d11cd36f04901f7ea6cc55dab2a56721843dcb..eb82b83392b765ba5e4e44d888463d94219fa7d5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 6666b78dc71f635a0fec7e681c3f3629211b7111..51fea3d32d95a955481c8e754fde08aade4d7af6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 6492f44fb1fcf809e5e1b1da64dc6f7fcbfe49c0..1c0298fa045b670a60609217a3b7541b270a2c93 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
index bc1cc822cc6a73fb4a224ef37bf688ac37c2ac40..98862f729a80e6fa3da8b434a0d59480b5a52df5 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 4870b5ec32117c7424c5256af590908f9bf347a9..670d13c9259ca2e1666093282139e4f5201cbcee 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 8d06c2153e468b42f4c2739f1206863ddf8d62da..154dd8ed40e95b923d6efc40f7cf54b69fda76a9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.codehaus.sonar</groupId>
   <artifactId>sonar</artifactId>
   <packaging>pom</packaging>
-  <version>4.4-SNAPSHOT</version>
+  <version>4.4-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>4.4-RC1</tag>
   </scm>
 
   <ciManagement>
index 1c8ffbf1eaba4b9f7f12dc3165801ad732ae82b4..27fe63b3487c824b5a872ff492dc1a688ccef639 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.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
             <phase>package</phase>
             <configuration>
               <target>
-                <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5"/>
-                <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha"/>
+                <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5" />
+                <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha" />
               </target>
             </configuration>
             <goals>
index 00aef88500b9d2f4c3fbf0436d50f4145dfcd0c7..396a487b9608b1e606b60c5bbbcef89872b47545 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-batch-maven-compat</artifactId>
index f09d5e5b132242802b93aa883e87dca94b180fdf..c0dd0b93917e56d9a1ed960e3ac0d4ecf1f091a8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-batch</artifactId>
index bf6d14af3c245b521f7e1185996e5776cba0b48f..99402d5d988e453fca8ff156ab68f16e2d656bbb 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index c86f25fa88a753242eec1d20a21bdb5f3e02252e..6b678f66fd953a532158d43d68aab79cc871ea66 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index 331c28cede2d5df37b0e133bf75741285afa7f0c..4b224c6cf5986d6d661c4074ede280c10b0a2bf4 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 3559279cd70fd8c858d719ee376b4aabbd37f53d..7d095413e75ff59b4df6d18f44be11d0004e77a6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-deprecated</artifactId>
   <name>SonarQube :: Deprecated</name>
index 9148f0bad01b5bda59fa657cd54cd11141c18c70..6e97a1d37534ebb6f39fa31512f2b14e6e19bc68 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index 620be5dbda08c13de8ecb413dd1da01935f37884..41b4f75367e8769e71f1f4b26ed1f73c3933e81b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar</groupId>
index 5ae4f42a09a8c086b1e5c4fd947f8f84768fd4a9..617bdc0e1b7680c08c3a959fd50fed25a11ffa4d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index 5ada3534fd8769d1cd93ff5a70a00bfd1edd434c..7f67d7df31a7ce8f7da8183263c061d5c5181dfc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-java-api</artifactId>
   <name>SonarQube :: Java API</name>
index ad0b95d08e7f5c595089fc2c0c5703a749c08d6f..23413cb06eafdeb40919e0d3124f781e3d74bcb4 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.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index b21a1c3e169c438596cd0b64949bf875a59df329..cb516b096ac64f2dcbb232573d0db786357365cc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index fdd779624658eb1e04626b8c46ebd2972565b548..35ccc36f175205a01d5b14c3a49115249292f018 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-maven3-plugin</artifactId>
   <packaging>pom</packaging>
index 0ca8294a407edd43beb00b3e7c62ff95f184fa5d..ac84cd84540c40f977efecdf9c6244ed6c4dc835 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.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index 4c72cc20ea6027b33a689cc986c1a4ae53e6b0b3..7c7c0562d0aabbe2fbc502d39df7a5835ac07d06 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.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-server</artifactId>
   <packaging>war</packaging>
index a3b68ab6bbe400b45be9c59928bbf681a3a3e310..18dcf3a06dba3789282a908e0688dff20df63e69 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.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 399fbae32427a401534100cc5a8a4aa7681df4db..7a94d5927bf845d703a1af9f1a8f7e53820e12f3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>4.4-SNAPSHOT</version>
+    <version>4.4-RC1</version>
   </parent>
   <artifactId>sonar-ws-client</artifactId>
   <packaging>jar</packaging>