diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-26 14:41:26 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-26 14:41:26 +0200 |
commit | 8be553ee31f63476eb96c2c307100b9004fdef1e (patch) | |
tree | d3f1e6dfeb273ddc3e4212cff8db076654bb698f /pom.xml | |
parent | c14b3a693c48f60dfd76602365379bbddb2130c6 (diff) | |
download | sonarqube-8be553ee31f63476eb96c2c307100b9004fdef1e.tar.gz sonarqube-8be553ee31f63476eb96c2c307100b9004fdef1e.zip |
[maven-release-plugin] prepare release 4.5-RC34.5-RC3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> <packaging>pom</packaging> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC3</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -1145,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-RC3</tag> </scm> <ciManagement> |