diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-26 14:41:27 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-26 14:41:27 +0200 |
commit | 852a672e0eae3b4baaf68a12a8b2275843297909 (patch) | |
tree | 3e141637f0f072b113ac54b2e04735f43a2e3c35 /sonar-testing-harness | |
parent | 8be553ee31f63476eb96c2c307100b9004fdef1e (diff) | |
download | sonarqube-852a672e0eae3b4baaf68a12a8b2275843297909.tar.gz sonarqube-852a672e0eae3b4baaf68a12a8b2275843297909.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'sonar-testing-harness')
-rw-r--r-- | sonar-testing-harness/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index ae42b54711e..f1814ab99f5 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-RC3</version> + <version>4.5-SNAPSHOT</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> |