aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2015-10-06 10:26:53 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2015-10-06 10:26:53 +0200
commit96f4a0a1a70cd4c73f5a997af1b7db715d95a2b5 (patch)
tree1bc45d003f7ea76cddec0b56aea4134658b6a6e7
parent154f27635047e11734ff393b9a3737836df6e4e0 (diff)
downloadsonar-scanner-cli-96f4a0a1a70cd4c73f5a997af1b7db715d95a2b5.tar.gz
sonar-scanner-cli-96f4a0a1a70cd4c73f5a997af1b7db715d95a2b5.zip
[maven-release-plugin] prepare for next development iteration
-rw-r--r--pom.xml4
-rw-r--r--sonar-runner-api/pom.xml2
-rw-r--r--sonar-runner-batch-interface/pom.xml2
-rw-r--r--sonar-runner-batch/pom.xml2
-rw-r--r--sonar-runner-cli/pom.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 10e2788..b91475e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<groupId>org.sonarsource.sonar-runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.5-RC1</version>
+ <version>2.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SonarQube Runner</name>
<url>http://docs.codehaus.org/display/SONAR/Analyzing+with+SonarQube+Runner</url>
@@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:SonarSource/sonar-runner.git</connection>
<developerConnection>scm:git:git@github.com:SonarSource/sonar-runner.git</developerConnection>
<url>https://github.com/SonarSource/sonar-runner</url>
- <tag>2.5-RC1</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml
index 006d2c5..24c2fb3 100644
--- a/sonar-runner-api/pom.xml
+++ b/sonar-runner-api/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonar-runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.5-RC1</version>
+ <version>2.5-SNAPSHOT</version>
</parent>
<artifactId>sonar-runner-api</artifactId>
diff --git a/sonar-runner-batch-interface/pom.xml b/sonar-runner-batch-interface/pom.xml
index a3a9200..cf19ca9 100644
--- a/sonar-runner-batch-interface/pom.xml
+++ b/sonar-runner-batch-interface/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonar-runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.5-RC1</version>
+ <version>2.5-SNAPSHOT</version>
</parent>
<artifactId>sonar-runner-batch-interface</artifactId>
diff --git a/sonar-runner-batch/pom.xml b/sonar-runner-batch/pom.xml
index db52932..ff19533 100644
--- a/sonar-runner-batch/pom.xml
+++ b/sonar-runner-batch/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonar-runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.5-RC1</version>
+ <version>2.5-SNAPSHOT</version>
</parent>
<artifactId>sonar-runner-batch</artifactId>
diff --git a/sonar-runner-cli/pom.xml b/sonar-runner-cli/pom.xml
index 1e63aaf..32f3fec 100644
--- a/sonar-runner-cli/pom.xml
+++ b/sonar-runner-cli/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.sonar-runner</groupId>
<artifactId>sonar-runner</artifactId>
- <version>2.5-RC1</version>
+ <version>2.5-SNAPSHOT</version>
</parent>
<artifactId>sonar-runner-dist</artifactId>