You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2023/11/02 10:54:51 UTC

(myfaces) branch 2.3-next updated: fixed build

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

tandraschko pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new ad61aa355 fixed build
ad61aa355 is described below

commit ad61aa3553dd5a0ebbe6a08f85ce021dd2f1cc06
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Thu Nov 2 11:54:42 2023 +0100

    fixed build
---
 impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 5946da1a3..78b5b6244 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -35,7 +35,7 @@
     <url>http://myfaces.apache.org/#/core23next</url>
 
     <properties>
-        <openwebbeans.version>1.6.3</openwebbeans.version>
+        <openwebbeans.version>1.7.6</openwebbeans.version>
     </properties>
 
     <build>