From 7da5669de71058807494d77acc7d351487fad73f Mon Sep 17 00:00:00 2001 From: Kishanthan Date: Fri, 18 Dec 2015 15:58:47 +0530 Subject: [PATCH] [maven-release-plugin] prepare release v5.0.0-RC2 --- archetypes/carbon-bundle-archetype/pom.xml | 2 +- archetypes/carbon-component-archetype/pom.xml | 2 +- archetypes/pom.xml | 2 +- core/pom.xml | 7 +++---- distribution/pom.xml | 2 +- .../org.wso2.carbon.core.runtime.feature/pom.xml | 2 +- .../org.wso2.carbon.core.server.feature/pom.xml | 5 ++--- features/pom.xml | 2 +- launcher/pom.xml | 2 +- parent/pom.xml | 13 ++++++++----- pom.xml | 7 +++---- tests/osgi-tests/pom.xml | 4 ++-- tests/pom.xml | 2 +- tests/test-artifacts/pom.xml | 2 +- .../org.wso2.carbon.sample.datasource.mgt/pom.xml | 2 +- .../org.wso2.carbon.sample.dbs.deployer/pom.xml | 2 +- .../org.wso2.carbon.sample.deployer.mgt/pom.xml | 2 +- .../org.wso2.carbon.sample.order.resolver/pom.xml | 2 +- .../org.wso2.carbon.sample.repository.mgt/pom.xml | 2 +- .../org.wso2.carbon.sample.runtime.bps/pom.xml | 2 +- .../org.wso2.carbon.sample.runtime.custom/pom.xml | 2 +- .../org.wso2.carbon.sample.runtime.jar/pom.xml | 2 +- .../org.wso2.carbon.sample.runtime.mgt/pom.xml | 2 +- .../org.wso2.carbon.sample.runtime.mss/pom.xml | 2 +- .../org.wso2.carbon.sample.runtime.webapp/pom.xml | 2 +- .../org.wso2.carbon.sample.transport.custom/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.carbon.sample.transport.http/pom.xml | 2 +- .../org.wso2.carbon.sample.transport.jetty/pom.xml | 2 +- .../org.wso2.carbon.sample.transport.jms/pom.xml | 2 +- .../org.wso2.carbon.sample.transport.mgt/pom.xml | 2 +- tests/test-artifacts/startup-coordination/pom.xml | 2 +- tests/test-artifacts/tool-test-artifact/pom.xml | 2 +- tools/pom.xml | 4 ++-- 34 files changed, 48 insertions(+), 48 deletions(-) diff --git a/archetypes/carbon-bundle-archetype/pom.xml b/archetypes/carbon-bundle-archetype/pom.xml index acb0a2f2c88..bb5efd9fa1b 100644 --- a/archetypes/carbon-bundle-archetype/pom.xml +++ b/archetypes/carbon-bundle-archetype/pom.xml @@ -20,7 +20,7 @@ org.wso2.carbon org.wso2.carbon.archetypes - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/archetypes/carbon-component-archetype/pom.xml b/archetypes/carbon-component-archetype/pom.xml index 52fa6c6fe49..2124c2e46bd 100644 --- a/archetypes/carbon-component-archetype/pom.xml +++ b/archetypes/carbon-component-archetype/pom.xml @@ -20,7 +20,7 @@ org.wso2.carbon org.wso2.carbon.archetypes - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 5fe01b667d6..b1329abd4af 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -19,7 +19,7 @@ org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 6a0998665ee..acf2abe7225 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,19 +15,18 @@ limitations under the License. --> - + org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml 4.0.0 org.wso2.carbon.core - 5.0.0-SNAPSHOT + 5.0.0 bundle WSO2 Carbon Kernel - Core diff --git a/distribution/pom.xml b/distribution/pom.xml index 53e21470f88..be7d600cb18 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,7 +19,7 @@ org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml diff --git a/features/org.wso2.carbon.core.runtime.feature/pom.xml b/features/org.wso2.carbon.core.runtime.feature/pom.xml index 5d616e2e170..d138446ab39 100644 --- a/features/org.wso2.carbon.core.runtime.feature/pom.xml +++ b/features/org.wso2.carbon.core.runtime.feature/pom.xml @@ -19,7 +19,7 @@ org.wso2.carbon carbon-kernel-features - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/features/org.wso2.carbon.core.server.feature/pom.xml b/features/org.wso2.carbon.core.server.feature/pom.xml index 6b97b5c8e47..f62d9b7228c 100644 --- a/features/org.wso2.carbon.core.server.feature/pom.xml +++ b/features/org.wso2.carbon.core.server.feature/pom.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + org.wso2.carbon carbon-kernel-features - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index cb68eac7bb1..edea4b87144 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -20,7 +20,7 @@ org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml diff --git a/launcher/pom.xml b/launcher/pom.xml index db261713a6c..aa1559fecd6 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -20,7 +20,7 @@ org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 87120b4d463..3b68fdf90fd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -14,21 +14,20 @@ See the License for the specific language governing permissions and limitations under the License. --> - + org.wso2 wso2 2 - + 4.0.0 org.wso2.carbon carbon-kernel-parent pom - 5.0.0-SNAPSHOT + 5.0.0 WSO2 Carbon Kernel - Parent Pom WSO2 Carbon Kernel Parent Pom http://wso2.com @@ -390,7 +389,7 @@ UTF-8 - 5.0.0-SNAPSHOT + 5.0.0 5.0.0 [5.0.0, 6.0.0) @@ -461,4 +460,8 @@ 2.4.0.wso2v1 5.1.37 + + + v5.0.0-RC2 + diff --git a/pom.xml b/pom.xml index 318d154e2d0..cb56bcfefb1 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + org.wso2 @@ -27,7 +26,7 @@ org.wso2.carbon carbon-kernel pom - 5.0.0-SNAPSHOT + 5.0.0 WSO2 Carbon Kernel - Aggregate Pom WSO2 Carbon Kernel Aggregate Pom http://wso2.com @@ -59,7 +58,7 @@ https://github.com/wso2/carbon-kernel.git scm:git:https://github.com/wso2/carbon-kernel.git scm:git:https://github.com/wso2/carbon-kernel.git - HEAD + v5.0.0-RC2 diff --git a/tests/osgi-tests/pom.xml b/tests/osgi-tests/pom.xml index 651fd45f49f..aeafef5cbcb 100644 --- a/tests/osgi-tests/pom.xml +++ b/tests/osgi-tests/pom.xml @@ -18,13 +18,13 @@ carbon-kernel-tests org.wso2.carbon - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml 4.0.0 carbon-kernel-osgi-tests - 5.0.0-SNAPSHOT + 5.0.0 WSO2 Carbon Kernel - OSGi Tests OSGi Tests for Carbon Kernel http://wso2.com diff --git a/tests/pom.xml b/tests/pom.xml index 0c6a44b8a6a..6054c1e8718 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml diff --git a/tests/test-artifacts/pom.xml b/tests/test-artifacts/pom.xml index 0bf7fa81c55..a9313e62e46 100644 --- a/tests/test-artifacts/pom.xml +++ b/tests/test-artifacts/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-tests - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.datasource.mgt/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.datasource.mgt/pom.xml index 4c47b9bc37a..bdb01c79351 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.datasource.mgt/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.datasource.mgt/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.dbs.deployer/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.dbs.deployer/pom.xml index 12ad71af219..e335a50adb1 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.dbs.deployer/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.dbs.deployer/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.deployer.mgt/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.deployer.mgt/pom.xml index 76ff74927fc..e4075ba515c 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.deployer.mgt/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.deployer.mgt/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.order.resolver/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.order.resolver/pom.xml index 05b0d9268a9..730d4b36bfa 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.order.resolver/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.order.resolver/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.repository.mgt/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.repository.mgt/pom.xml index b271d896597..5ae223aa317 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.repository.mgt/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.repository.mgt/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.bps/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.bps/pom.xml index 59d06256ac5..33d663c943f 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.bps/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.bps/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.custom/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.custom/pom.xml index e01541af279..ba06b4abbec 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.custom/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.custom/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.jar/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.jar/pom.xml index 6b48f9714b6..71225af61e9 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.jar/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.jar/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mgt/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mgt/pom.xml index d66a6cecaf0..310e6f728d7 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mgt/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mgt/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mss/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mss/pom.xml index ccf200e121d..c24926399b3 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mss/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.mss/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.webapp/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.webapp/pom.xml index 180b3a7a238..d2a973764c9 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.webapp/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.runtime.webapp/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom/pom.xml index 74b9c1f4db7..48927b5b6bf 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom2/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom2/pom.xml index 929a2d82d44..6bbcc3fc1aa 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom2/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.custom2/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.http/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.http/pom.xml index e35edd8f542..3b648351f18 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.http/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.http/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jetty/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jetty/pom.xml index ad1b79fb3e5..62bb9a54775 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jetty/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jetty/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jms/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jms/pom.xml index 80596b314cb..8500fba9096 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jms/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.jms/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.mgt/pom.xml b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.mgt/pom.xml index 9dc3fdb7371..ac72a6c66ad 100644 --- a/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.mgt/pom.xml +++ b/tests/test-artifacts/startup-coordination/org.wso2.carbon.sample.transport.mgt/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-startup-resolver-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/startup-coordination/pom.xml b/tests/test-artifacts/startup-coordination/pom.xml index 56fb7fec176..b8dfd7d4465 100644 --- a/tests/test-artifacts/startup-coordination/pom.xml +++ b/tests/test-artifacts/startup-coordination/pom.xml @@ -18,7 +18,7 @@ org.wso2.carbon carbon-kernel-test-artifacts - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tests/test-artifacts/tool-test-artifact/pom.xml b/tests/test-artifacts/tool-test-artifact/pom.xml index 371927f79e3..5f17ef65b25 100644 --- a/tests/test-artifacts/tool-test-artifact/pom.xml +++ b/tests/test-artifacts/tool-test-artifact/pom.xml @@ -18,7 +18,7 @@ carbon-kernel-test-artifacts org.wso2.carbon - 5.0.0-SNAPSHOT + 5.0.0 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index c621e2377ae..6dd397ea26b 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -18,13 +18,13 @@ org.wso2.carbon carbon-kernel-parent - 5.0.0-SNAPSHOT + 5.0.0 ../parent/pom.xml 4.0.0 org.wso2.carbon.tools - 5.0.0-SNAPSHOT + 5.0.0 jar WSO2 Carbon Kernel - Tools