You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/08/18 08:57:28 UTC

[mina-sshd] 16/18: Updated bundle plugin version to 5.1.1

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 854ea3a30a0d01e8b016aadef97139a149358681
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:55:19 2020 +0300

    Updated bundle plugin version to 5.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50c3fde..31caa3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1346,7 +1346,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.2.1</version>
+                <version>5.1.1</version>
                 <inherited>true</inherited>
                 <extensions>true</extensions>
                 <executions>