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-spring-boot-examples.git
The following commit(s) were added to refs/heads/master by this push: new 8db928a Point to 3.5.0 for tagging 8db928a is described below commit 8db928a6e039c200403c240848ac9d06a436239f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 8 07:31:11 2020 +0200 Point to 3.5.0 for tagging --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46276f3..7df711d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>spring-boot</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0</version> </parent> <groupId>org.apache.camel.springboot.example</groupId> @@ -81,7 +81,7 @@ <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql --> <!-- as having org.apache.camel as prefix is not needed and makes the name very long --> <camel.osgi.symbolic.name>${project.artifactId}</camel.osgi.symbolic.name> - <camel-version>3.5.0-SNAPSHOT</camel-version> + <camel-version>3.5.0</camel-version> <skip.starting.camel.context>false</skip.starting.camel.context> <javax.servlet.api.version>4.0.1</javax.servlet.api.version> <camel.osgi.export.pkg />