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:01:22 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 2eb7b83  [KARAF-6497] Upgrade to XBean 4.15
2eb7b83 is described below

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

    [KARAF-6497] Upgrade to XBean 4.15
    
    (cherry picked from commit 9c459239992a6648163f7d0771fc74ef675cc2ee)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 43a9062..90f8f0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,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>