diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-28 15:02:57 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-28 15:02:57 +0100 |
commit | ec0d6d92ad2a275deb2089bcdad5d54a05818bc8 (patch) | |
tree | 573505e12aba5094693f9788a1ec52271445d9bd /tests/integration | |
parent | 715a8ca8c9b2ed5571e5f40bb0a0b69ad6313285 (diff) | |
download | sonarqube-ec0d6d92ad2a275deb2089bcdad5d54a05818bc8.tar.gz sonarqube-ec0d6d92ad2a275deb2089bcdad5d54a05818bc8.zip |
[maven-release-plugin] prepare release 2.6-M1
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/sonar-it-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 6b5d4ed9342..1d3ac9389ad 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.6-M1</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..4852866652b 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.6-M1</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 4b48d4b1682..2971597887d 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.6-M1</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..eab1e806f2f 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.6-M1</version> </parent> <artifactId>sonar-it-reference-plugin</artifactId> diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index 5c8aa42b899..ceea53bc8cd 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.6-M1</version> </parent> <artifactId>tests</artifactId> |