aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-28 15:02:57 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-28 15:02:57 +0100
commitec0d6d92ad2a275deb2089bcdad5d54a05818bc8 (patch)
tree573505e12aba5094693f9788a1ec52271445d9bd /pom.xml
parent715a8ca8c9b2ed5571e5f40bb0a0b69ad6313285 (diff)
downloadsonarqube-ec0d6d92ad2a275deb2089bcdad5d54a05818bc8.tar.gz
sonarqube-ec0d6d92ad2a275deb2089bcdad5d54a05818bc8.zip
[maven-release-plugin] prepare release 2.6-M1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cd3d4ebbde4..1451583a57e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-M1</version>
<name>Sonar</name>
<url>http://www.sonarsource.org</url>
@@ -94,7 +94,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.permutationSuffix />
<gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs>
</properties>