aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-08 16:35:19 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-08 16:35:19 +0200
commitcc1929dfc47c0e9e8270129e94cb34360908815a (patch)
treeadb7d3e74b4e2fe58a36d24ed93aff02ab7b3b93 /pom.xml
parent3aef81f42ced57efb58dacbfb9224f0e66ca7e8d (diff)
downloadsonarqube-cc1929dfc47c0e9e8270129e94cb34360908815a.tar.gz
sonarqube-cc1929dfc47c0e9e8270129e94cb34360908815a.zip
[maven-release-plugin] prepare release 2.9-RC1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index ac3602411f0..368bc24bfc2 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>2.9-SNAPSHOT</version>
+ <version>2.9-RC1</version>
<name>Sonar</name>
<url>http://www.sonarsource.org</url>
@@ -103,7 +102,7 @@
<jdk.min.version>1.5</jdk.min.version>
<!-- 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>
</properties>