diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-16 13:16:07 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-12-16 13:16:07 +0100 |
commit | d7621e4e82c0c4585364cbf4ca1a6d4de2f8ec28 (patch) | |
tree | 3bf6d33dfbcedbe60384ac90e55605764aac566b /pom.xml | |
parent | 84b3c5ed183a2f3f3198952c6946914bee1f29a0 (diff) | |
download | sonarqube-d7621e4e82c0c4585364cbf4ca1a6d4de2f8ec28.tar.gz sonarqube-d7621e4e82c0c4585364cbf4ca1a6d4de2f8ec28.zip |
[maven-release-plugin] prepare for next development iteration
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-RC3</version> + <version>5.0-SNAPSHOT</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>5.0-RC3</tag> + <tag>HEAD</tag> </scm> <ciManagement> |