aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-10-05 19:00:02 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-10-05 19:00:02 +0000
commit6c36be2a0267067ce4ef02318e40975aa0edca30 (patch)
treead1a608eac49e24e253acd67ccf695fd373d61bd
parent82a24b4abf945f7b6d96aa3601c27eb76b352788 (diff)
downloadsonarqube-6c36be2a0267067ce4ef02318e40975aa0edca30.tar.gz
sonarqube-6c36be2a0267067ce4ef02318e40975aa0edca30.zip
[maven-release-plugin] prepare release 2.3-RC2
-rw-r--r--archetypes/sonar-basic-plugin/pom.xml2
-rw-r--r--archetypes/sonar-gwt-plugin/pom.xml2
-rw-r--r--plugins/sonar-checkstyle-plugin/pom.xml2
-rw-r--r--plugins/sonar-clover-plugin/pom.xml2
-rw-r--r--plugins/sonar-cobertura-plugin/pom.xml2
-rw-r--r--plugins/sonar-core-plugin/pom.xml2
-rw-r--r--plugins/sonar-cpd-plugin/pom.xml2
-rw-r--r--plugins/sonar-design-plugin/pom.xml2
-rw-r--r--plugins/sonar-findbugs-plugin/pom.xml2
-rw-r--r--plugins/sonar-googleanalytics-plugin/pom.xml2
-rw-r--r--plugins/sonar-pmd-plugin/pom.xml2
-rw-r--r--plugins/sonar-squid-java-plugin/pom.xml2
-rw-r--r--plugins/sonar-surefire-plugin/pom.xml2
-rw-r--r--pom.xml8
-rw-r--r--sonar-application/pom.xml2
-rw-r--r--sonar-batch/pom.xml2
-rw-r--r--sonar-channel/pom.xml2
-rw-r--r--sonar-check-api/pom.xml2
-rw-r--r--sonar-colorizer/pom.xml2
-rw-r--r--sonar-core-maven-plugin/pom.xml2
-rw-r--r--sonar-core/pom.xml2
-rw-r--r--sonar-deprecated/pom.xml2
-rw-r--r--sonar-duplications/pom.xml2
-rw-r--r--sonar-graph/pom.xml2
-rw-r--r--sonar-gwt-api/pom.xml2
-rw-r--r--sonar-maven-plugin/pom.xml2
-rw-r--r--sonar-maven3-plugin/pom.xml2
-rw-r--r--sonar-plugin-api/pom.xml2
-rw-r--r--sonar-server/pom.xml2
-rw-r--r--sonar-squid/pom.xml2
-rw-r--r--sonar-testing-harness/pom.xml2
-rw-r--r--sonar-ws-client/pom.xml2
-rw-r--r--tests/integration/checkstyle-extensions/pom.xml2
-rw-r--r--tests/integration/pmd-extensions/pom.xml2
-rw-r--r--tests/integration/pom.xml2
-rw-r--r--tests/integration/reference-plugin/pom.xml2
-rw-r--r--tests/integration/tests/pom.xml2
-rw-r--r--tests/volume/pom.xml2
38 files changed, 41 insertions, 41 deletions
diff --git a/archetypes/sonar-basic-plugin/pom.xml b/archetypes/sonar-basic-plugin/pom.xml
index 59565bc876f..511014201e4 100644
--- a/archetypes/sonar-basic-plugin/pom.xml
+++ b/archetypes/sonar-basic-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml
index 02fefc35488..d80f77aaa92 100644
--- a/archetypes/sonar-gwt-plugin/pom.xml
+++ b/archetypes/sonar-gwt-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml
index 8837be8948c..6fb74bd2386 100644
--- a/plugins/sonar-checkstyle-plugin/pom.xml
+++ b/plugins/sonar-checkstyle-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-clover-plugin/pom.xml b/plugins/sonar-clover-plugin/pom.xml
index 49aeb594f26..13a4e520ddf 100644
--- a/plugins/sonar-clover-plugin/pom.xml
+++ b/plugins/sonar-clover-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-cobertura-plugin/pom.xml b/plugins/sonar-cobertura-plugin/pom.xml
index 124cf20dd4e..35a667d0399 100644
--- a/plugins/sonar-cobertura-plugin/pom.xml
+++ b/plugins/sonar-cobertura-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml
index 59db64620fa..693ab114592 100644
--- a/plugins/sonar-core-plugin/pom.xml
+++ b/plugins/sonar-core-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml
index bea430d52bc..419eb91e9ac 100644
--- a/plugins/sonar-cpd-plugin/pom.xml
+++ b/plugins/sonar-cpd-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml
index c49a09559b1..a9c8edeb183 100644
--- a/plugins/sonar-design-plugin/pom.xml
+++ b/plugins/sonar-design-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-findbugs-plugin/pom.xml b/plugins/sonar-findbugs-plugin/pom.xml
index e5a6a2de718..32d82a452dd 100644
--- a/plugins/sonar-findbugs-plugin/pom.xml
+++ b/plugins/sonar-findbugs-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-googleanalytics-plugin/pom.xml b/plugins/sonar-googleanalytics-plugin/pom.xml
index cad5b9230d9..5bb703f1d51 100644
--- a/plugins/sonar-googleanalytics-plugin/pom.xml
+++ b/plugins/sonar-googleanalytics-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-pmd-plugin/pom.xml b/plugins/sonar-pmd-plugin/pom.xml
index 83a23d63e02..5a5f9cad590 100644
--- a/plugins/sonar-pmd-plugin/pom.xml
+++ b/plugins/sonar-pmd-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-squid-java-plugin/pom.xml b/plugins/sonar-squid-java-plugin/pom.xml
index aaf83b00c29..3d993c9e818 100644
--- a/plugins/sonar-squid-java-plugin/pom.xml
+++ b/plugins/sonar-squid-java-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/plugins/sonar-surefire-plugin/pom.xml b/plugins/sonar-surefire-plugin/pom.xml
index 6c05234504c..2d954b725b3 100644
--- a/plugins/sonar-surefire-plugin/pom.xml
+++ b/plugins/sonar-surefire-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 393b655a8cc..f1fb6d1ce9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<name>Sonar</name>
<url>http://www.sonarsource.org</url>
@@ -780,9 +780,9 @@ mmmm
</mailingLists>
<scm>
- <connection>scm:svn:https://svn.codehaus.org/sonar/trunk</connection>
- <developerConnection>scm:svn:https://svn.codehaus.org/sonar/trunk</developerConnection>
- <url>https://svn.codehaus.org/sonar/trunk</url>
+ <connection>scm:svn:https://svn.codehaus.org/sonar/tags/2.3-RC2</connection>
+ <developerConnection>scm:svn:https://svn.codehaus.org/sonar/tags/2.3-RC2</developerConnection>
+ <url>https://svn.codehaus.org/sonar/tags/2.3-RC2</url>
</scm>
<ciManagement>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index e6f372b49f8..d3ca4811359 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-application</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index d437f4f0ae5..03da337dad3 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<groupId>org.codehaus.sonar</groupId>
diff --git a/sonar-channel/pom.xml b/sonar-channel/pom.xml
index fe801dd48a0..d21db7c5219 100644
--- a/sonar-channel/pom.xml
+++ b/sonar-channel/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-channel</artifactId>
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml
index 781dce3480a..34fdecbb20f 100644
--- a/sonar-check-api/pom.xml
+++ b/sonar-check-api/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-check-api</artifactId>
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index b641ba86a5b..2feaccb6a96 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-colorizer</artifactId>
diff --git a/sonar-core-maven-plugin/pom.xml b/sonar-core-maven-plugin/pom.xml
index 73ac82df647..7a918c8e480 100644
--- a/sonar-core-maven-plugin/pom.xml
+++ b/sonar-core-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<!-- do not change, it's used when deploying in sonar internal repository -->
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 83f207bcc10..ef15476aea9 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-core</artifactId>
<name>Sonar :: Core</name>
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index c8b955f1eb8..6af3b284b10 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-deprecated</artifactId>
<name>Sonar :: Deprecated</name>
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index a1374b66466..dc7f477cde9 100644
--- a/sonar-duplications/pom.xml
+++ b/sonar-duplications/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-duplications</artifactId>
<name>Sonar :: Duplications</name>
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 81fb23dd4f6..544bc88496c 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.codehaus.sonar</groupId>
diff --git a/sonar-gwt-api/pom.xml b/sonar-gwt-api/pom.xml
index 5bdebbd3e6f..e4c641d6fe3 100644
--- a/sonar-gwt-api/pom.xml
+++ b/sonar-gwt-api/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-gwt-api</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml
index 1701cd2f97d..0d98fd428d8 100644
--- a/sonar-maven-plugin/pom.xml
+++ b/sonar-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml
index 71022136e4d..92303eeea2f 100644
--- a/sonar-maven3-plugin/pom.xml
+++ b/sonar-maven3-plugin/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-maven3-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index a8ac876468c..0842a705bb7 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-plugin-api</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 3427d048c85..f49af0e02a8 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-server</artifactId>
<packaging>war</packaging>
diff --git a/sonar-squid/pom.xml b/sonar-squid/pom.xml
index eb5423ecf3c..dee58a96953 100644
--- a/sonar-squid/pom.xml
+++ b/sonar-squid/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.codehaus.sonar</groupId>
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index 23782575945..22618b8c986 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-testing-harness</artifactId>
<packaging>jar</packaging>
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 18603e61382..e8e48185e1f 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>sonar-ws-client</artifactId>
<packaging>jar</packaging>
diff --git a/tests/integration/checkstyle-extensions/pom.xml b/tests/integration/checkstyle-extensions/pom.xml
index 31e256bc455..7c988bc9009 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.4-SNAPSHOT</version>
+ <version>2.3-RC2</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 2093c3e8b95..72e414faf52 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.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>pmd-extensions</artifactId>
diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml
index fe363492826..1893f3826f7 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.4-SNAPSHOT</version>
+ <version>2.3-RC2</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 23058ffcff5..065e81037c2 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.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>reference-plugin</artifactId>
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml
index 7832c3402ba..afe7a112b48 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.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
</parent>
<artifactId>tests</artifactId>
diff --git a/tests/volume/pom.xml b/tests/volume/pom.xml
index d26e7e7eeea..9584ea45712 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.4-SNAPSHOT</version>
+ <version>2.3-RC2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.codehaus.sonar.tests</groupId>