diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | sonar-runner-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-batch-interface/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-batch/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-cli/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -8,7 +8,7 @@ <groupId>org.sonarsource.sonar-runner</groupId> <artifactId>sonar-runner</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.5-RC1</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>HEAD</tag> + <tag>2.5-RC1</tag> </scm> <issueManagement> diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index 24c2fb3..006d2c5 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-SNAPSHOT</version> + <version>2.5-RC1</version> </parent> <artifactId>sonar-runner-api</artifactId> diff --git a/sonar-runner-batch-interface/pom.xml b/sonar-runner-batch-interface/pom.xml index cf19ca9..a3a9200 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-SNAPSHOT</version> + <version>2.5-RC1</version> </parent> <artifactId>sonar-runner-batch-interface</artifactId> diff --git a/sonar-runner-batch/pom.xml b/sonar-runner-batch/pom.xml index ff19533..db52932 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-SNAPSHOT</version> + <version>2.5-RC1</version> </parent> <artifactId>sonar-runner-batch</artifactId> diff --git a/sonar-runner-cli/pom.xml b/sonar-runner-cli/pom.xml index 32f3fec..1e63aaf 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-SNAPSHOT</version> + <version>2.5-RC1</version> </parent> <artifactId>sonar-runner-dist</artifactId> |