You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/07/26 12:14:14 UTC

svn commit: r1692705 - /directory/project/trunk/pom.xml

Author: seelmann
Date: Sun Jul 26 10:14:14 2015
New Revision: 1692705

URL: http://svn.apache.org/r1692705
Log:
Revert to maven-bundle-plugin 2.5.3

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1692705&r1=1692704&r2=1692705&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Sun Jul 26 10:14:14 2015
@@ -808,10 +808,11 @@
           <version>2.6</version>
         </plugin>
 
+        <!-- Don't use 2.5.4: https://issues.apache.org/jira/browse/FELIX-4882 -->
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.5.4</version>
+          <version>2.5.3</version>
         </plugin>
 
         <plugin>