You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/05/27 13:34:37 UTC

[tomee] branch tomee-7.1.x updated: TOMEE-2529 XBean 4.14 dependency upgrade

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new 8eaae27  TOMEE-2529 XBean 4.14 dependency upgrade
8eaae27 is described below

commit 8eaae27f04f2a0d8b8179a86d107b8343c7f6c27
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon May 27 15:34:33 2019 +0200

    TOMEE-2529 XBean 4.14 dependency upgrade
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7601094..18f6690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>
 
     <!-- This is used by a manifest classpath entry -->
-    <xbeanVersion>4.9</xbeanVersion>
+    <xbeanVersion>4.14</xbeanVersion>
 
     <!-- OSGi bundles properties -->
     <openejb.bundle.activator />