This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 072f9ea add .java-version in case you may use jenv 072f9ea is described below commit 072f9eac558b9aee67230ccadc445cc750600c3c Author: önder sezgin <ond...@apache.org> AuthorDate: Thu Jun 27 12:53:56 2019 +0100 add .java-version in case you may use jenv to play around multiple jvm(s) on a single dev box --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0846c5e..5d69a55 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ log-camel-lsp.out components/camel-cxf/activemq-data *.swp .flattened-pom.xml +.java-version