You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/12/17 09:57:32 UTC

[brooklyn-server] 01/06: Adding staging repo for Karaf 4.3.4 and bumping it

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 976913748f4f5f00ed6990ef8ec82ed34936801c
Author: Juan Cabrerizo <ju...@cabrerizo.es>
AuthorDate: Wed Dec 15 16:48:22 2021 +0000

    Adding staging repo for Karaf 4.3.4 and bumping it
---
 karaf/pom.xml | 2 +-
 pom.xml       | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/karaf/pom.xml b/karaf/pom.xml
index cfaad5e..945bc67 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -140,7 +140,7 @@
             <version>0.12</version>
             <configuration>
                 <consoleOutput>true</consoleOutput>
-                <excludes combine.children="append">
+                <excludes combine.children="append">q
                     <!-- Exclude sandbox because not part of distribution: not in tgz, and not uploaded to maven-central -->
                     <exclude>sandbox/**</exclude>
                     <!-- Exclude release because not part of distribution: not in tgz, and not uploaded to maven-central -->
diff --git a/pom.xml b/pom.xml
index 395cee7..7786d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,13 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <repository>
+            <id>testKaraf434</id>
+            <url>https://repository.apache.org/content/repositories/orgapachekaraf-1165/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
     </repositories>
 
     <properties>
@@ -181,7 +188,7 @@
         <kubernetes-client.version>5.8.0</kubernetes-client.version>
 
         <!-- Dependencies shipped with vanilla karaf; update these when we update the karaf version -->
-        <karaf.version>4.3.0</karaf.version>
+        <karaf.version>4.3.4</karaf.version>
         <karaf.plugin.version>${karaf.version}</karaf.plugin.version>
         <jetty.version>9.4.39.v20210325</jetty.version> <!-- 9.4.31.v20200723 from Karaf 4.3.0 -->
         <commons-collections.version>3.2.2</commons-collections.version>