You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/09/10 19:06:51 UTC

[knox] 01/06: KNOX-2448 - Upgrade exec-maven-plugin to 3.0.0

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

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

commit 1cb699218258454fd348d18df8f221e33e5d95b7
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Sep 10 14:41:17 2020 -0400

    KNOX-2448 - Upgrade exec-maven-plugin to 3.0.0
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 343d5b3..3384e30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
         <easymock.version>4.2</easymock.version>
         <eclipselink.version>2.7.6</eclipselink.version>
         <ehcache.version>2.6.11</ehcache.version>
-        <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
+        <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
         <fastinfoset.version>1.2.18</fastinfoset.version>
         <findsecbugs-plugin.version>1.10.1</findsecbugs-plugin.version>
         <forbiddenapis.version>3.0.1</forbiddenapis.version>