This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 8d3921574f9b728d9eb820747653ccfb040beb52 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 28 12:13:22 2020 +0100 Bump to version 3.2.0-SNAPSHOT also rest-karaf-osgi-activator example --- examples/camel-example-rest-karaf-osgi-activator/core-rest/pom.xml | 2 +- .../camel-example-rest-karaf-osgi-activator/distribution/pom.xml | 2 +- examples/camel-example-rest-karaf-osgi-activator/parent/pom.xml | 6 +++--- examples/camel-example-rest-karaf-osgi-activator/pom.xml | 4 ++-- examples/camel-example-rest-karaf-osgi-activator/provision/pom.xml | 2 +- .../camel-example-rest-karaf-osgi-activator/tika-detect/pom.xml | 2 +- examples/camel-example-rest-karaf-osgi-activator/tika-parse/pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/camel-example-rest-karaf-osgi-activator/core-rest/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/core-rest/pom.xml index 8f0467d..6d9b0be 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/core-rest/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/core-rest/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-rest-karaf-osgi-activator-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>camel-example-rest-karaf-osgi-activator-core-rest</artifactId> diff --git a/examples/camel-example-rest-karaf-osgi-activator/distribution/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/distribution/pom.xml index c8d51ba..a1a9573 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/distribution/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/distribution/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-rest-karaf-osgi-activator-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/examples/camel-example-rest-karaf-osgi-activator/parent/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/parent/pom.xml index 7f2c60e..21c16c1 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/parent/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/parent/pom.xml @@ -19,13 +19,13 @@ --> <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"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-rest-karaf-osgi-activator</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>camel-example-rest-karaf-osgi-activator-parent</artifactId> <name>Camel :: Example :: REST :: Karaf :: OSGi Activator :: Parent</name> @@ -44,4 +44,4 @@ </pluginManagement> </build> -</project> \ No newline at end of file +</project> diff --git a/examples/camel-example-rest-karaf-osgi-activator/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/pom.xml index dff9033..7a7919c 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>camel-example-rest-karaf-osgi-activator</artifactId> @@ -85,4 +85,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/examples/camel-example-rest-karaf-osgi-activator/provision/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/provision/pom.xml index 2a42079..fc7be21 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/provision/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/provision/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-rest-karaf-osgi-activator-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>camel-example-rest-karaf-osgi-activator-provision</artifactId> diff --git a/examples/camel-example-rest-karaf-osgi-activator/tika-detect/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/tika-detect/pom.xml index 450ee05..0153161 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/tika-detect/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/tika-detect/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-rest-karaf-osgi-activator-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>camel-example-rest-karaf-osgi-activator-tika-detect</artifactId> diff --git a/examples/camel-example-rest-karaf-osgi-activator/tika-parse/pom.xml b/examples/camel-example-rest-karaf-osgi-activator/tika-parse/pom.xml index 163db6a..675415a 100644 --- a/examples/camel-example-rest-karaf-osgi-activator/tika-parse/pom.xml +++ b/examples/camel-example-rest-karaf-osgi-activator/tika-parse/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-rest-karaf-osgi-activator-parent</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>camel-example-rest-karaf-osgi-activator-tika-parse</artifactId>