Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d60d452

Browse files
committed
Make all groupIds equal
1 parent 43d71f8 commit d60d452

File tree

214 files changed

+343
-343
lines changed

Some content is hidden

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

214 files changed

+343
-343
lines changed

batch/batch-listeners/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.javaee7.batch</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>batch</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

batch/batchlet-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.javaee7.batch</groupId>
6+
<groupId>org.javaee7</groupId>
77
<artifactId>batch</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>

batch/chunk-checkpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.javaee7.batch</groupId>
6+
<groupId>org.javaee7</groupId>
77
<artifactId>batch</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>

batch/chunk-csv-database/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.javaee7.batch</groupId>
6+
<groupId>org.javaee7</groupId>
77
<artifactId>batch</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>

batch/chunk-exception/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.javaee7.batch</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>batch</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

batch/chunk-mapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.javaee7.batch</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>batch</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

batch/chunk-optional-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.javaee7.batch</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>batch</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

batch/chunk-partition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.javaee7.batch</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>batch</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

batch/chunk-simple-nobeans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.javaee7.batch</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>batch</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
</parent>

batch/chunk-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.javaee7.batch</groupId>
6+
<groupId>org.javaee7</groupId>
77
<artifactId>batch</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>

0 commit comments

Comments
 (0)