Browse Source

[maven-release-plugin] prepare for next development iteration

tags/2.5.1
Julien HENRY 8 years ago
parent
commit
ba5c553c7e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -8,7 +8,7 @@

<groupId>org.sonarsource.scanner.cli</groupId>
<artifactId>sonar-scanner-cli</artifactId>
<version>2.5</version>
<version>2.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SonarQube Scanner</name>
<url>http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Scanner</url>
@@ -31,7 +31,7 @@
<connection>scm:git:git@github.com:SonarSource/sonar-scanner-cli.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-scanner-cli.git</developerConnection>
<url>https://github.com/SonarSource/sonar-scanner-cli</url>
<tag>2.5</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>

Loading…
Cancel
Save