Skip to content

Commit 5d0cb50

Browse files
committed
Taglib 3.1
1 parent 9139750 commit 5d0cb50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/webapp/WEB-INF/functions.tld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<taglib
3-
xmlns="http://java.sun.com/xml/ns/javaee"
3+
xmlns="https://jakarta.ee/xml/ns/jakartaee"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
6-
version="2.1">
5+
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_1.xsd"
6+
version="3.1">
77

88
<display-name>Custom Functions</display-name>
99
<tlib-version>1.0</tlib-version>

0 commit comments

Comments
 (0)