JCR-4439: disable baseline check for jackrabbit-bundle

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1859633 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jackrabbit-bundle/pom.xml b/jackrabbit-bundle/pom.xml
index 7c1ed49..41a1740 100644
--- a/jackrabbit-bundle/pom.xml
+++ b/jackrabbit-bundle/pom.xml
@@ -67,6 +67,18 @@
             </Bundle-Activator>
           </instructions>
         </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>baseline</goal>
+            </goals>
+            <configuration>
+              <!-- JCR-2608 - baseline check disabled because the package version numbers assigned here are meaningless anway -->
+              <skip>true</skip>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>