You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/08 04:48:08 UTC

[camel-examples] branch master updated: Pointing to 3.5.0 for creating tag

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


The following commit(s) were added to refs/heads/master by this push:
     new 70abecd  Pointing to 3.5.0 for creating tag
70abecd is described below

commit 70abecd61e4c6056390072dc87600b23fc122362
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 06:41:00 2020 +0200

    Pointing to 3.5.0 for creating tag
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index a631f2b..808ab22 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -167,7 +167,7 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.5.0-SNAPSHOT</camel.version>
+        <camel.version>3.5.0</camel.version>
 
         <!-- Versions -->
         <arquillian-version>1.5.0.Final</arquillian-version>