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 2020/08/11 09:18:30 UTC

[myfaces] branch master updated: quarkus 1.7.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f2cc90  quarkus 1.7.0
8f2cc90 is described below

commit 8f2cc90050210cae085a1a567c304cdac127a135
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Aug 11 11:18:22 2020 +0200

    quarkus 1.7.0
---
 extensions/quarkus/pom.xml          | 2 +-
 extensions/quarkus/showcase/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml
index 92cff9f..88e716d 100644
--- a/extensions/quarkus/pom.xml
+++ b/extensions/quarkus/pom.xml
@@ -43,7 +43,7 @@
     </modules>
 
     <properties>
-        <quarkus.version>1.6.0.Final</quarkus.version>
+        <quarkus.version>1.7.0.Final</quarkus.version>
     </properties>
 
     <build>
diff --git a/extensions/quarkus/showcase/pom.xml b/extensions/quarkus/showcase/pom.xml
index 5d1204c..0090597 100644
--- a/extensions/quarkus/showcase/pom.xml
+++ b/extensions/quarkus/showcase/pom.xml
@@ -25,7 +25,7 @@
     <name>Apache MyFaces Core 2.3-next - Extensions - Quarkus - Showcase</name>
 
     <properties>
-        <quarkus.version>1.6.0.Final</quarkus.version>
+        <quarkus.version>1.7.0.Final</quarkus.version>
         <myfaces.version>2.3-next-SNAPSHOT</myfaces.version>
         <failsafe.version>2.22.0</failsafe.version>
         <surefire.version>2.22.0</surefire.version>