You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/06/01 05:20:42 UTC

[karaf] branch main updated: Fix typo in the blacklisted repository tag

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new b63c230203 Fix typo in the blacklisted repository tag
     new e4a6a6dc19 Merge pull request #1719 from essobedo/fix-typo-org.apache.karaf.features.xml
b63c230203 is described below

commit b63c23020342853f6ab64f490f9ad55cea7b9130
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Wed May 24 15:08:59 2023 +0200

    Fix typo in the blacklisted repository tag
---
 .../base/src/main/resources/resources/etc/org.apache.karaf.features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.xml b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.xml
index 3fb4f50c99..1953c1a352 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.xml
+++ b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.xml
@@ -17,6 +17,6 @@
     -->
 
     <!-- you can eventually blacklist features repositories, features, or even bundle here, to exclude from resolution -->
-    <!-- <blacklistRepositories/> -->
+    <!-- <blacklistedRepositories/> -->
 
 </featuresProcessing>
\ No newline at end of file