You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2015/06/29 11:59:57 UTC

svn commit: r1688172 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: mreutegg
Date: Mon Jun 29 09:59:57 2015
New Revision: 1688172

URL: http://svn.apache.org/r1688172
Log:
OAK-3041: Baseline plugin suggests version increase for unmodified class

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1688172&r1=1688171&r2=1688172&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Jun 29 09:59:57 2015
@@ -122,6 +122,14 @@
               <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             </instructions>
           </configuration>
+          <!-- OAK-3041: use updated Bnd -->
+          <dependencies>
+            <dependency>
+              <groupId>biz.aQute.bnd</groupId>
+              <artifactId>bndlib</artifactId>
+              <version>2.4.0</version>
+            </dependency>
+          </dependencies>
           <executions>
             <execution>
               <id>baseline</id>