diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | sonar-runner-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-batch/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-dist/pom.xml | 2 | ||||
-rw-r--r-- | sonar-runner-impl/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -8,7 +8,7 @@ <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> <packaging>pom</packaging> <name>SonarQube Runner</name> <url>http://docs.codehaus.org/display/SONAR/Analyzing+with+SonarQube+Runner</url> @@ -47,7 +47,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.4</tag> </scm> <issueManagement> diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index be3d9f5..e87e454 100644 --- a/sonar-runner-api/pom.xml +++ b/sonar-runner-api/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> </parent> <artifactId>sonar-runner-api</artifactId> diff --git a/sonar-runner-batch/pom.xml b/sonar-runner-batch/pom.xml index 7e3dcbe..4ad90c1 100644 --- a/sonar-runner-batch/pom.xml +++ b/sonar-runner-batch/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> </parent> <artifactId>sonar-runner-batch</artifactId> diff --git a/sonar-runner-dist/pom.xml b/sonar-runner-dist/pom.xml index 2d5f9a3..5adc27d 100644 --- a/sonar-runner-dist/pom.xml +++ b/sonar-runner-dist/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> </parent> <artifactId>sonar-runner-dist</artifactId> diff --git a/sonar-runner-impl/pom.xml b/sonar-runner-impl/pom.xml index 488f612..bba9624 100644 --- a/sonar-runner-impl/pom.xml +++ b/sonar-runner-impl/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> </parent> <artifactId>sonar-runner-impl</artifactId> |