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/02/06 20:37:20 UTC

[karaf] branch master updated: [KARAF-6132] Upgrade to Pax CDI 1.1.1

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 f638e56  [KARAF-6132] Upgrade to Pax CDI 1.1.1
     new 9f9e2f1  Merge pull request #754 from jbonofre/KARAF-6132
f638e56 is described below

commit f638e560319e4a4d3ffbfc7ebdfd7367cc23cd79
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue Feb 5 21:52:51 2019 +0100

    [KARAF-6132] Upgrade to Pax CDI 1.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2fd36c2..d4fea73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@
         <osgi.version>6.0.0</osgi.version>
         <osgi.compendium.version>5.0.0</osgi.compendium.version>
 
-        <pax.cdi.version>1.1.0</pax.cdi.version>
+        <pax.cdi.version>1.1.1</pax.cdi.version>
         <pax.exam.version>4.13.1</pax.exam.version>
         <pax.logging.version>1.10.1</pax.logging.version>
         <pax.base.version>1.5.0</pax.base.version>