Skip to content

Commit cb1bf8d

Browse files
authored
Merge pull request #317 from ropalka/WEJBHTTP-154
[WEJBHTTP-154] Fixing target namespace of new schema
2 parents 508e427 + db1a0fe commit cb1bf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/main/resources/schema/wildfly-http-client_1_1.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
-->
2020

2121
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
22-
targetNamespace="urn:wildfly-http-client:1.0"
23-
xmlns="urn:wildfly-http-client:1.0"
22+
targetNamespace="urn:wildfly-http-client:1.1"
23+
xmlns="urn:wildfly-http-client:1.1"
2424
elementFormDefault="qualified"
2525
attributeFormDefault="unqualified"
2626
version="1.0">

0 commit comments

Comments
 (0)