Skip to content

Commit

Permalink
Switching to latest parent
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jun 21, 2024
1 parent e1495a3 commit 4ba2d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import lombok.Getter;
import lombok.RequiredArgsConstructor;

import static de.cuioss.jsf.dev.metadata.TagLib.JSF_2_FACELET_TAGLIB_NAMESPACE;
import static de.cuioss.jsf.dev.metadata.TagLib.JSF_4_0_FACELET_TAGLIB_NAMESPACE;
import static de.cuioss.jsf.dev.metadata.TagLib.*;

/**
* Isolates concrete {@link TagLib}s to be loaded.
Expand All @@ -15,7 +14,7 @@ public enum LibraryTagLib {

CUI_CORE("/META-INF/cui-core.taglib.xml", JSF_4_0_FACELET_TAGLIB_NAMESPACE),
CUI_BOOTSTRAP("/META-INF/cui-bootstrap.taglib.xml", JSF_4_0_FACELET_TAGLIB_NAMESPACE),
PRIME_FACES("/META-INF/primefaces-p.taglib.xml", JSF_2_FACELET_TAGLIB_NAMESPACE),
PRIME_FACES("/META-INF/primefaces.taglib.xml", JSF_2_2_FACELET_TAGLIB_NAMESPACE),
OMNI_FACES("/META-INF/omnifaces-ui.taglib.xml", JSF_4_0_FACELET_TAGLIB_NAMESPACE),
FACES_CORE("/META-INF/resources/mojarra-4.0.7-tlds/faces.core_taglib.xml", JSF_4_0_FACELET_TAGLIB_NAMESPACE),
FACES_HTML("/META-INF/resources/mojarra-4.0.7-tlds/faces.html_taglib.xml", JSF_4_0_FACELET_TAGLIB_NAMESPACE);
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.cuioss</groupId>
<artifactId>cui-java-parent</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<relativePath/>
</parent>
<groupId>de.cuioss.jsf</groupId>
Expand All @@ -30,7 +30,7 @@
<system>GitHub Issues</system>
</issueManagement>
<properties>
<version.cui.parent>0.7.1</version.cui.parent>
<version.cui.parent>0.7.2</version.cui.parent>
<!-- Needed for js / css -->
<version.nodejs>v20.11.1</version.nodejs>
<version.cui.portal.core>1.0.0-SNAPSHOT</version.cui.portal.core>
Expand Down

0 comments on commit 4ba2d05

Please sign in to comment.