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 2019/06/23 20:13:42 UTC

[knox] 03/09: KNOX-1902 - Upgrade maven-bundle-plugin to 4.2.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 26be94cf145df478159963b99dcac892cc88eb7a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Sun Jun 23 12:08:10 2019 -0400

    KNOX-1902 - Upgrade maven-bundle-plugin to 4.2.0
    
    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 df8256c..4f21873 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -293,7 +293,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.1.0</version>
+                <version>4.2.0</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
             </plugin>