diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-05 19:00:30 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-05 19:00:30 +0000 |
commit | 7361c326e5ecbef45c027098e49ec0b20e1952ad (patch) | |
tree | 632f90123d0e4825304becc71230e5c29245f997 /tests/integration | |
parent | 6c36be2a0267067ce4ef02318e40975aa0edca30 (diff) | |
download | sonarqube-7361c326e5ecbef45c027098e49ec0b20e1952ad.tar.gz sonarqube-7361c326e5ecbef45c027098e49ec0b20e1952ad.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'tests/integration')
-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/reference-plugin/pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/tests/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/integration/checkstyle-extensions/pom.xml b/tests/integration/checkstyle-extensions/pom.xml index 7c988bc9009..31e256bc455 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.3-RC2</version> + <version>2.4-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 72e414faf52..2093c3e8b95 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.3-RC2</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 1893f3826f7..fe363492826 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.3-RC2</version> + <version>2.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.tests</groupId> diff --git a/tests/integration/reference-plugin/pom.xml b/tests/integration/reference-plugin/pom.xml index 065e81037c2..23058ffcff5 100644 --- a/tests/integration/reference-plugin/pom.xml +++ b/tests/integration/reference-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar.tests</groupId> <artifactId>integration</artifactId> - <version>2.3-RC2</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>reference-plugin</artifactId> diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index afe7a112b48..7832c3402ba 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.3-RC2</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> |