diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-16 13:16:06 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-16 13:16:06 +0100 |
commit | 84b3c5ed183a2f3f3198952c6946914bee1f29a0 (patch) | |
tree | a056b14a6453e9e0fd4db8e04d6cd8a7734ec29c /pom.xml | |
parent | d0ac34c9376e668e8d67ab30038dfb28219be029 (diff) | |
download | sonarqube-84b3c5ed183a2f3f3198952c6946914bee1f29a0.tar.gz sonarqube-84b3c5ed183a2f3f3198952c6946914bee1f29a0.zip |
[maven-release-plugin] prepare release 5.0-RC35.0-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>5.0-SNAPSHOT</version> + <version>5.0-RC3</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -1121,7 +1121,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.0-RC3</tag> </scm> <ciManagement> |