aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Vérin <thomas.verin@sonarsource.com>2015-10-12 17:58:42 +0200
committerThomas Vérin <thomas.verin@sonarsource.com>2015-10-12 17:58:42 +0200
commitd5dd7720eb79dc0cae1a1b38f83e757a031f8ca9 (patch)
tree3664b2fa86338e1d5eaff609c4d823613db550d9 /pom.xml
parent4aac977ead94133143096782885f1f3a2af2062f (diff)
downloadsonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.tar.gz
sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.zip
[maven-release-plugin] prepare release 5.2-RC15.2-RC1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 878ac7ef82b..17051b71a30 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.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<packaging>pom</packaging>
- <version>5.2-SNAPSHOT</version>
+ <version>5.2-RC1</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
@@ -1163,7 +1162,7 @@
<connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection>
<url>https://github.com/SonarSource/sonarqube</url>
- <tag>HEAD</tag>
+ <tag>5.2-RC1</tag>
</scm>
<ciManagement>
@@ -1375,7 +1374,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1388,7 +1387,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1402,7 +1401,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1415,7 +1414,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>