You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/24 13:36:00 UTC

[sling-org-apache-sling-repoinit-parser] 01/01: Experiment with bnd fixup messages to ignore baselining

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/baseline-fixup
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git

commit c1a521a7f94bdaabd421cee7f2b40ac6908e1048
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 24 15:35:35 2019 +0200

    Experiment with bnd fixup messages to ignore baselining
---
 bnd.bnd | 1 +
 pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

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>