Skip to content

Commit 4d660b4

Browse files
authored
Merge pull request #46277 from gnodet/fix-namespace
Fix namespaces wrongly using https
2 parents 055f883 + 11f8824 commit 4d660b4

File tree

2 files changed

+5
-5
lines changed
  • extensions/security-webauthn/deployment
  • test-framework/security-webauthn

2 files changed

+5
-5
lines changed

extensions/security-webauthn/deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>io.quarkus</groupId>

test-framework/security-webauthn/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<groupId>io.quarkus</groupId>
77
<artifactId>quarkus-test-framework</artifactId>

0 commit comments

Comments
 (0)