Skip to content

Commit e6dd3d1

Browse files
author
Arun Gupta
committed
Fixing the schema
1 parent e619ee8 commit e6dd3d1

File tree

1 file changed

+1
-1
lines changed
  • batch/decision/src/main/resources/META-INF/batch-jobs

1 file changed

+1
-1
lines changed

batch/decision/src/main/resources/META-INF/batch-jobs/myJob.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
-->
4242

43-
<job id="myJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee">
43+
<job id="myJob" xmlns="http://xmlns.jcp.org/xml/ns/javaee" version="1.0">
4444
<step id="step1" next="decider1">
4545
<batchlet ref="myBatchlet1"/>
4646
</step>

0 commit comments

Comments
 (0)