diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-27 00:18:51 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-27 00:18:51 +0000 |
commit | 089ec1f5bfc94cb1d742ecf16db805900c10e218 (patch) | |
tree | 44597629595da02ca75f0f22ff23445cf566987f /tests | |
parent | f86a62e3c24d2e2587b0f76988fbd9220ee4931a (diff) | |
download | sonarqube-089ec1f5bfc94cb1d742ecf16db805900c10e218.tar.gz sonarqube-089ec1f5bfc94cb1d742ecf16db805900c10e218.zip |
revert trunk version to 2.5-SNAPSHOT
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 6b5d4ed9342..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.6-SNAPSHOT</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 36da9e00a54..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.6-SNAPSHOT</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 4b48d4b1682..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.6-SNAPSHOT</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 27d50c1734b..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.6-SNAPSHOT</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 36a218cb59e..e13162be035 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.6-SNAPSHOT</version> + <version>2.5-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index 519a817dcce..610810c8e52 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.6-SNAPSHOT</version> + <version>2.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.tests</groupId> |