You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2019/03/17 21:18:36 UTC

[storm] branch master updated: STORM-3357: Bump Clojure version to 1.10

This is an automated email from the ASF dual-hosted git repository.

kabhwan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 49cf9cc  STORM-3357: Bump Clojure version to 1.10
     new 0ea3c89  Merge branch 'STORM-3357' of https://github.com/srdo/storm into STORM-3357-merge
49cf9cc is described below

commit 49cf9ccd087fd81e563172a9c695b0a409dcdf64
Author: Stig Rohde Døssing <sr...@apache.org>
AuthorDate: Wed Mar 13 18:19:11 2019 +0100

    STORM-3357: Bump Clojure version to 1.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fefd3e7..25fca9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
         <license.skipAggregateAddThirdParty>true</license.skipAggregateAddThirdParty>
 
         <!-- dependency versions -->
-        <clojure.version>1.7.0</clojure.version>
+        <clojure.version>1.10.0</clojure.version>
         <commons-compress.version>1.18</commons-compress.version>
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>