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 <[email protected]> AuthorDate: Fri Sep 27 15:56:12 2019 -0500 KNOX-2035 - Upgrade maven-bundle-plugin to 4.2.1 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 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>
