This repository was archived by the owner on Jan 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +7
-17
lines changed
Expand file tree Collapse file tree 8 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33
4+ <modelVersion >4.0.0</modelVersion >
45 <parent >
56 <groupId >org.javaee7.batch</groupId >
67 <artifactId >batch-samples</artifactId >
78 <version >1.0-SNAPSHOT</version >
89 <relativePath >../pom.xml</relativePath >
910 </parent >
1011
11- <modelVersion >4.0.0</modelVersion >
12-
1312 <groupId >org.javaee7.batch</groupId >
1413 <artifactId >batchlet-simple</artifactId >
1514 <version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4-
54 <parent >
65 <groupId >org.javaee7.batch</groupId >
76 <artifactId >batch-samples</artifactId >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3-
3+ < modelVersion >4.0.0</ modelVersion >
44 <parent >
55 <groupId >org.javaee7.batch</groupId >
66 <artifactId >batch-samples</artifactId >
77 <version >1.0-SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
11-
12- <modelVersion >4.0.0</modelVersion >
13-
1411 <groupId >org.javaee7.batch</groupId >
1512 <artifactId >chunk-exception</artifactId >
1613 <version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3-
3+ < modelVersion >4.0.0</ modelVersion >
44 <parent >
55 <groupId >org.javaee7.batch</groupId >
66 <artifactId >batch-samples</artifactId >
77 <version >1.0-SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
11- <modelVersion >4.0.0</modelVersion >
12-
1311 <groupId >org.javaee7.batch</groupId >
1412 <artifactId >chunk-optional-processor</artifactId >
1513 <version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33
4+ <modelVersion >4.0.0</modelVersion >
45 <parent >
56 <groupId >org.javaee7.batch</groupId >
67 <artifactId >batch-samples</artifactId >
78 <version >1.0-SNAPSHOT</version >
89 <relativePath >../pom.xml</relativePath >
910 </parent >
1011
11- <modelVersion >4.0.0</modelVersion >
12-
1312 <groupId >org.javaee7.batch</groupId >
1413 <artifactId >chunk-simple</artifactId >
1514 <version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
11- <groupId >org.javaee7</groupId >
11+ <groupId >org.javaee7.batch </groupId >
1212 <artifactId >flow</artifactId >
1313 <version >1.0-SNAPSHOT</version >
1414 <packaging >war</packaging >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <groupId >org.javaee7.batch</groupId >
56 <artifactId >batch-samples</artifactId >
67 <version >1.0-SNAPSHOT</version >
78 <relativePath >../pom.xml</relativePath >
89 </parent >
910
10- <modelVersion >4.0.0</modelVersion >
11-
1211 <groupId >org.javaee7.batch</groupId >
1312 <artifactId >batch-listeners</artifactId >
1413 <version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <groupId >org.javaee7</groupId >
56 <artifactId >javaee7-samples</artifactId >
67 <version >1.0-SNAPSHOT</version >
78 <relativePath >../pom.xml</relativePath >
89 </parent >
910
10- <modelVersion >4.0.0</modelVersion >
11-
1211 <groupId >org.javaee7.batch</groupId >
1312 <artifactId >batch-samples</artifactId >
1413 <version >1.0-SNAPSHOT</version >
You can’t perform that action at this time.
0 commit comments