This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 931d7baa9f5280af8d99d132814834e859ba14a5 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Dec 24 19:47:04 2019 +0200 Upgraded Maven bundle plugin version to 4.2.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6919ab8..c5681a2 100644 --- a/pom.xml +++ b/pom.xml @@ -1234,7 +1234,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> <executions>