aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2012-12-12 14:16:51 +0100
committerEric Hartmann <hartmann.eric@gmail.com>2012-12-12 14:16:51 +0100
commitb2395fa820e982eda3edc11c4ea4ace3166624b3 (patch)
treecc57fd5b6bed6aa10779c0b5275c1043cd25140b /pom.xml
parentf6d9eb8e98b144ea5ef8d5a6613b30bbf2f9b843 (diff)
downloadsonarqube-b2395fa820e982eda3edc11c4ea4ace3166624b3.tar.gz
sonarqube-b2395fa820e982eda3edc11c4ea4ace3166624b3.zip
[maven-release-plugin] prepare release 3.4-RC1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index aff3e78ee26..edf854991f0 100644
--- 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>
@@ -1217,7 +1216,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1230,7 +1229,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1243,7 +1242,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1257,7 +1256,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1270,7 +1269,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>