diff options
author | GAUDIN <gaudol@gmail.com> | 2012-12-20 12:55:41 +0100 |
---|---|---|
committer | GAUDIN <gaudol@gmail.com> | 2012-12-20 12:55:41 +0100 |
commit | 9c3dc0937df3f1781c3c52730e49da29fb346fcc (patch) | |
tree | e66a4b1716d7fefbe91237e3a3f804d9c0e618b7 | |
parent | 75df25fc840b1a8dca9b07eb7d37cd212fb0a57e (diff) | |
download | sonarqube-9c3dc0937df3f1781c3c52730e49da29fb346fcc.tar.gz sonarqube-9c3dc0937df3f1781c3c52730e49da29fb346fcc.zip |
[maven-release-plugin] prepare release 3.4-RC4
-rw-r--r-- | plugins/sonar-core-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-cpd-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-dbcleaner-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-design-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-email-notifications-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-l10n-en-plugin/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sonar-application/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch-maven-compat/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch/pom.xml | 2 | ||||
-rw-r--r-- | sonar-channel/pom.xml | 2 | ||||
-rw-r--r-- | sonar-check-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-colorizer/pom.xml | 2 | ||||
-rw-r--r-- | sonar-core/pom.xml | 2 | ||||
-rw-r--r-- | sonar-deprecated/pom.xml | 2 | ||||
-rw-r--r-- | sonar-duplications/pom.xml | 2 | ||||
-rw-r--r-- | sonar-graph/pom.xml | 2 | ||||
-rw-r--r-- | sonar-java-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-markdown/pom.xml | 2 | ||||
-rw-r--r-- | sonar-maven-plugin/pom.xml | 2 | ||||
-rw-r--r-- | sonar-maven3-plugin/pom.xml | 2 | ||||
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-server/pom.xml | 2 | ||||
-rw-r--r-- | sonar-squid/pom.xml | 2 | ||||
-rw-r--r-- | sonar-testing-harness/pom.xml | 2 | ||||
-rw-r--r-- | sonar-ws-client/pom.xml | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index f7d93ed7cdd..f9cba579cb6 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</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 932853062eb..f31c2b38db5 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index 1c3964f8f3d..067d078262a 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</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 318144589c7..64b3985b826 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index 4ef5f484fbd..1e23d320811 100644 --- a/plugins/sonar-email-notifications-plugin/pom.xml +++ b/plugins/sonar-email-notifications-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 12c563aeaec..3c051247d54 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>../..</relativePath> </parent> @@ -5,7 +5,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> <packaging>pom</packaging> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <name>Sonar</name> <url>http://www.sonarsource.org/</url> <description>Open source platform for continuous inspection of code quality</description> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ed13c188442..61b82ef6a2c 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 4133d21da72..499dda58109 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-batch-maven-compat</artifactId> diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index c64a3147f1f..00200946ad1 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <groupId>org.codehaus.sonar</groupId> diff --git a/sonar-channel/pom.xml b/sonar-channel/pom.xml index c5e476e388a..9fdb273b654 100644 --- a/sonar-channel/pom.xml +++ b/sonar-channel/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index cdadc2580ac..46a3ae3c5d8 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index db7ea9100da..7ac6a39389d 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 859243bd27f..d7075481f50 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml index 156a4667298..9c91bfe8728 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-deprecated</artifactId> <name>Sonar :: Deprecated</name> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 122cc4cfa0d..80fb0ec2246 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index cfe51672d79..21325a2d93e 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>..</relativePath> </parent> <groupId>org.codehaus.sonar</groupId> diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml index c08f7d206d1..4164ea2ac9e 100644 --- a/sonar-java-api/pom.xml +++ b/sonar-java-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-java-api</artifactId> <name>Sonar :: Java API</name> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 102fe95a809..0355e107831 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml index a2000a9e7ee..0c024aca7a7 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</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 4f441b9b079..5a83434f926 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</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 90164cf32f1..f2d9e138fd8 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index cfb2004d3c7..6af445eb162 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-server</artifactId> <packaging>war</packaging> diff --git a/sonar-squid/pom.xml b/sonar-squid/pom.xml index 8ff6c1e40f3..70e314c3997 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> <relativePath>..</relativePath> </parent> <groupId>org.codehaus.sonar</groupId> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index a6bca158a2e..5a7880ce9ba 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</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 d25b30deb72..3693e5ea9e5 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>3.4-SNAPSHOT</version> + <version>3.4-RC4</version> </parent> <artifactId>sonar-ws-client</artifactId> <packaging>jar</packaging> |