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:35:59 UTC

[sling-org-apache-sling-repoinit-parser] branch feature/baseline-fixup created (now c1a521a)

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

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


      at c1a521a  Experiment with bnd fixup messages to ignore baselining

This branch includes the following new commits:

     new c1a521a  Experiment with bnd fixup messages to ignore baselining

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ro...@apache.org.
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>