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 2020/05/28 08:19:14 UTC

[karaf] branch master updated: [KARAF-6728] Upgrade to Aries Proxy API 1.1.1 & Proxy Impl 1.1.7

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 7731fa6  [KARAF-6728] Upgrade to Aries Proxy API 1.1.1 & Proxy Impl 1.1.7
     new f3feff8  Merge pull request #1132 from jbonofre/KARAF-6728
7731fa6 is described below

commit 7731fa60c84d124ebfcc3a6845ed70b292083328
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon May 25 06:29:21 2020 +0200

    [KARAF-6728] Upgrade to Aries Proxy API 1.1.1 & Proxy Impl 1.1.7
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f5ba34..9b2d22e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,8 +237,8 @@
         <aries.jndi.api.version>1.1.0</aries.jndi.api.version>
         <aries.jndi.core.version>1.0.2</aries.jndi.core.version>
         <aries.jndi.url.version>1.1.0</aries.jndi.url.version>
-        <aries.proxy.version>1.1.6</aries.proxy.version>
-        <aries.proxy.api.version>1.1.0</aries.proxy.api.version>
+        <aries.proxy.version>1.1.7</aries.proxy.version>
+        <aries.proxy.api.version>1.1.1</aries.proxy.api.version>
         <aries.spifly.version>1.2.3</aries.spifly.version>
         <aries.subsystem.api.version>2.0.10</aries.subsystem.api.version>
         <aries.subsystem.core.version>2.0.10</aries.subsystem.core.version>