This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new d513886 Upgrade Felix maven-bundle-plugin to 5.1.3 d513886 is described below commit d513886924dab0738effb40222027cc8a8af276e Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Mon Dec 27 21:53:00 2021 +0100 Upgrade Felix maven-bundle-plugin to 5.1.3 Fixes Reproducible Builds issues. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ee1878..1ec30dc 100644 --- a/pom.xml +++ b/pom.xml @@ -1428,7 +1428,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.2</version> + <version>5.1.3</version> <inherited>true</inherited> <extensions>true</extensions> <executions>