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:52:51 UTC

[camel-karaf-examples] branch master updated: Point to 3.5.0 for tagging examples

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-karaf-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c1c5c9  Point to 3.5.0 for tagging examples
8c1c5c9 is described below

commit 8c1c5c96d15307acbffcfb11daf58a39f44d8541
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 06:51:13 2020 +0200

    Point to 3.5.0 for tagging examples
---
 examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index fd979bc..df012d1 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -106,8 +106,8 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.5.0-SNAPSHOT</camel.version>
-        <camel.karaf.version>3.5.0-SNAPSHOT</camel.karaf.version>
+        <camel.version>3.5.0</camel.version>
+        <camel.karaf.version>3.5.0</camel.karaf.version>
 
         <!-- Versions -->
         <arquillian-version>1.5.0.Final</arquillian-version>