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/04/06 15:42:18 UTC

[myfaces] branch master updated: use M2

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 54bcff9  use M2
54bcff9 is described below

commit 54bcff9eaad84a9ca3471586a49ac56bd1db8eb5
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Apr 6 17:42:07 2020 +0200

    use M2
---
 extensions/quarkus/showcase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/quarkus/showcase/pom.xml b/extensions/quarkus/showcase/pom.xml
index 19a555f..1725835 100644
--- a/extensions/quarkus/showcase/pom.xml
+++ b/extensions/quarkus/showcase/pom.xml
@@ -26,7 +26,7 @@
 
     <properties>
         <quarkus.version>1.3.1.Final</quarkus.version>
-        <myfaces.version>2.3-next-SNAPSHOT</myfaces.version>
+        <myfaces.version>2.3-next-M2</myfaces.version>
         <failsafe.version>2.22.0</failsafe.version>
         <surefire.version>2.22.0</surefire.version>