You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2023/01/22 17:53:55 UTC

[myfaces] branch main updated: Quarkus 3 Alpha 3 (#499)

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

melloware pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new e1220d4f7 Quarkus 3 Alpha 3 (#499)
e1220d4f7 is described below

commit e1220d4f78fda401e4b2f06687f4da0222637ded
Author: Melloware <me...@gmail.com>
AuthorDate: Sun Jan 22 12:53:50 2023 -0500

    Quarkus 3 Alpha 3 (#499)
---
 extensions/quarkus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml
index 087b0aef2..a336e9cad 100644
--- a/extensions/quarkus/pom.xml
+++ b/extensions/quarkus/pom.xml
@@ -41,7 +41,7 @@
     </modules>
 
     <properties>
-        <quarkus.version>3.0.0.Alpha2</quarkus.version>
+        <quarkus.version>3.0.0.Alpha3</quarkus.version>
     </properties>
 
     <build>