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/08/21 07:57:56 UTC

[tomee] 01/02: Cleanup xbean versions

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

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

commit 660113bc6e7005f648e91562f5a741d05408955d
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 21 09:56:39 2019 +0200

    Cleanup xbean versions
---
 arquillian/arquillian-tomee-common/pom.xml | 2 +-
 examples/deltaspike-fullstack/pom.xml      | 2 +-
 examples/polling-parent/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arquillian/arquillian-tomee-common/pom.xml b/arquillian/arquillian-tomee-common/pom.xml
index e06c634..a45667c 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-finder-shaded</artifactId>
-      <version>4.8</version>
+      <version>${xbeanVersion}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml
index d8d764b..b7e204a 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-asm7-shaded</artifactId>
-      <version>4.12</version>
+      <version>4.14</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index 2617ff9..674ed05 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -26,7 +26,7 @@
   <name>TomEE :: Examples :: Polling</name>
 
   <properties>
-    <xbean.version>4.8</xbean.version>
+    <xbean.version>4.14</xbean.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
     <cxf.version>3.3.1</cxf.version>