Skip to content

Commit

Permalink
Upped jstl
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jun 18, 2024
1 parent 6ddf1c3 commit 9c03190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-parent</artifactId>
<version>8.0.0</version>
<version>8.2-SNAPSHOT</version>
</parent>

<name>poms thesaurus</name>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
<artifactId>poms-thesaurus</artifactId>

<description>Thesaurus</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:jsp="http://java.sun.com/JSP/Page"
version="2.0"
xmlns:npo="https://www.vpro.nl/shared/tags/npo"
xmlns:c="http://java.sun.com/jsp/jstl/core">
xmlns:c="jakarta.tags.core">
<jsp:directive.page contentType="text/html" pageEncoding="UTF-8"/>
<jsp:output
doctype-root-element="HTML"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%><%@ page import="java.util.Objects"
%><%@ page import="org.springframework.web.context.ContextLoader"
%><%@taglib
prefix="c" uri="http://java.sun.com/jsp/jstl/core"
prefix="c" uri="jakarta.tags.core"
%><%@taglib
prefix="npo" uri="https://www.vpro.nl/shared/tags/npo"
%><%
Expand Down

0 comments on commit 9c03190

Please sign in to comment.