]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare release 3.5-RC1
authorEric Hartmann <hartmann.eric@gmail.com>
Mon, 25 Feb 2013 17:58:00 +0000 (18:58 +0100)
committerEric Hartmann <hartmann.eric@gmail.com>
Mon, 25 Feb 2013 17:58:00 +0000 (18:58 +0100)
27 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
pom.xml
sonar-application/pom.xml
sonar-batch-maven-compat/pom.xml
sonar-batch/pom.xml
sonar-channel/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-squid/pom.xml
sonar-testing-harness/pom.xml
sonar-ws-client/pom.xml

index 789bd30d0fe717dce50c954e36099923d9c0b4ef..d2e1287a28f0900e37d7f96138ec48d650594969 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 4246cc1bd8f2422b11e82144456d0e07d3ff5dcb..426aa9cb120c5b3e3a1b5eb180191f6fb844718c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 5235b00673bd9602e2cb5250486bcf67ff85b542..125464bf9dab65aef1b48ec46d6841bed0ff3791 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 9d4161f25bef93fe4dc445ef017ebf80710b0dce..61149d76597734794497cec4f7d73d1bb47af917 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 72d10f4b76cd6b9187ca74cff84f40bd49e28100..6a029dd8bf110812eb5dfe4df46fb45d1f1ad2b6 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 022af825073252aace547b497cb7600112834051..9ad93441e359826f49ea03160538b10799c26d7e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index e026d004fd46c2431e814a76094866f8a4105072..6eba42dddc9166a96e964f70e4d21e818530f253 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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/maven-v4_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/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.sonar</groupId>
   <artifactId>sonar</artifactId>
   <packaging>pom</packaging>
-  <version>3.5-SNAPSHOT</version>
+  <version>3.5-RC1</version>
   <name>Sonar</name>
   <url>http://www.sonarsource.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
@@ -91,7 +90,7 @@
     <skipSanityChecks>false</skipSanityChecks>
 
     <!-- default GWT configuration. It's overridden by the profile 'dev' to speed up compilation in dev environments-->
-    <gwt.permutationSuffix/>
+    <gwt.permutationSuffix />
     <gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs>
     <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url>
   </properties>
     <connection>scm:git:git@github.com:SonarSource/sonar.git</connection>
     <developerConnection>scm:git:git@github.com:SonarSource/sonar.git</developerConnection>
     <url>https://github.com/SonarSource/sonar</url>
+    <tag>3.5-RC1</tag>
   </scm>
 
   <ciManagement>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                     <pluginExecution>
                         </goals>
                       </pluginExecutionFilter>
                       <action>
-                        <ignore/>
+                        <ignore />
                       </action>
                     </pluginExecution>
                   </pluginExecutions>
index 3773fbe11be641f9ea8305b3d49e24754f19f8e8..a90c232fb213454c1a9efdde86b50d445b695a5e 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 8372938c8027ac7308188518acb9266c1cec7254..c989781b1582b80c211e9758b09143e34c9a0b24 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <artifactId>sonar-batch-maven-compat</artifactId>
index 9e95782e6d30640d9e41f5c27fdaf40da6e0e8db..439c73c0aa3ae1f0ac23a15b97ad4685536b9681 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>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <groupId>org.codehaus.sonar</groupId>
index 38c3cbe2ad4a6ecaa2d3af2728ecf5a6786c2d88..67598fe9a336b47818d44f4d7ab404fc13ef7f25 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index 67d23ddebb2adfea7e6271c7eb3f9c282de4c691..cb5b571bab609231be9e7383f3ba1ef6a51b93b0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index 6c2cb827b36e72b3f59588915d6fece751eff4c1..04672e852a88cc0d015de35dc7a7bacdf2ab3342 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index c79c7374d7b189e740a47c8cbeccfd3329939796..cdc9624fcb6fda97b325770f18c702f4d57b0e3f 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>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 3d8068498743ec3060bdced7a6768388fd02376b..3518e1c5c743c09c440df06b532f0a6d0d58cee7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-deprecated</artifactId>
   <name>Sonar :: Deprecated</name>
index db5d0575c26cc7c0e9682ebe8ed728ef47aea063..98e269dde400e6ed7addadd3fb038719f863c050 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index da068b39e0deaa31f9e3b684dda92f2a5ca8942b..afc537e0ebb63719b33607fbefe4fe26d957a323 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar</groupId>
index d1e9b1b80fa0ca99471495bf856fa1f6ae908796..f9090ff44f9b05be11adcc5cfaff16ca11b06c8d 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>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <artifactId>sonar-home</artifactId>
index dac1140c491051637d61e0078af10d5da02d9d12..e66e153d8bcd183dd96e477141c952f306ac571b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-java-api</artifactId>
   <name>Sonar :: Java API</name>
index 9faab53ac00c1ccec4f2497861326c993db5359a..c1d61b3ee8fc68c64d44b0c2e1f2ace1af08896b 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index b4586c2b1ece0d2a79a07e40bf351e51d69bcf2d..c4813be59db42f430ea6c47dd61a033cb55ebe53 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index b8160744de6f6e4f2d1d1497bb56eb18a206166a..37cd92a8c1b859f4f4e9f0c9b6b2dc7f799816e8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-maven3-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index 0bcba997e450ad744b30cda76d04f7a4d1a6c8a5..ba8d369d8f83e724adf43961a67b9d3517acfba3 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>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index da24a99a4ea82f0188d81eeec442492625a748a3..58af03057b7798d3ee1c287be4c01bc8766f23a6 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>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-server</artifactId>
   <packaging>war</packaging>
index 7c6cc6eb666c744e5dd896a6ad343d9bb3ad34b9..e7c1c467b57c5d6178750b11026a87f7eed70328 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar</groupId>
index 50f00dc83194090a0d1a5f1cf3774ae5fe1c84dc..0323bde2e36613ac20ee210f837e74a0e9c4ec5f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index 72eebe30619ab7799b67c152848ec35ff7ad9763..de4b93f2bc470e02917b58afa54976c70ba6c8d0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.5-SNAPSHOT</version>
+    <version>3.5-RC1</version>
   </parent>
   <artifactId>sonar-ws-client</artifactId>
   <packaging>jar</packaging>