Skip to content

Commit 034513f

Browse files
committed
Update pom.xml name based on folder structure
1 parent 2614510 commit 034513f

File tree

238 files changed

+304
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+304
-338
lines changed

batch/batch-listeners/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<artifactId>batch-batch-listeners</artifactId>
1212
<packaging>war</packaging>
13-
<name>Java EE 7 Sample: batch-listeners</name>
13+
<name>Java EE 7 Sample: batch - batch-listeners</name>
1414
<description>Batch Listeners - Applying Listeners to Job, Chunk, Step, Reader, Processor and Writer</description>
1515

1616
<dependencies>

batch/batchlet-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<artifactId>batch-batchlet-simple</artifactId>
1313
<packaging>war</packaging>
14-
<name>Java EE 7 Sample: batchlet-simple</name>
14+
<name>Java EE 7 Sample: batch - batchlet-simple</name>
1515
<description>Batchlet Simple - Execute a task oriented step</description>
1616

1717
<dependencies>

batch/chunk-checkpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<artifactId>batch-chunk-checkpoint</artifactId>
1313
<packaging>war</packaging>
14-
<name>Java EE 7 Sample: chunk-checkpoint</name>
14+
<name>Java EE 7 Sample: batch - chunk-checkpoint</name>
1515
<description>Chunk Checkpoint - Custom Checkpoint Policy</description>
1616

1717
<dependencies>

batch/chunk-csv-database/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<artifactId>batch-chunk-csv-database</artifactId>
1313
<packaging>war</packaging>
14-
<name>Java EE 7 Sample: chunk-csv-database</name>
14+
<name>Java EE 7 Sample: batch - chunk-csv-database</name>
1515
<description>Chunk Processing - Read, Process, Write to a Database</description>
1616

1717
<dependencies>

batch/chunk-exception/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<artifactId>batch-chunk-exception</artifactId>
1212
<packaging>war</packaging>
13-
<name>Java EE 7 Sample: chunk-exception</name>
13+
<name>Java EE 7 Sample: batch - chunk-exception</name>
1414
<description>Chunk Exception Handling - Retrying and Skipping</description>
1515

1616
<dependencies>

batch/chunk-mapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<artifactId>batch-chunk-mapper</artifactId>
1212
<packaging>war</packaging>
13-
<name>Java EE 7 Sample: chunk-mapper</name>
13+
<name>Java EE 7 Sample: batch - chunk-mapper</name>
1414
<description>Chunk Processing - Read, Process, Write in multiple Threads</description>
1515

1616
<dependencies>

batch/chunk-optional-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<artifactId>batch-chunk-optional-processor</artifactId>
1212
<packaging>war</packaging>
13-
<name>Java EE 7 Sample: chunk-optional-processor</name>
13+
<name>Java EE 7 Sample: batch - chunk-optional-processor</name>
1414
<description>Chunk Processing - Read and Write</description>
1515

1616
<dependencies>

batch/chunk-partition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<artifactId>batch-chunk-partition</artifactId>
1212
<packaging>war</packaging>
13-
<name>Java EE 7 Sample: chunk-partition</name>
13+
<name>Java EE 7 Sample: batch - chunk-partition</name>
1414
<description>Chunk Processing - Read, Process, Write in multiple Threads</description>
1515

1616
<dependencies>

batch/chunk-simple-nobeans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<artifactId>batch-chunk-simple-nobeans</artifactId>
1111
<packaging>war</packaging>
12-
<name>Java EE 7 Sample: chunk-simple-nobeans</name>
12+
<name>Java EE 7 Sample: batch - chunk-simple-nobeans</name>
1313
<description>Chunk Processing - Read, Process, Write</description>
1414

1515
<dependencies>

batch/chunk-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<artifactId>batch-chunk-simple</artifactId>
1313
<packaging>war</packaging>
14-
<name>Java EE 7 Sample: chunk-simple</name>
14+
<name>Java EE 7 Sample: batch - chunk-simple</name>
1515
<description>Chunk Processing - Read, Process, Write</description>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)