Skip to content

Commit e21f56c

Browse files
committed
Remove version suffix from XSD schema
This is to be consistent with other XSDs from the portfolio where the file of latest XSD is not suffixed with a version.
1 parent 577638a commit e21f56c

File tree

1 file changed

+4
-3
lines changed
  • spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
44
xmlns:tool="http://www.springframework.org/schema/tool" targetNamespace="http://www.springframework.org/schema/batch"
55
elementFormDefault="qualified" attributeFormDefault="unqualified"
6-
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.2.xsd
7-
http://www.springframework.org/schema/tool https://www.springframework.org/schema/tool/spring-tool-3.1.xsd"
8-
version="3.0">
6+
xsi:schemaLocation="
7+
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
8+
http://www.springframework.org/schema/tool https://www.springframework.org/schema/tool/spring-tool.xsd"
9+
version="5.0">
910

1011
<xsd:import namespace="http://www.springframework.org/schema/beans" />
1112
<xsd:import namespace="http://www.springframework.org/schema/tool" />

0 commit comments

Comments
 (0)