You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ag...@apache.org on 2022/05/04 20:37:32 UTC

[storm] branch master updated: STORM-3861 update clojure-maven-plugin (#3477)

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

agresch 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 c17f6854e STORM-3861 update clojure-maven-plugin (#3477)
c17f6854e is described below

commit c17f6854eb80bf2e37a870539bc45fc4dc2781ce
Author: Aaron Gresch <ag...@gmail.com>
AuthorDate: Wed May 4 15:37:16 2022 -0500

    STORM-3861 update clojure-maven-plugin (#3477)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26a8368e4..494e10984 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1316,7 +1316,7 @@
                 <plugin>
                     <groupId>com.theoryinpractise</groupId>
                     <artifactId>clojure-maven-plugin</artifactId>
-                    <version>1.7.1</version>
+                    <version>1.8.4</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>