You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/01/15 18:10:53 UTC

[myfaces] branch 3.0.x updated: Support 3.0 in addition to existing versions

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

volosied pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 254de77  Support 3.0 in addition to existing versions
     new 643c668  Merge pull request #144 from volosied/support-range
254de77 is described below

commit 254de7754ab0cebfa7e7bb951c1c0587423c44be
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu Jan 14 17:05:16 2021 -0500

    Support 3.0 in addition to existing versions
---
 .../main/resources/org/apache/myfaces/resource/web-facesconfig_3_0.xsd   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_3_0.xsd b/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_3_0.xsd
index c2b0137..19b5124 100644
--- a/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_3_0.xsd
+++ b/impl/src/main/resources/org/apache/myfaces/resource/web-facesconfig_3_0.xsd
@@ -842,6 +842,7 @@
             <xsd:enumeration value="2.1"/>
             <xsd:enumeration value="2.2"/>
             <xsd:enumeration value="2.3"/>
+            <xsd:enumeration value="3.0"/>
         </xsd:restriction>
     </xsd:simpleType>