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/09/27 22:00:09 UTC

[knox] 02/20: KNOX-2035 - Upgrade maven-bundle-plugin to 4.2.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 290aa1d71bace192e15fb98d6be708e2b68c167f
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Sep 27 15:56:12 2019 -0500

    KNOX-2035 - Upgrade maven-bundle-plugin to 4.2.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 f4ae230..50132ad 100644
--- a/gateway-test-release/pom.xml
+++ b/gateway-test-release/pom.xml
@@ -290,7 +290,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.2.0</version>
+                <version>4.2.1</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
             </plugin>