You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/02/15 13:18:21 UTC

[4/5] aries-rsa git commit: Update maven bundle plugin version

Update maven bundle plugin version


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/bbe8b804
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/bbe8b804
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/bbe8b804

Branch: refs/heads/master
Commit: bbe8b804468690afa02ac295717dcb623e34a84d
Parents: 7cc50e8
Author: Christian Schneider <cs...@adobe.com>
Authored: Thu Feb 15 14:01:41 2018 +0100
Committer: Christian Schneider <cs...@adobe.com>
Committed: Thu Feb 15 14:01:41 2018 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/bbe8b804/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index fd4e1a5..9b7be55 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -215,7 +215,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>3.5.0</version>
                     <extensions>true</extensions>
                 </plugin>
                 <plugin>