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 2020/08/02 15:48:15 UTC

[shiro] branch master updated: [SHIRO-785] Upgrade to maven-bundle-plugin 5.1.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f7ad79  [SHIRO-785] Upgrade to maven-bundle-plugin 5.1.1
     new 797881c  Merge pull request #246 from fpapon/SHIRO-785
8f7ad79 is described below

commit 8f7ad79f0cdb53c29ed604bbbfd665edf673e1e8
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun Aug 2 17:15:20 2020 +0200

    [SHIRO-785] Upgrade to maven-bundle-plugin 5.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 086f931..6614a11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.2.0</version>
+                    <version>5.1.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>