]> source.dussan.org Git - sonarqube.git/commitdiff
[maven-release-plugin] prepare release 3.4-RC1
authorEric Hartmann <hartmann.eric@gmail.com>
Wed, 12 Dec 2012 13:16:51 +0000 (14:16 +0100)
committerEric Hartmann <hartmann.eric@gmail.com>
Wed, 12 Dec 2012 13:16:51 +0000 (14:16 +0100)
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
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-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 c9fb505b442fdfb59e73a5f40a8c594142ad963e..0acb32bd52a09eddec9ba2271a2bdfed0eadd5b7 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.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 932853062ebe32e8ffab81ce90350a95b7f7793c..112473f39585bb7744daeb22d929ea5dd73c0d9f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 1c3964f8f3daa59ddafd6d6aa767da01ba21f709..a7a983b1cbdc890cc5145d694dd732bdfb12d53c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 318144589c7c90d080307abae931e7b0118da65f..8b20585fe00d2a181c18c204156ad7ab6486726c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar.plugins</groupId>
index 4ef5f484fbdbd9b31784438cbf4dc07080df661d..728896fa89550910fdc82a1f01a9bda0ac4eb995 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
index 43d7967b0f6052e0b7f11ef337dd50d34fe5211a..fa0c5c2c905d8064e961539bd2348c564d886ffa 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.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>../..</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index aff3e78ee26e3a68e071a4f68ff39cf26836511b..edf854991f07a220b751a73abf715180f3cb9fa8 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.4-SNAPSHOT</version>
+  <version>3.4-RC1</version>
   <name>Sonar</name>
   <url>http://www.sonarsource.org/</url>
   <description>Open source platform for continuous inspection of code quality</description>
@@ -89,7 +88,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>
                         </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 ed13c18844284334460deee1b0065f08778acaf2..cae6fa7c26e15a7c0118fdda12627c0b14da4cb5 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
 
   <artifactId>sonar-application</artifactId>
index 4133d21da72044471f62bb1cbbe3429624689a16..f385e684205a127e05fe19e4d7a59d27c6923b53 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
 
   <artifactId>sonar-batch-maven-compat</artifactId>
index 29421ca58e700f438e6b5cf267d78a335f008268..18ca8443214ea97214f4b2bb8fd05f5c5e55d400 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.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
 
   <groupId>org.codehaus.sonar</groupId>
index c5e476e388ae1b1765a5cbe74c101709473b05f5..7d1714185635e49b06b8bcf0d8f19613d9eda3a0 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index cdadc2580ac8abce0d0e29bf9ffcc8431e3012da..9634cf3a8510c50e14fe6df760ef82889e7c34e4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>sonar-check-api</artifactId>
index db7ea9100da19bc1de75d28818510ba0af4b676e..93cfcbfa9a753e0b4ca54f9c98519c8ad464e057 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index ef84e57477b00a0b5df6db825e0f391cad0c4d06..09584655d66d550e40b4885eb09a9fddd05cf111 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.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
 
   <artifactId>sonar-core</artifactId>
index 156a4667298ac6a12f50c8ca174f4ec266874e66..447274675fe5cc313fb6448ddae770289bfccfdf 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-deprecated</artifactId>
   <name>Sonar :: Deprecated</name>
index 122cc4cfa0d7ec9c5a67341dcd7f683074f1b96d..50f99bb85fd5b772b8fdb53a5116ed4f5cdaf1dc 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
 
   <artifactId>sonar-duplications</artifactId>
index cfe51672d79c8845e10413302ad8e2db073b8a4d..564ae68b8674fb11f4e9267f7465b01c38c31823 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar</groupId>
index c08f7d206d1f05db89b644613658c2a45b511f57..9b14ffa4c5ef08a24b9062abe324835c603a8f46 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-java-api</artifactId>
   <name>Sonar :: Java API</name>
index 102fe95a8090747c40bbb2d4a2c04a0caf2139a8..eefffca33e13a7910a843a75c9f6a4a2b6bc5d72 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
 
index a2000a9e7eeb5aee0c62b1d95166fe10e9c4c851..65d14509b4756b4db5aa42197222fdd7ba7428c5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index 4f441b9b0797bcdd284d01bb4a424d4c11b4149d..6318187fe8e20399d073b6c8af039096d921593e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-maven3-plugin</artifactId>
   <packaging>maven-plugin</packaging>
index 90164cf32f10cc63b62c472a0fa943e3446f3866..edb34530840c6ab12f601d5ab14fa983717bf5fa 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
 
   <artifactId>sonar-plugin-api</artifactId>
index cfb2004d3c7bb311a4744dc85fc1209ab822ff19..d1ed49ebe57d15e2eb63f5f33b9e2702cada32ba 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-server</artifactId>
   <packaging>war</packaging>
index 8ff6c1e40f3fbb904b80d32f54aeade9e4cf5207..efd2787b8f98b08fa64e41249fd6e1c931d3267c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
     <relativePath>..</relativePath>
   </parent>
   <groupId>org.codehaus.sonar</groupId>
index a6bca158a2e46b35bea904d15269e783b7d829e0..bd00d1b63b6667b4dc522108d09e402017b4965f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.codehaus.sonar</groupId>
     <artifactId>sonar</artifactId>
-    <version>3.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-testing-harness</artifactId>
   <packaging>jar</packaging>
index b347b2509602bdc77ef7e5a0ae821e5fd8eba12a..b41c40a0cea09c84cdc709f54935fa44a8b50888 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.4-SNAPSHOT</version>
+    <version>3.4-RC1</version>
   </parent>
   <artifactId>sonar-ws-client</artifactId>
   <packaging>jar</packaging>