File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : beans =" http://www.springframework.org/schema/beans"
4
4
xmlns:tool=" http://www.springframework.org/schema/tool" targetNamespace =" http://www.springframework.org/schema/batch"
5
5
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" >
9
10
10
11
<xsd : import namespace =" http://www.springframework.org/schema/beans" />
11
12
<xsd : import namespace =" http://www.springframework.org/schema/tool" />
You can’t perform that action at this time.
0 commit comments