Skip to content

Commit bd02542

Browse files
committed
feat(xsd-parser): update aliases for web-services and xml XSDs
1 parent 612b941 commit bd02542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xsd-parser/eip-schema-definitions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>eip-schema-definitions</artifactId>
13-
<version>0.1.0</version>
13+
<version>0.2.0</version>
1414

1515
<packaging>jar</packaging>
1616

xsd-parser/eip-schema-definitions/xsd-sources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ schemas:
4848
namespace: "http://www.springframework.org/schema/integration/ip"
4949
location: "https://www.springframework.org/schema/integration/ip/spring-integration-ip-5.2.xsd"
5050

51-
- alias: "web-services"
51+
- alias: "ws"
5252
namespace: "http://www.springframework.org/schema/integration/ws"
5353
location: "https://www.springframework.org/schema/integration/ws/spring-integration-ws-5.2.xsd"
5454

55-
- alias: "xml"
55+
- alias: "int-xml"
5656
namespace: "http://www.springframework.org/schema/integration/xml"
5757
location: "https://www.springframework.org/schema/integration/xml/spring-integration-xml-5.2.xsd"
5858

0 commit comments

Comments
 (0)