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 2021/06/02 08:24:17 UTC

[openwebbeans-meecrowave] branch master updated (324800a -> aee5b1a)

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

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


    from 324800a  MEECROWAVE-290: Implement reloadCallback
     new 115e23e  MEECROWAVE-293 upgrade to Johnzon-1.2.12
     new aee5b1a  MEECROWAVE-294 Upgrade to Apache-parent 23

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[openwebbeans-meecrowave] 02/02: MEECROWAVE-294 Upgrade to Apache-parent 23

Posted by st...@apache.org.
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

commit aee5b1a34656246c7e76be7eba6c6682b74eaab5
Author: Mark Struberg <st...@apache.org>
AuthorDate: Wed Jun 2 10:23:54 2021 +0200

    MEECROWAVE-294 Upgrade to Apache-parent 23
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 66d2e93..6d329d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>23</version>
   </parent>
 
   <groupId>org.apache.meecrowave</groupId>

[openwebbeans-meecrowave] 01/02: MEECROWAVE-293 upgrade to Johnzon-1.2.12

Posted by st...@apache.org.
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

commit 115e23ecbd3af76462e4694b2c8bed232300d0ea
Author: Mark Struberg <st...@apache.org>
AuthorDate: Wed Jun 2 10:15:42 2021 +0200

    MEECROWAVE-293 upgrade to Johnzon-1.2.12
    
    Johnzon-1.2.11 had a bug regarding JsonbSerializers.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a84e58b..66d2e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <tomcat.version>9.0.46</tomcat.version>
     <openwebbeans.version>2.0.22</openwebbeans.version>
     <cxf.version>3.4.3</cxf.version>
-    <johnzon.version>1.2.11</johnzon.version>
+    <johnzon.version>1.2.12</johnzon.version>
     <log4j2.version>2.14.1</log4j2.version>
     <deltaspike.version>1.8.2</deltaspike.version>
     <jaxb.version>2.2.11</jaxb.version>