You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/07/01 10:21:39 UTC

[myfaces-tobago] 02/02: Update to Quarkus 1.5.2.Final

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

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

commit e4770549b1d7094ffd300c8ee8fa1badb278e141
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Jul 1 12:21:14 2020 +0200

    Update to Quarkus 1.5.2.Final
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 611d3aa..4430b90 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -28,7 +28,7 @@
 
   <properties>
     <app.packaging>war</app.packaging>
-    <quarkus.version>1.5.1.Final</quarkus.version>
+    <quarkus.version>1.5.2.Final</quarkus.version>
   </properties>
 
   <modules>