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:53 UTC

[knox] 03/06: KNOX-2450 - Upgrade maven-bundle-plugin to 5.1.1

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 6fb741d863c1aa3547d216f3e2f6d50139d75828
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Sep 10 14:42:46 2020 -0400

    KNOX-2450 - Upgrade maven-bundle-plugin to 5.1.1
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-test-release/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-test-release/pom.xml b/gateway-test-release/pom.xml
index de93b12..641e464 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -284,7 +284,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.2.1</version>
+                <version>5.1.1</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
             </plugin>