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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new fd83af7c98 Disable baseline check for release
fd83af7c98 is described below

commit fd83af7c98ce33e04104ce286ddf863f78171344
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri May 13 08:34:07 2022 +0200

    Disable baseline check for release
---
 webconsole/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index b6f59413e8..9a211f8f94 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -97,6 +97,7 @@
                 <version>5.1.1</version>
                 <extensions>true</extensions>
                 <configuration>
+                    <skip>true</skip>
                     <instructions>
                         <Bundle-SymbolicName>
                             ${project.artifactId}

Reply via email to