diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 16:09:53 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-30 16:09:53 +0000 |
commit | 49130adac6a42284fdd259dd33f5ea3fe7d1f3b6 (patch) | |
tree | bf60e9f7b3def15af6b35f806c22a54755ae4643 /tests | |
parent | 293e51c2af913468edf4c85676813ed0e125f697 (diff) | |
download | sonarqube-49130adac6a42284fdd259dd33f5ea3fe7d1f3b6.tar.gz sonarqube-49130adac6a42284fdd259dd33f5ea3fe7d1f3b6.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/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 b93bb349737..b683e4b38f3 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-RC1</version> + <version>2.3-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 efc7069e30a..a306799c4f7 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-RC1</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>pmd-extensions</artifactId> diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml index 2354ebaf797..855ffc33d47 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-RC1</version> + <version>2.3-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 9618bcec443..b88ab5e0f6b 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-RC1</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>reference-plugin</artifactId> diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index 547d81102c9..ae3cc362ae7 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-RC1</version> + <version>2.3-SNAPSHOT</version> </parent> <artifactId>tests</artifactId> diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml index 9338ca88a92..ea3b1bd187e 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.3-RC1</version> + <version>2.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.tests</groupId> |