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 2019/07/18 12:10:07 UTC

[mina-sshd] 11/18: Upgraded Maven felix plugin version to 4.2.0

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 dd326875a3ab6cee27d372c93987503c6edd91b3
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:41:25 2019 +0300

    Upgraded Maven felix plugin version to 4.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e5bf61..9cd298f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1229,7 +1229,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>
                 <executions>