You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2023/07/19 06:55:35 UTC

[shiro] branch main updated: upgrade m-bundle-p: solves last Reproducible Builds issue

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 373a301de upgrade m-bundle-p: solves last Reproducible Builds issue
     new d261f35fe Merge pull request #1013 from hboutemy/patch-1
373a301de is described below

commit 373a301de32595466dc26909484196d8d9c71ee2
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jul 19 07:22:09 2023 +0200

    upgrade m-bundle-p: solves last Reproducible Builds issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 175c7f104..076737323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.8</version>
+                    <version>5.1.9</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>