svn commit: r1067555 - in /websites: production/openwebbeans/content/index.html staging/openwebbeans/trunk/content/index.html

2020-11-04 Thread buildbot
Author: buildbot
Date: Wed Nov  4 10:35:08 2020
New Revision: 1067555

Log:
Dynamic update by buildbot for openwebbeans

Modified:
websites/production/openwebbeans/content/index.html
websites/staging/openwebbeans/trunk/content/index.html

Modified: websites/production/openwebbeans/content/index.html
==
(empty)

Modified: websites/staging/openwebbeans/trunk/content/index.html
==
(empty)




[openwebbeans-meecrowave] branch master updated: [MEECROWAVE-266] cxf 3.4.1

2020-11-04 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau 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 2dfaf05  [MEECROWAVE-266] cxf 3.4.1
2dfaf05 is described below

commit 2dfaf05f81567492e065422530f2a1eb97aa273a
Author: Romain Manni-Bucau 
AuthorDate: Wed Nov 4 10:18:08 2020 +0100

[MEECROWAVE-266] cxf 3.4.1
---
 meecrowave-core/pom.xml | 26 ++
 pom.xml |  7 +++
 2 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml
index 9156053..d2e71a3 100644
--- a/meecrowave-core/pom.xml
+++ b/meecrowave-core/pom.xml
@@ -37,6 +37,12 @@
   org.apache.meecrowave
   meecrowave-specs-api
   ${project.version}
+  
+
+  *
+  *
+
+  
 
 
 
@@ -107,6 +113,10 @@
   org.apache.tomcat
   tomcat-el-api
 
+
+  org.apache.tomcat
+  tomcat-servlet-api
+
   
 
 
@@ -213,6 +223,14 @@
   com.sun.xml.messaging.saaj
   *
 
+
+  org.apache.geronimo.specs
+  geronimo-jta_1.1_spec
+
+
+  org.jboss.spec.javax.rmi
+  *
+
   
 
 
@@ -221,6 +239,14 @@
   ${cxf.version}
   
 
+  org.apache.geronimo.specs
+  geronimo-jta_1.1_spec
+
+
+  org.jboss.spec.javax.rmi
+  *
+
+
   jakarta.annotation
   jakarta.annotation-api
 
diff --git a/pom.xml b/pom.xml
index ba45563..8639d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,9 +53,8 @@
 4.13.1
 9.0.39
 2.0.19
-3.4.0
+3.4.1
 2.0.20-SNAPSHOT
-3.4.1-SNAPSHOT
 1.2.8
 2.13.3
 1.8.2
@@ -238,8 +237,8 @@
 
 -->
 
-  owb
-  
https://repository.apache.org/content/repositories/orgapacheopenwebbeans-1065/
+  cxf
+  
https://repository.apache.org/content/repositories/orgapachecxf-1160