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/05/28 10:00:22 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6293] Upgrade to XBean 4.14

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 19f1d09  [KARAF-6293] Upgrade to XBean 4.14
19f1d09 is described below

commit 19f1d092b2ec7aa458e4ebda58904a448080f0f9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 28 09:31:39 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 526dea5..1484c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@
         <derby-version>10.12.1.1</derby-version>
         <directory-version>2.0.0-M24</directory-version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
-        <xbean.version>4.13</xbean.version>
+        <xbean.version>4.14</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>