Experiment with bnd fixup messages to ignore baselining
diff --git a/bnd.bnd b/bnd.bnd
new file mode 100644
index 0000000..f7693e4
--- /dev/null
+++ b/bnd.bnd
@@ -0,0 +1 @@
+-fixupmessages.bundleversion: "The bundle version change *";is:=ignore 
diff --git a/pom.xml b/pom.xml
index 56eef38..02f5b71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,9 @@
         <groupId>biz.aQute.bnd</groupId>
         <artifactId>bnd-baseline-maven-plugin</artifactId>
         <configuration>
-          <!--  Disabled since it requires bumping the minor component of the development version, which is against our versioning practices -->
+          <!--  Disabled since it requires bumping the minor component of the development version, which is against our versioning practices 
           <skip>true</skip>
+          -->
         </configuration>
       </plugin>
       <plugin>