Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
don.sizemore committed Mar 14, 2022
1 parent 1487650 commit 91ef326
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<job id="FileSystemImportJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee" version="1.0">
<job id="FileSystemImportJob" xmlns="https://jakarta.ee/xml/ns/jakartaee" version="1.0">

<properties>
<property name="job-checksumManifest" value="files.sha"/>
Expand Down Expand Up @@ -49,4 +49,4 @@
</chunk>
</step>

</job>
</job>
6 changes: 3 additions & 3 deletions src/main/webapp/WEB-INF/faces-config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee"
<faces-config xmlns="https://jakarta.ee/xml/ns/jakartaee"
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"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_2_2.xsd"
version="2.2">
<application>
<resource-bundle>
Expand Down

0 comments on commit 91ef326

Please sign in to comment.