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 9474ac9fca Fix escaping of special xml characters
9474ac9fca is described below

commit 9474ac9fcaf43da27e0061645ed9ed721aa0fda0
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Mon Jan 22 13:27:02 2024 +0100

    Fix escaping of special xml characters
---
 configurator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configurator/pom.xml b/configurator/pom.xml
index 35afb087b3..3d0b1770cb 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -75,7 +75,7 @@
                             
osgi.extender;osgi.extender="osgi.configurator";version:Version="1.0"
                         </Provide-Capability>
                         <Require-Capability>
-                            
osgi.implementation;filter:='(&(osgi.implementation=osgi.cm)(version>=1.6.0)(!(version>=2.0.0)))'
+                            
osgi.implementation;filter:='(&amp;(osgi.implementation=osgi.cm)(version&gt;=1.6.0)(!(version&gt;=2.0.0)))'
                         </Require-Capability>    
                     </instructions>
                 </configuration>

Reply via email to