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 <[email protected]> AuthorDate: Sun Jun 23 12:08:10 2019 -0400 KNOX-1902 - Upgrade maven-bundle-plugin to 4.2.0 Signed-off-by: Kevin Risden <[email protected]> --- 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>
