diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 17:35:41 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 17:35:41 +0000 |
commit | a512de3bbd7929e0cd09523cf446cf24273838b3 (patch) | |
tree | e016d0655532965482e28fceb0dfd526f8f4215a /tests/integration | |
parent | 2c374e82e29a669d2be9998dcb9bebcea3c0877c (diff) | |
download | sonarqube-a512de3bbd7929e0cd09523cf446cf24273838b3.tar.gz sonarqube-a512de3bbd7929e0cd09523cf446cf24273838b3.zip |
upgrade trunk to 2.4-SNAPSHOT
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 b683e4b38f3..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-SNAPSHOT</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 a306799c4f7..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-SNAPSHOT</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 855ffc33d47..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-SNAPSHOT</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 b88ab5e0f6b..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-SNAPSHOT</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 ae3cc362ae7..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-SNAPSHOT</version> + <version>2.4-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> |