Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit e61ea3a

Browse files
author
Arun Gupta
committed
Making poms more consisten
Former-commit-id: 5bc1ed3ffa88711c24cd9c90f46bb68014b59b92
1 parent f511b4f commit e61ea3a

File tree

8 files changed

+7
-17
lines changed

8 files changed

+7
-17
lines changed

samples/batch/batchlet-simple/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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>

samples/batch/chunk-checkpoint/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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>

samples/batch/chunk-exception/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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>

samples/batch/chunk-optional-processor/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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>

samples/batch/chunk-simple/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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>

samples/batch/flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

samples/batch/listeners/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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>

samples/batch/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
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>

0 commit comments

Comments
 (0)