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 2019/03/14 06:34:57 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6151] Blacklist Karaf 4.3.0-SNAPSHOT features repos

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 44f3b2b  [KARAF-6151] Blacklist Karaf 4.3.0-SNAPSHOT features repos
44f3b2b is described below

commit 44f3b2ba55e0c8ad7455dce873b21f3b5b259302
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Mar 14 07:34:14 2019 +0100

    [KARAF-6151] Blacklist Karaf 4.3.0-SNAPSHOT features repos
---
 .../resources/etc/org.apache.karaf.features.xml    | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

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
new file mode 100644
index 0000000..80412a0
--- /dev/null
+++ b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<featuresProcessing xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+            http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <blacklistedRepositories>
+        <repository>mvn:org.apache.karaf.features/framework/4.3.0-SNAPSHOT/xml/features</repository>
+        <repository>mvn:org.apache.karaf.features/standard/4.3.0-SNAPSHOT/xml/features</repository>
+        <repository>mvn:org.apache.karaf.features/enterprise/4.3.0-SNAPSHOT/xml/features</repository>
+        <repository>mvn:org.apache.karaf.features/enterprise-legacy/4.3.0-SNAPSHOT/xml/features</repository>
+        <repository>mvn:org.apache.karaf.features/spring/4.3.0-SNAPSHOT/xml/features</repository>
+        <repository>mvn:org.apache.karaf.features/spring-legacy/4.3.0-SNAPSHOT/xml/features</repository>
+    </blacklistedRepositories>
+
+</featuresProcessing>
\ No newline at end of file