You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2020/10/18 20:55:10 UTC

[openwebbeans-meecrowave] branch master updated: MEECROWAVE-261 update to java 16 ready snapshots

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new 1814535  MEECROWAVE-261 update to java 16 ready snapshots
1814535 is described below

commit 1814535bc968848a9e1232aa2ff7badb3c3eebce
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Oct 18 22:53:05 2020 +0200

    MEECROWAVE-261 update to java 16 ready snapshots
---
 meecrowave-core/pom.xml         | 10 ++++++++++
 meecrowave-maven-plugin/pom.xml |  4 ++--
 pom.xml                         | 18 +++++++++---------
 3 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml
index 4c03802..414654d 100644
--- a/meecrowave-core/pom.xml
+++ b/meecrowave-core/pom.xml
@@ -58,6 +58,16 @@
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-asm9-shaded</artifactId>
       <version>${xbean.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.ow2.asm</groupId>
+          <artifactId>asm</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.ow2.asm</groupId>
+          <artifactId>asm-commons</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>
diff --git a/meecrowave-maven-plugin/pom.xml b/meecrowave-maven-plugin/pom.xml
index d30d912..86725e3 100644
--- a/meecrowave-maven-plugin/pom.xml
+++ b/meecrowave-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
   <packaging>maven-plugin</packaging>
 
   <properties>
-    <maven.version>3.6.0</maven.version>
+    <maven.version>3.6.3</maven.version>
     <meecrowave.build.name>${project.groupId}.maven</meecrowave.build.name>
   </properties>
 
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.1.0</version>
+      <version>4.2.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index b1367df..e9c9974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,10 +50,10 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <meecrowave.build.name>${project.groupId}.${project.artifactId}</meecrowave.build.name>
 
-    <junit.version>4.13</junit.version>
+    <junit.version>4.13.1</junit.version>
     <tomcat.version>9.0.39</tomcat.version>
-    <openwebbeans.version>2.0.19-SNAPSHOT</openwebbeans.version>
-    <cxf.version>3.4.0</cxf.version>
+    <openwebbeans.version>2.0.19</openwebbeans.version>
+    <cxf.version>3.4.1-SNAPSHOT</cxf.version>
     <johnzon.version>1.2.8</johnzon.version>
     <log4j2.version>2.13.3</log4j2.version>
     <deltaspike.version>1.8.2</deltaspike.version>
@@ -89,32 +89,32 @@
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-annotation_1.3_spec</artifactId>
-        <version>1.1</version>
+        <version>1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jcdi_2.0_spec</artifactId>
-        <version>1.1</version>
+        <version>1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-atinject_1.0_spec</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-json_1.1_spec</artifactId>
-        <version>1.3</version>
+        <version>1.5</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-        <version>1.2</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>