You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/01/05 18:22:19 UTC

svn commit: r1649595 - /directory/jdbm/trunk/jdbm2/pom.xml

Author: elecharny
Date: Mon Jan  5 17:22:19 2015
New Revision: 1649595

URL: http://svn.apache.org/r1649595
Log:
Removed the reference to the maven bundle plugin, it's already set in the project pom

Modified:
    directory/jdbm/trunk/jdbm2/pom.xml

Modified: directory/jdbm/trunk/jdbm2/pom.xml
URL: http://svn.apache.org/viewvc/directory/jdbm/trunk/jdbm2/pom.xml?rev=1649595&r1=1649594&r2=1649595&view=diff
==============================================================================
--- directory/jdbm/trunk/jdbm2/pom.xml (original)
+++ directory/jdbm/trunk/jdbm2/pom.xml Mon Jan  5 17:22:19 2015
@@ -72,7 +72,6 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <inherited>true</inherited>
         <extensions>true</extensions>
-        <version>2.5.0</version>
         <configuration>
           <manifestLocation>META-INF</manifestLocation>
           <unpackBundle>true</unpackBundle>