Skip to content

Commit

Permalink
Bump DD file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Sep 5, 2024
1 parent 5d5ac18 commit 3cc9f3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/faces-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
-->
<faces-config
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
version="2.2"
xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd"
version="3.0"
>
<name>optimusfaces</name>

Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/optimusfaces.taglib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
-->
<facelet-taglib
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facelettaglibrary_2_2.xsd"
version="2.2"
xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-facelettaglibrary_3_0.xsd"
version="3.0"
>
<namespace>http://omnifaces.org/optimusfaces</namespace>
<short-name>op</short-name>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/web-fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
-->
<web-fragment
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"
version="3.1"
xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-fragment_5_0.xsd"
version="5.0"
>
<display-name>optimusfaces</display-name>
<name>optimusfaces</name>
Expand Down

0 comments on commit 3cc9f3c

Please sign in to comment.