diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-12 17:58:42 +0200 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-12 17:58:42 +0200 |
commit | 448f166e5f38e5018d5bfddea8eb8e1b3624e573 (patch) | |
tree | 36f244ecd34f79e0596e87e32a8758ffc1b57caa /pom.xml | |
parent | d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9 (diff) | |
download | sonarqube-448f166e5f38e5018d5bfddea8eb8e1b3624e573.tar.gz sonarqube-448f166e5f38e5018d5bfddea8eb8e1b3624e573.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.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> <packaging>pom</packaging> - <version>5.2-RC1</version> + <version>5.2-SNAPSHOT</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -1162,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>5.2-RC1</tag> + <tag>HEAD</tag> </scm> <ciManagement> |