From fff929c604fffef763f810ccb57d8ef2a830b766 Mon Sep 17 00:00:00 2001 From: Eric Hartmann Date: Fri, 12 Jul 2013 15:10:08 +0200 Subject: [PATCH] Upgrade to version 3.6.2-SNAPSHOT --- 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 +- pom.xml | 2 +- sonar-application/pom.xml | 2 +- sonar-batch-maven-compat/pom.xml | 2 +- sonar-batch/pom.xml | 2 +- sonar-channel/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-squid/pom.xml | 2 +- sonar-testing-harness/pom.xml | 2 +- sonar-ws-client/pom.xml | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index 247a0f54982..baa2928cb32 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml index 3962b0ba291..6900a72f55c 100644 --- a/plugins/sonar-cpd-plugin/pom.xml +++ b/plugins/sonar-cpd-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index 31c35921210..6ee57def749 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index 67b20013f97..c212af9c3d2 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT ../.. org.codehaus.sonar.plugins diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index 905abb26900..8429f734879 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 - 3.6.1 + 3.6.2-SNAPSHOT ../.. diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 86a749f3fc8..26e0ce8b3c8 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT ../.. diff --git a/pom.xml b/pom.xml index 0ebc30c61f9..dd64dfd52f4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar pom - 3.6.1 + 3.6.2-SNAPSHOT Sonar http://www.sonarsource.org/ Open source platform for continuous inspection of code quality diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 051aa167630..6c5ed1451eb 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-application diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 5cf0de82e14..faea82308a2 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-batch-maven-compat diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 560ad084e24..826d458571b 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT org.codehaus.sonar diff --git a/sonar-channel/pom.xml b/sonar-channel/pom.xml index eb282268138..38557969972 100644 --- a/sonar-channel/pom.xml +++ b/sonar-channel/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT .. diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 36c2a1529db..3afcf918d2a 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT .. sonar-check-api diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index 758e0104372..5625e2c2d2f 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT .. diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index e2ce27f2773..a2202b44c5c 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-core diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml index 92692a114db..00c588b21b0 100644 --- a/sonar-deprecated/pom.xml +++ b/sonar-deprecated/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-deprecated Sonar :: Deprecated diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 560477ad7ab..27c04e536f4 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-duplications diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index 3bb98a4af1f..cb173cfbb88 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT .. org.codehaus.sonar diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index c41135379c1..8f733da3c42 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-home diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml index 1fa66de7475..681c4cb7d39 100644 --- a/sonar-java-api/pom.xml +++ b/sonar-java-api/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-java-api Sonar :: Java API diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index e44676b18db..37ba9a03438 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT .. diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml index 1cd213618b3..1ca09b201cb 100644 --- a/sonar-maven-plugin/pom.xml +++ b/sonar-maven-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-maven-plugin maven-plugin diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml index 07dd617c319..e0f07024f87 100644 --- a/sonar-maven3-plugin/pom.xml +++ b/sonar-maven3-plugin/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-maven3-plugin maven-plugin diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index cd433582d1e..2c8496ab646 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-plugin-api diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 1a7784423b9..82faac20bda 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-server war diff --git a/sonar-squid/pom.xml b/sonar-squid/pom.xml index f8fcfa84b3c..10d734822d9 100644 --- a/sonar-squid/pom.xml +++ b/sonar-squid/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT .. org.codehaus.sonar diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 01940a62913..14b354342fd 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-testing-harness jar diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 387ffc290d9..bb0c1e74b46 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ org.codehaus.sonar sonar - 3.6.1 + 3.6.2-SNAPSHOT sonar-ws-client jar -- 2.39.5