You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2017/03/30 23:41:25 UTC

svn commit: r1789604 - /myfaces/core/branches/2.3.x/parent/pom.xml

Author: lu4242
Date: Thu Mar 30 23:41:25 2017
New Revision: 1789604

URL: http://svn.apache.org/viewvc?rev=1789604&view=rev
Log:
update maven felix plugin to 3.0.1 to fix issue in 2.5.4

Modified:
    myfaces/core/branches/2.3.x/parent/pom.xml

Modified: myfaces/core/branches/2.3.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/parent/pom.xml?rev=1789604&r1=1789603&r2=1789604&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/parent/pom.xml (original)
+++ myfaces/core/branches/2.3.x/parent/pom.xml Thu Mar 30 23:41:25 2017
@@ -171,7 +171,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.5.4</version>
+                    <version>3.0.1</version>
                 </plugin>
 
                 <plugin>