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