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/10/28 18:00:29 UTC

[karaf] branch master updated: [KARAF-6497] Upgrade to XBean 4.15

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 9c45923  [KARAF-6497] Upgrade to XBean 4.15
     new edef591  Merge pull request #976 from jbonofre/KARAF-6497
9c45923 is described below

commit 9c459239992a6648163f7d0771fc74ef675cc2ee
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Oct 28 09:41:00 2019 +0100

    [KARAF-6497] Upgrade to XBean 4.15
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9712027..0539ff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@
         <derby-version>10.14.2.0</derby-version>
         <directory-version>2.0.0-M24</directory-version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
-        <xbean.version>4.14</xbean.version>
+        <xbean.version>4.15</xbean.version>
         <xerces.bundle.version>2.12.0_1</xerces.bundle.version>
         <xalan.bundle.version>2.7.2_3</xalan.bundle.version>
         <xalan-serializer.bundle.version>2.7.2_1</xalan-serializer.bundle.version>