summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2014-09-08 10:38:53 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2014-09-08 10:38:53 +0200
commit70a1850e5e29e7a06f43132cf0c4cea51744d0d0 (patch)
treec62c28a70bc1ca539d816f915e9f80400b386e5f /pom.xml
parent1e38481883a4bb4098cb1d4722e511b25d6933ef (diff)
downloadsonarqube-70a1850e5e29e7a06f43132cf0c4cea51744d0d0.tar.gz
sonarqube-70a1850e5e29e7a06f43132cf0c4cea51744d0d0.zip
[maven-release-plugin] prepare release 4.5-RC14.5-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 4aa70263c81..d5da7821c11 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>4.5-SNAPSHOT</version>
+ <version>4.5-RC1</version>
<name>SonarQube</name>
<url>http://www.sonarqube.org/</url>
<description>Open source platform for continuous inspection of code quality</description>
@@ -1146,7 +1145,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>4.5-RC1</tag>
</scm>
<ciManagement>
@@ -1349,7 +1348,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1362,7 +1361,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1376,7 +1375,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1389,7 +1388,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>