diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-28 15:02:59 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-28 15:02:59 +0100 |
commit | b69ae6b7c4981e63ba099a96d0c7d8ae9b9e65f0 (patch) | |
tree | e051e0c37c70c2c347508f967a4b4bc83b88f917 /tests | |
parent | ec0d6d92ad2a275deb2089bcdad5d54a05818bc8 (diff) | |
download | sonarqube-b69ae6b7c4981e63ba099a96d0c7d8ae9b9e65f0.tar.gz sonarqube-b69ae6b7c4981e63ba099a96d0c7d8ae9b9e65f0.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 1d3ac9389ad..6b5d4ed9342 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-M1</version> + <version>2.6-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 4852866652b..36da9e00a54 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-M1</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 2971597887d..4b48d4b1682 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-M1</version> + <version>2.6-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 eab1e806f2f..27d50c1734b 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-M1</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>sonar-it-reference-plugin</artifactId> diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index ceea53bc8cd..5c8aa42b899 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-M1</version> + <version>2.6-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index f93d4e8d0bd..519a817dcce 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-M1</version> + <version>2.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.tests</groupId> |