Author: fmeschbe
Date: Fri Jun  1 22:22:44 2012
New Revision: 1345377

URL: http://svn.apache.org/viewvc?rev=1345377&view=rev
Log:
FELIX-3532 Update to latest bundle plugin
   Version 2.3.5 cause a non-null but empty classifier to be set on the
   project artifact thus preventing the source plugin to work

Modified:
    felix/trunk/configadmin/pom.xml

Modified: felix/trunk/configadmin/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/configadmin/pom.xml?rev=1345377&r1=1345376&r2=1345377&view=diff
==============================================================================
--- felix/trunk/configadmin/pom.xml (original)
+++ felix/trunk/configadmin/pom.xml Fri Jun  1 22:22:44 2012
@@ -137,7 +137,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.5</version>
+                <version>2.3.7</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>


Reply via email to