diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-09 16:19:27 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-09 16:19:27 +0000 |
commit | 39f78c6dc0c527ed98f3d02c43a817a84213b5f1 (patch) | |
tree | 4d67363732d0b8b028582033e72c9dde8c8d1676 /tests | |
parent | 8602aa58e3f1525f442a2cbe3bfed3051659eead (diff) | |
download | sonarqube-39f78c6dc0c527ed98f3d02c43a817a84213b5f1.tar.gz sonarqube-39f78c6dc0c527ed98f3d02c43a817a84213b5f1.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/checkstyle-extensions/pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/pmd-extensions/pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/sonar-it-reference-plugin/pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/tests/pom.xml | 2 | ||||
-rw-r--r-- | tests/volume/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/integration/checkstyle-extensions/pom.xml b/tests/integration/checkstyle-extensions/pom.xml index 48439b91106..9f74fc3030f 100644 --- a/tests/integration/checkstyle-extensions/pom.xml +++ b/tests/integration/checkstyle-extensions/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar.tests</groupId> <artifactId>integration</artifactId> - <version>2.4-RC1</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>checkstyle-extensions</artifactId> <name>Sonar :: Integration Tests :: Checkstyle Extensions</name> diff --git a/tests/integration/pmd-extensions/pom.xml b/tests/integration/pmd-extensions/pom.xml index 9d561f9aa3e..496944f0204 100644 --- a/tests/integration/pmd-extensions/pom.xml +++ b/tests/integration/pmd-extensions/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar.tests</groupId> <artifactId>integration</artifactId> - <version>2.4-RC1</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index e1232da160a..7347b63cf68 100644 --- a/tests/integration/pom.xml +++ b/tests/integration/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.4-RC1</version> + <version>2.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.tests</groupId> diff --git a/tests/integration/sonar-it-reference-plugin/pom.xml b/tests/integration/sonar-it-reference-plugin/pom.xml index a2880a71089..5c7473a83f5 100644 --- a/tests/integration/sonar-it-reference-plugin/pom.xml +++ b/tests/integration/sonar-it-reference-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar.tests</groupId> <artifactId>integration</artifactId> - <version>2.4-RC1</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>sonar-it-reference-plugin</artifactId> diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index 04f19471ee8..dd65e2eec88 100644 --- a/tests/integration/tests/pom.xml +++ b/tests/integration/tests/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar.tests</groupId> <artifactId>integration</artifactId> - <version>2.4-RC1</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index 4e86d9014d2..b4a8084de39 100644 --- a/tests/volume/pom.xml +++ b/tests/volume/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.4-RC1</version> + <version>2.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.tests</groupId> |