You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/01/03 14:31:32 UTC

camel git commit: Oh there is kotlin 1.0.6

Repository: camel
Updated Branches:
  refs/heads/master c4272100b -> 221923e02


Oh there is kotlin 1.0.6


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/221923e0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/221923e0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/221923e0

Branch: refs/heads/master
Commit: 221923e0274334c51a31c4078eb44be11fcf3b4b
Parents: c427210
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jan 3 15:31:00 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jan 3 15:31:00 2017 +0100

----------------------------------------------------------------------
 examples/camel-example-kotlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/221923e0/examples/camel-example-kotlin/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-kotlin/pom.xml b/examples/camel-example-kotlin/pom.xml
index 35fa24e..2474700 100644
--- a/examples/camel-example-kotlin/pom.xml
+++ b/examples/camel-example-kotlin/pom.xml
@@ -32,7 +32,7 @@
   <description>A Camel route using Kotlin</description>
 
   <properties>
-    <kotlin.version>1.0.4</kotlin.version>
+    <kotlin.version>1.0.6</kotlin.version>
   </properties>
 
   <dependencies>