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 2018/10/05 07:26:00 UTC

[karaf-cellar] branch master updated (a650915 -> 777b1a5)

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

jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git.


    from a650915  Merge pull request #52 from jbonofre/KARAF-5966
     add b7fdbc1  [KARAF-5965] Upgrade to kubernetes-client 4.0.5
     new 777b1a5  Merge pull request #53 from jbonofre/KARAF-5965

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[karaf-cellar] 01/01: Merge pull request #53 from jbonofre/KARAF-5965

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 777b1a594f1c7076a6d25c43ade523049d878350
Merge: a650915 b7fdbc1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Oct 5 09:25:56 2018 +0200

    Merge pull request #53 from jbonofre/KARAF-5965
    
    [KARAF-5965] Upgrade to kubernetes-client 4.0.5

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc pom.xml
index 4b53a7d,0ce93e9..7667469
--- a/pom.xml
+++ b/pom.xml
@@@ -35,11 -35,10 +35,11 @@@
      <name>Apache Karaf :: Cellar</name>
  
      <properties>
 +        <commons-lang3.version>3.8.1</commons-lang3.version>
          <easymock.version>3.4</easymock.version>
-         <fabric8.kubernetes-client.version>3.1.0</fabric8.kubernetes-client.version>
+         <fabric8.kubernetes-client.version>4.0.5</fabric8.kubernetes-client.version>
          <felix.bundlerepository.version>2.0.6</felix.bundlerepository.version>
 -        <felix.utils.version>1.10.0</felix.utils.version>
 +        <felix.utils.version>1.11.0</felix.utils.version>
          <felix.webconsole.version>4.2.14</felix.webconsole.version>
          <hazelcast.version>3.9.1</hazelcast.version>
          <jclouds.version>1.9.1</jclouds.version>