Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x 7432d645c -> d1e31f863
[maven-release-plugin] prepare release servicemix-5.0.1 Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/d1e31f86 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/d1e31f86 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/d1e31f86 Branch: refs/heads/servicemix-5.0.x Commit: d1e31f863d27ad4735e91810ae3dd39bcd3f822c Parents: 7432d64 Author: Gert Vanthienen <[email protected]> Authored: Wed May 14 16:32:17 2014 +0200 Committer: Gert Vanthienen <[email protected]> Committed: Wed May 14 16:32:17 2014 +0200 ---------------------------------------------------------------------- activemq/activemq-camel/pom.xml | 6 ++---- activemq/activemq-service/pom.xml | 2 +- activemq/pom.xml | 2 +- activiti/activiti-config/pom.xml | 2 +- activiti/pom.xml | 2 +- assembly/pom.xml | 2 +- branding/pom.xml | 2 +- examples/activemq/activemq-camel-blueprint/pom.xml | 2 +- examples/activemq/pom.xml | 2 +- examples/activiti/activiti-camel/pom.xml | 2 +- examples/activiti/pom.xml | 2 +- examples/akka/akka-camel/pom.xml | 2 +- examples/akka/pom.xml | 2 +- examples/camel/camel-blueprint/pom.xml | 2 +- examples/camel/camel-cxf-rest/camel-cxf-rest-client/pom.xml | 2 +- examples/camel/camel-cxf-rest/camel-cxf-rest-route/pom.xml | 2 +- examples/camel/camel-cxf-rest/camel-cxf-rest-service/pom.xml | 2 +- examples/camel/camel-cxf-rest/pom.xml | 2 +- examples/camel/camel-drools-blueprint/pom.xml | 2 +- examples/camel/camel-drools/pom.xml | 2 +- examples/camel/camel-osgi/pom.xml | 2 +- examples/camel/camel-sql/camel-sql-datasource-derby/pom.xml | 2 +- examples/camel/camel-sql/camel-sql-datasource-h2/pom.xml | 2 +- examples/camel/camel-sql/camel-sql-datasource-pgsql/pom.xml | 2 +- examples/camel/camel-sql/camel-sql-orders/pom.xml | 2 +- examples/camel/camel-sql/pom.xml | 2 +- examples/camel/pom.xml | 2 +- examples/cxf/cxf-jaxrs-blueprint/pom.xml | 2 +- examples/cxf/cxf-jaxrs/pom.xml | 2 +- examples/cxf/cxf-jaxws-blueprint/pom.xml | 2 +- examples/cxf/cxf-osgi/pom.xml | 2 +- examples/cxf/cxf-ws-addressing/pom.xml | 2 +- examples/cxf/cxf-ws-rm/pom.xml | 2 +- examples/cxf/cxf-ws-security-blueprint/pom.xml | 2 +- examples/cxf/cxf-ws-security-osgi/pom.xml | 2 +- examples/cxf/cxf-ws-security-signature/pom.xml | 2 +- examples/cxf/cxf-wsn/cxf-wsn-base/pom.xml | 2 +- examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml | 2 +- examples/cxf/cxf-wsn/cxf-wsn-notifier/pom.xml | 2 +- examples/cxf/cxf-wsn/cxf-wsn-receive/pom.xml | 2 +- examples/cxf/cxf-wsn/pom.xml | 2 +- examples/cxf/pom.xml | 2 +- examples/pom.xml | 2 +- itests/pom.xml | 2 +- logging/jms-appender/pom.xml | 2 +- logging/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 5 +++-- 48 files changed, 51 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/activemq/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq/activemq-camel/pom.xml b/activemq/activemq-camel/pom.xml index 995d0d3..55a03c1 100644 --- a/activemq/activemq-camel/pom.xml +++ b/activemq/activemq-camel/pom.xml @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -25,7 +23,7 @@ <parent> <artifactId>activemq</artifactId> <groupId>org.apache.servicemix</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/activemq/activemq-service/pom.xml ---------------------------------------------------------------------- diff --git a/activemq/activemq-service/pom.xml b/activemq/activemq-service/pom.xml index 741e2cd..64b8dce 100644 --- a/activemq/activemq-service/pom.xml +++ b/activemq/activemq-service/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>activemq</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <groupId>org.apache.servicemix.activemq</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/activemq/pom.xml ---------------------------------------------------------------------- diff --git a/activemq/pom.xml b/activemq/pom.xml index 658341b..812a28f 100644 --- a/activemq/pom.xml +++ b/activemq/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/activiti/activiti-config/pom.xml ---------------------------------------------------------------------- diff --git a/activiti/activiti-config/pom.xml b/activiti/activiti-config/pom.xml index 12c83d4..65e4012 100644 --- a/activiti/activiti-config/pom.xml +++ b/activiti/activiti-config/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>activiti</artifactId> <groupId>org.apache.servicemix.activiti</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>org.apache.servicemix.activiti.config</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/activiti/pom.xml ---------------------------------------------------------------------- diff --git a/activiti/pom.xml b/activiti/pom.xml index 11a183d..76f94ee 100644 --- a/activiti/pom.xml +++ b/activiti/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 9c61ddb..9bfd584 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index b83adea..761ae86 100644 --- a/branding/pom.xml +++ b/branding/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/activemq/activemq-camel-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activemq/activemq-camel-blueprint/pom.xml b/examples/activemq/activemq-camel-blueprint/pom.xml index 81a48ad..1079c1a 100644 --- a/examples/activemq/activemq-camel-blueprint/pom.xml +++ b/examples/activemq/activemq-camel-blueprint/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>activemq-examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>activemq-camel-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/activemq/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activemq/pom.xml b/examples/activemq/pom.xml index d1940a2..ec0740e 100644 --- a/examples/activemq/pom.xml +++ b/examples/activemq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/activiti/activiti-camel/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activiti/activiti-camel/pom.xml b/examples/activiti/activiti-camel/pom.xml index 74da4c1..98654e1 100644 --- a/examples/activiti/activiti-camel/pom.xml +++ b/examples/activiti/activiti-camel/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>activiti-examples</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>activiti-camel</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/activiti/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activiti/pom.xml b/examples/activiti/pom.xml index 75448d4..6752985 100644 --- a/examples/activiti/pom.xml +++ b/examples/activiti/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/akka/akka-camel/pom.xml ---------------------------------------------------------------------- diff --git a/examples/akka/akka-camel/pom.xml b/examples/akka/akka-camel/pom.xml index b4b0d2f..821ec17 100644 --- a/examples/akka/akka-camel/pom.xml +++ b/examples/akka/akka-camel/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>akka-examples</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/akka/pom.xml ---------------------------------------------------------------------- diff --git a/examples/akka/pom.xml b/examples/akka/pom.xml index ae76e6c..c8435bf 100644 --- a/examples/akka/pom.xml +++ b/examples/akka/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-blueprint/pom.xml b/examples/camel/camel-blueprint/pom.xml index 0f5dff2..345275e 100644 --- a/examples/camel/camel-blueprint/pom.xml +++ b/examples/camel/camel-blueprint/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>camel-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-cxf-rest/camel-cxf-rest-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-rest/camel-cxf-rest-client/pom.xml b/examples/camel/camel-cxf-rest/camel-cxf-rest-client/pom.xml index 50f8ed5..50ef10c 100644 --- a/examples/camel/camel-cxf-rest/camel-cxf-rest-client/pom.xml +++ b/examples/camel/camel-cxf-rest/camel-cxf-rest-client/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>camel-cxf-rest</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-cxf-rest/camel-cxf-rest-route/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-rest/camel-cxf-rest-route/pom.xml b/examples/camel/camel-cxf-rest/camel-cxf-rest-route/pom.xml index 45f6c69..7b3af8c 100644 --- a/examples/camel/camel-cxf-rest/camel-cxf-rest-route/pom.xml +++ b/examples/camel/camel-cxf-rest/camel-cxf-rest-route/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>camel-cxf-rest</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-cxf-rest/camel-cxf-rest-service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-rest/camel-cxf-rest-service/pom.xml b/examples/camel/camel-cxf-rest/camel-cxf-rest-service/pom.xml index 2474f4f..47cc607 100644 --- a/examples/camel/camel-cxf-rest/camel-cxf-rest-service/pom.xml +++ b/examples/camel/camel-cxf-rest/camel-cxf-rest-service/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>camel-cxf-rest</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-cxf-rest/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-rest/pom.xml b/examples/camel/camel-cxf-rest/pom.xml index 050ea7c..4e5fe99 100644 --- a/examples/camel/camel-cxf-rest/pom.xml +++ b/examples/camel/camel-cxf-rest/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-examples</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-drools-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-drools-blueprint/pom.xml b/examples/camel/camel-drools-blueprint/pom.xml index b5f9706..8484729 100644 --- a/examples/camel/camel-drools-blueprint/pom.xml +++ b/examples/camel/camel-drools-blueprint/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-examples</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-drools/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-drools/pom.xml b/examples/camel/camel-drools/pom.xml index de82916..2b9f17f 100644 --- a/examples/camel/camel-drools/pom.xml +++ b/examples/camel/camel-drools/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>camel-drools</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-osgi/pom.xml b/examples/camel/camel-osgi/pom.xml index f4524a4..7f26083 100644 --- a/examples/camel/camel-osgi/pom.xml +++ b/examples/camel/camel-osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>camel-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-sql/camel-sql-datasource-derby/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-sql/camel-sql-datasource-derby/pom.xml b/examples/camel/camel-sql/camel-sql-datasource-derby/pom.xml index a3481f5..0987fab 100644 --- a/examples/camel/camel-sql/camel-sql-datasource-derby/pom.xml +++ b/examples/camel/camel-sql/camel-sql-datasource-derby/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-sql</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-sql/camel-sql-datasource-h2/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-sql/camel-sql-datasource-h2/pom.xml b/examples/camel/camel-sql/camel-sql-datasource-h2/pom.xml index 57ec1a4..8b05b60 100644 --- a/examples/camel/camel-sql/camel-sql-datasource-h2/pom.xml +++ b/examples/camel/camel-sql/camel-sql-datasource-h2/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-sql</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-sql/camel-sql-datasource-pgsql/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-sql/camel-sql-datasource-pgsql/pom.xml b/examples/camel/camel-sql/camel-sql-datasource-pgsql/pom.xml index 18607a2..de3243c 100644 --- a/examples/camel/camel-sql/camel-sql-datasource-pgsql/pom.xml +++ b/examples/camel/camel-sql/camel-sql-datasource-pgsql/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-sql</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-sql/camel-sql-orders/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-sql/camel-sql-orders/pom.xml b/examples/camel/camel-sql/camel-sql-orders/pom.xml index 8ff4d03..ecc7975 100644 --- a/examples/camel/camel-sql/camel-sql-orders/pom.xml +++ b/examples/camel/camel-sql/camel-sql-orders/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-sql</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/camel-sql/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-sql/pom.xml b/examples/camel/camel-sql/pom.xml index f2b0b79..0e4fe69 100644 --- a/examples/camel/camel-sql/pom.xml +++ b/examples/camel/camel-sql/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-examples</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/camel/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/pom.xml b/examples/camel/pom.xml index 6e64e43..74055ed 100644 --- a/examples/camel/pom.xml +++ b/examples/camel/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-jaxrs-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-jaxrs-blueprint/pom.xml b/examples/cxf/cxf-jaxrs-blueprint/pom.xml index cfdefa3..6368654 100644 --- a/examples/cxf/cxf-jaxrs-blueprint/pom.xml +++ b/examples/cxf/cxf-jaxrs-blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-jaxrs-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-jaxrs/pom.xml b/examples/cxf/cxf-jaxrs/pom.xml index 4786194..ec68974 100644 --- a/examples/cxf/cxf-jaxrs/pom.xml +++ b/examples/cxf/cxf-jaxrs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-jaxrs</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-jaxws-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-jaxws-blueprint/pom.xml b/examples/cxf/cxf-jaxws-blueprint/pom.xml index d5aef21..8e203cb 100644 --- a/examples/cxf/cxf-jaxws-blueprint/pom.xml +++ b/examples/cxf/cxf-jaxws-blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-jaxws-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-osgi/pom.xml b/examples/cxf/cxf-osgi/pom.xml index e783823..d1259a4 100644 --- a/examples/cxf/cxf-osgi/pom.xml +++ b/examples/cxf/cxf-osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-ws-addressing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-ws-addressing/pom.xml b/examples/cxf/cxf-ws-addressing/pom.xml index 3f2183f..3e431de 100644 --- a/examples/cxf/cxf-ws-addressing/pom.xml +++ b/examples/cxf/cxf-ws-addressing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-ws-addressing</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-ws-rm/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-ws-rm/pom.xml b/examples/cxf/cxf-ws-rm/pom.xml index b2ee5bf..ef7804d 100644 --- a/examples/cxf/cxf-ws-rm/pom.xml +++ b/examples/cxf/cxf-ws-rm/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-ws-rm</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-ws-security-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-ws-security-blueprint/pom.xml b/examples/cxf/cxf-ws-security-blueprint/pom.xml index 2c5eb6d..acfba52 100644 --- a/examples/cxf/cxf-ws-security-blueprint/pom.xml +++ b/examples/cxf/cxf-ws-security-blueprint/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-ws-security-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-ws-security-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-ws-security-osgi/pom.xml b/examples/cxf/cxf-ws-security-osgi/pom.xml index b2500fd..a420672 100644 --- a/examples/cxf/cxf-ws-security-osgi/pom.xml +++ b/examples/cxf/cxf-ws-security-osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-ws-security-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-ws-security-signature/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-ws-security-signature/pom.xml b/examples/cxf/cxf-ws-security-signature/pom.xml index 7a38e99..c59fe42 100644 --- a/examples/cxf/cxf-ws-security-signature/pom.xml +++ b/examples/cxf/cxf-ws-security-signature/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-ws-security-signature</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-wsn/cxf-wsn-base/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-wsn/cxf-wsn-base/pom.xml b/examples/cxf/cxf-wsn/cxf-wsn-base/pom.xml index 5efe8d8..15afa5f 100644 --- a/examples/cxf/cxf-wsn/cxf-wsn-base/pom.xml +++ b/examples/cxf/cxf-wsn/cxf-wsn-base/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>cxf-wsn</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml b/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml index bdfb775..e0b5d79 100644 --- a/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml +++ b/examples/cxf/cxf-wsn/cxf-wsn-client/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>cxf-wsn</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-wsn/cxf-wsn-notifier/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-wsn/cxf-wsn-notifier/pom.xml b/examples/cxf/cxf-wsn/cxf-wsn-notifier/pom.xml index 71ca261..e76dd9c 100644 --- a/examples/cxf/cxf-wsn/cxf-wsn-notifier/pom.xml +++ b/examples/cxf/cxf-wsn/cxf-wsn-notifier/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cxf-wsn</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-wsn/cxf-wsn-receive/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-wsn/cxf-wsn-receive/pom.xml b/examples/cxf/cxf-wsn/cxf-wsn-receive/pom.xml index dc7a6c1..10665c0 100644 --- a/examples/cxf/cxf-wsn/cxf-wsn-receive/pom.xml +++ b/examples/cxf/cxf-wsn/cxf-wsn-receive/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cxf-wsn</artifactId> <groupId>org.apache.servicemix.examples</groupId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/cxf-wsn/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-wsn/pom.xml b/examples/cxf/cxf-wsn/pom.xml index 88d5d5d..05b6f66 100644 --- a/examples/cxf/cxf-wsn/pom.xml +++ b/examples/cxf/cxf-wsn/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>cxf</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>cxf-wsn</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/pom.xml b/examples/cxf/pom.xml index 54fbb5b..928df81 100644 --- a/examples/cxf/pom.xml +++ b/examples/cxf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>examples</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index eb7bc89..79fdac1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 4e3c124..c9c0b0e 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/logging/jms-appender/pom.xml ---------------------------------------------------------------------- diff --git a/logging/jms-appender/pom.xml b/logging/jms-appender/pom.xml index db00f37..24cac3d 100644 --- a/logging/jms-appender/pom.xml +++ b/logging/jms-appender/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix.logging</groupId> <artifactId>logging</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>jms-appender</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/logging/pom.xml ---------------------------------------------------------------------- diff --git a/logging/pom.xml b/logging/pom.xml index 9252207..47a1297 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2bbae28..1012630 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/d1e31f86/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a3ba194..f042d2b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> <packaging>pom</packaging> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <name>Apache ServiceMix</name> <url>http://servicemix.apache.org/</url> @@ -51,7 +51,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix.git</url> - </scm> + <tag>servicemix-5.0.1</tag> + </scm> <issueManagement> <system>jira</system>
