Repository: servicemix Updated Branches: refs/heads/servicemix-6.0.x ec3a493b8 -> 40b026fcc
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/40b026fc Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/40b026fc Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/40b026fc Branch: refs/heads/servicemix-6.0.x Commit: 40b026fccbd878d5dc199b13b84acd0761d768b0 Parents: ec3a493 Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Jul 4 23:04:34 2016 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon Jul 4 23:04:34 2016 +0200 ---------------------------------------------------------------------- activemq/activemq-camel/pom.xml | 2 +- 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 +- drools/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-cxf-soap/camel-cxf-soap-client/pom.xml | 2 +- examples/camel/camel-cxf-soap/camel-cxf-soap-route/pom.xml | 2 +- examples/camel/camel-cxf-soap/camel-cxf-soap-service/pom.xml | 2 +- examples/camel/camel-cxf-soap/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/drools/drools-camel-blueprint/pom.xml | 2 +- examples/drools/drools-camel-cxf-server/pom.xml | 2 +- examples/drools/drools-simple/pom.xml | 2 +- examples/drools/drools-spring/pom.xml | 2 +- examples/drools/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 | 4 ++-- tooling/archetypes/pom.xml | 2 +- tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/pom.xml | 2 +- tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml | 2 +- tooling/archetypes/servicemix-osgi-bundle/pom.xml | 2 +- tooling/pom.xml | 2 +- 63 files changed, 64 insertions(+), 64 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/activemq/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq/activemq-camel/pom.xml b/activemq/activemq-camel/pom.xml index 37147f1..a899089 100644 --- a/activemq/activemq-camel/pom.xml +++ b/activemq/activemq-camel/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>activemq</artifactId> <groupId>org.apache.servicemix</groupId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/activemq/activemq-service/pom.xml ---------------------------------------------------------------------- diff --git a/activemq/activemq-service/pom.xml b/activemq/activemq-service/pom.xml index b95231c..f3d3c58 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.activemq</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/activemq/pom.xml ---------------------------------------------------------------------- diff --git a/activemq/pom.xml b/activemq/pom.xml index f0e2005..cc1a489 100644 --- a/activemq/pom.xml +++ b/activemq/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/activiti/activiti-config/pom.xml ---------------------------------------------------------------------- diff --git a/activiti/activiti-config/pom.xml b/activiti/activiti-config/pom.xml index 58b77e6..28e06e5 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>org.apache.servicemix.activiti.config</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/activiti/pom.xml ---------------------------------------------------------------------- diff --git a/activiti/pom.xml b/activiti/pom.xml index 4ebf9df..1b8b82f 100644 --- a/activiti/pom.xml +++ b/activiti/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index d4e5f89..cdb3fb6 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index d1b5347..e208171 100644 --- a/branding/pom.xml +++ b/branding/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/drools/pom.xml ---------------------------------------------------------------------- diff --git a/drools/pom.xml b/drools/pom.xml index 1252ac4..d35f408 100644 --- a/drools/pom.xml +++ b/drools/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 6aef096..365d4d0 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>activemq-camel-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/activemq/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activemq/pom.xml b/examples/activemq/pom.xml index fa0ae48..4e0208c 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/activiti/activiti-camel/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activiti/activiti-camel/pom.xml b/examples/activiti/activiti-camel/pom.xml index 33f3c08..4e1a1f1 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>activiti-camel</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/activiti/pom.xml ---------------------------------------------------------------------- diff --git a/examples/activiti/pom.xml b/examples/activiti/pom.xml index 3576df7..11bc564 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/akka/akka-camel/pom.xml ---------------------------------------------------------------------- diff --git a/examples/akka/akka-camel/pom.xml b/examples/akka/akka-camel/pom.xml index c7a69a4..b4a6631 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/akka/pom.xml ---------------------------------------------------------------------- diff --git a/examples/akka/pom.xml b/examples/akka/pom.xml index f2e49c8..08ff1fa 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-blueprint/pom.xml b/examples/camel/camel-blueprint/pom.xml index 0c54ad5..3f21c45 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>camel-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 3b2fdc7..e831786 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 e45b6aa..ce2b8cf 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 b75c988..dd6928f 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 f715253..6f19fd9 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-cxf-soap/camel-cxf-soap-client/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-soap/camel-cxf-soap-client/pom.xml b/examples/camel/camel-cxf-soap/camel-cxf-soap-client/pom.xml index 34e5f11..0e7f03f 100644 --- a/examples/camel/camel-cxf-soap/camel-cxf-soap-client/pom.xml +++ b/examples/camel/camel-cxf-soap/camel-cxf-soap-client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-cxf-soap</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-cxf-soap/camel-cxf-soap-route/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-soap/camel-cxf-soap-route/pom.xml b/examples/camel/camel-cxf-soap/camel-cxf-soap-route/pom.xml index 1940b1a..c4942a5 100644 --- a/examples/camel/camel-cxf-soap/camel-cxf-soap-route/pom.xml +++ b/examples/camel/camel-cxf-soap/camel-cxf-soap-route/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-cxf-soap</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-cxf-soap/camel-cxf-soap-service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-soap/camel-cxf-soap-service/pom.xml b/examples/camel/camel-cxf-soap/camel-cxf-soap-service/pom.xml index dc62e8d..e5b8c43 100644 --- a/examples/camel/camel-cxf-soap/camel-cxf-soap-service/pom.xml +++ b/examples/camel/camel-cxf-soap/camel-cxf-soap-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-cxf-soap</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-cxf-soap/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-cxf-soap/pom.xml b/examples/camel/camel-cxf-soap/pom.xml index dadfe86..77a007a 100644 --- a/examples/camel/camel-cxf-soap/pom.xml +++ b/examples/camel/camel-cxf-soap/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>camel-examples</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 2cc0ad8..b32cb71 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-drools/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-drools/pom.xml b/examples/camel/camel-drools/pom.xml index 19b62cf..91d857f 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>camel-drools</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-osgi/pom.xml b/examples/camel/camel-osgi/pom.xml index bc196a4..c8ed373 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>camel-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 2355b1c..689b00e 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 b9a372a..757012f 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 48788f1..7c01a41 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 22e3550..8153af0 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/camel-sql/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-sql/pom.xml b/examples/camel/camel-sql/pom.xml index 09fd5ee..29ab9cd 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/camel/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel/pom.xml b/examples/camel/pom.xml index e7adddb..295de4a 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 f144c59..adacdb5 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-jaxrs-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/cxf/cxf-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-jaxrs/pom.xml b/examples/cxf/cxf-jaxrs/pom.xml index 7ec90f2..4db49ca 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-jaxrs</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 bcc8f63..026878d 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-jaxws-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/cxf/cxf-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-osgi/pom.xml b/examples/cxf/cxf-osgi/pom.xml index e8c9b04..cf3f47f 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 a0fb093..2af1534 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-ws-addressing</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 8017952..7988465 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-ws-rm</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 c6c4b1b..338f9e9 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-ws-security-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 543b0a7..2083bb0 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-ws-security-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 8c6dd14..2654928 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-ws-security-signature</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 9f95724..5afb0fc 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 4424367..534f1e1 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 f6a8626..61579d9 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/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 1fbc56b..ffb9c8a 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/cxf/cxf-wsn/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/cxf-wsn/pom.xml b/examples/cxf/cxf-wsn/pom.xml index f005c3a..76910e6 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>cxf-wsn</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cxf/pom.xml b/examples/cxf/pom.xml index d55d44c..0718e86 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.examples</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/drools/drools-camel-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/examples/drools/drools-camel-blueprint/pom.xml b/examples/drools/drools-camel-blueprint/pom.xml index 925dbd4..e252105 100644 --- a/examples/drools/drools-camel-blueprint/pom.xml +++ b/examples/drools/drools-camel-blueprint/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>drools</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>drools-camel-blueprint</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/drools/drools-camel-cxf-server/pom.xml ---------------------------------------------------------------------- diff --git a/examples/drools/drools-camel-cxf-server/pom.xml b/examples/drools/drools-camel-cxf-server/pom.xml index c9974d2..4856d84 100644 --- a/examples/drools/drools-camel-cxf-server/pom.xml +++ b/examples/drools/drools-camel-cxf-server/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>drools</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>drools-camel-cxf-server</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/drools/drools-simple/pom.xml ---------------------------------------------------------------------- diff --git a/examples/drools/drools-simple/pom.xml b/examples/drools/drools-simple/pom.xml index 24675de..b38caee 100644 --- a/examples/drools/drools-simple/pom.xml +++ b/examples/drools/drools-simple/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>drools</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>drools-simple</artifactId> <name>Apache ServiceMix :: Examples :: Drools :: Simple</name> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/drools/drools-spring/pom.xml ---------------------------------------------------------------------- diff --git a/examples/drools/drools-spring/pom.xml b/examples/drools/drools-spring/pom.xml index c848e17..d5ac644 100644 --- a/examples/drools/drools-spring/pom.xml +++ b/examples/drools/drools-spring/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>drools</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>drools-spring</artifactId> <name>Apache ServiceMix :: Examples :: Drools :: Spring</name> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/drools/pom.xml ---------------------------------------------------------------------- diff --git a/examples/drools/pom.xml b/examples/drools/pom.xml index 1f0e292..328c47a 100644 --- a/examples/drools/pom.xml +++ b/examples/drools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.servicemix.examples</groupId> <artifactId>examples</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>drools</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index d7ea140..c6f5b45 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 9d91156..a0236d7 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/logging/jms-appender/pom.xml ---------------------------------------------------------------------- diff --git a/logging/jms-appender/pom.xml b/logging/jms-appender/pom.xml index 1611d80..b233d58 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>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <artifactId>jms-appender</artifactId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/logging/pom.xml ---------------------------------------------------------------------- diff --git a/logging/pom.xml b/logging/pom.xml index d222e75..c6e332a 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 41da362..c8d7bc5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1df0846..699ef0d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix</groupId> <artifactId>servicemix</artifactId> <packaging>pom</packaging> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <name>Apache ServiceMix</name> <url>http://servicemix.apache.org/</url> @@ -54,7 +54,7 @@ <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> - <tag>servicemix-6.0.4</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/tooling/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/pom.xml b/tooling/archetypes/pom.xml index 7a12b80..2069a46 100644 --- a/tooling/archetypes/pom.xml +++ b/tooling/archetypes/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>tooling</artifactId> <groupId>org.apache.servicemix.tooling</groupId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/pom.xml b/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/pom.xml index 2f27a1b..d3ca6b0 100644 --- a/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/pom.xml +++ b/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>archetypes</artifactId> <groupId>org.apache.servicemix.tooling</groupId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml b/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml index 8a0d08c..a7f6398 100644 --- a/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml +++ b/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>archetypes</artifactId> <groupId>org.apache.servicemix.tooling</groupId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/tooling/archetypes/servicemix-osgi-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/servicemix-osgi-bundle/pom.xml b/tooling/archetypes/servicemix-osgi-bundle/pom.xml index e3cc1d4..65fab32 100644 --- a/tooling/archetypes/servicemix-osgi-bundle/pom.xml +++ b/tooling/archetypes/servicemix-osgi-bundle/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>archetypes</artifactId> <groupId>org.apache.servicemix.tooling</groupId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.servicemix.tooling.archetypes</groupId> http://git-wip-us.apache.org/repos/asf/servicemix/blob/40b026fc/tooling/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/pom.xml b/tooling/pom.xml index 3671865..3fb3b2b 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix</groupId> <artifactId>parent</artifactId> - <version>6.0.4</version> + <version>6.0.5-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent>
