From efea0ba8746f6927200fb67bd19d3f9c4e24f3dc Mon Sep 17 00:00:00 2001 From: Eric Hartmann Date: Thu, 17 Jul 2014 16:38:02 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- plugins/sonar-core-plugin/pom.xml | 2 +- plugins/sonar-cpd-plugin/pom.xml | 2 +- plugins/sonar-dbcleaner-plugin/pom.xml | 2 +- plugins/sonar-design-plugin/pom.xml | 2 +- plugins/sonar-email-notifications-plugin/pom.xml | 2 +- plugins/sonar-l10n-en-plugin/pom.xml | 2 +- plugins/sonar-xoo-plugin/pom.xml | 2 +- pom.xml | 4 ++-- sonar-application/pom.xml | 2 +- sonar-batch-maven-compat/pom.xml | 2 +- sonar-batch/pom.xml | 2 +- sonar-check-api/pom.xml | 2 +- sonar-colorizer/pom.xml | 2 +- sonar-core/pom.xml | 2 +- sonar-deprecated/pom.xml | 2 +- sonar-duplications/pom.xml | 2 +- sonar-graph/pom.xml | 2 +- sonar-home/pom.xml | 2 +- sonar-java-api/pom.xml | 2 +- sonar-markdown/pom.xml | 2 +- sonar-maven-plugin/pom.xml | 2 +- sonar-maven3-plugin/pom.xml | 2 +- sonar-plugin-api/pom.xml | 2 +- sonar-server/pom.xml | 2 +- sonar-testing-harness/pom.xml | 2 +- sonar-ws-client/pom.xml | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index 8f9b8eaac81..8214ce000e3 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml index c1d6146cefd..aa992e547f9 100644 --- a/plugins/sonar-cpd-plugin/pom.xml +++ b/plugins/sonar-cpd-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index bdab795b2f5..23d11cd36f0 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index 841eacb1f0e..6666b78dc71 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index b4bf85d6ab1..6492f44fb1f 100644 --- a/plugins/sonar-email-notifications-plugin/pom.xml +++ b/plugins/sonar-email-notifications-plugin/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 35a332a8638..bc1cc822cc6 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -25,7 +25,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index c329e7d465c..4870b5ec321 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/pom.xml b/pom.xml index 5d8c2ea3a27..8d06c2153e4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar pom - 4.4-RC3 + 4.4-SNAPSHOT SonarQube http://www.sonarqube.org/ Open source platform for continuous inspection of code quality @@ -1176,7 +1176,7 @@ scm:git:git@github.com:SonarSource/sonarqube.git scm:git:git@github.com:SonarSource/sonarqube.git https://github.com/SonarSource/sonarqube - 4.4-RC3 + HEAD diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index e231dca53f3..a8fc0a34f8d 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-application diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 02b7cbef6bc..00aef88500b 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-batch-maven-compat diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index d757d5dcf6c..f09d5e5b132 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-batch diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 62ebe9b9917..bf6d14af3c2 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT .. sonar-check-api diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index 6e7d7be1d0e..c86f25fa88a 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT .. diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 69653e7a311..331c28cede2 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-core diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml index f78778058fd..3559279cd70 100644 --- a/sonar-deprecated/pom.xml +++ b/sonar-deprecated/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-deprecated SonarQube :: Deprecated diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index f9bee963ebf..9148f0bad01 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-duplications diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index 720abc77223..620be5dbda0 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT .. org.codehaus.sonar diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 4ed1d60a325..5ae4f42a09a 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-home diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml index 538c323065d..5ada3534fd8 100644 --- a/sonar-java-api/pom.xml +++ b/sonar-java-api/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-java-api SonarQube :: Java API diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index a919ec0b452..25bdf0fcf03 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT .. diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml index 3d4341d500c..b21a1c3e169 100644 --- a/sonar-maven-plugin/pom.xml +++ b/sonar-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-maven-plugin maven-plugin diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml index 420a6c5c642..fdd77962465 100644 --- a/sonar-maven3-plugin/pom.xml +++ b/sonar-maven3-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-maven3-plugin pom diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 3333d3a2ae7..1bc63d4bd0f 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-plugin-api diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index e3134e11fe4..0ad6b082b9b 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-server war diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index f9a6aac720a..7647c941b70 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-testing-harness jar diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 93c6bc6bbcc..399fbae3242 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 4.4-RC3 + 4.4-SNAPSHOT sonar-ws-client jar -- 2.39.5