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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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/decision/pom.xml

+1-1
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/flow/pom.xml

+1-1
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/multiple-steps/pom.xml

+1-1
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/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.batch</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>batch</artifactId>
1313
<packaging>pom</packaging>
1414
<name>Java EE 7 Batch Samples</name>

batch/scheduling/pom.xml

+1-1
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/split/pom.xml

+1-1
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>

cdi/alternatives-priority/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/alternatives/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/bean-discovery-all/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-bean-discovery-all</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/bean-discovery-annotated/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-bean-discovery-annotated</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/bean-discovery-none/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-bean-discovery-none</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/beanmanager/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi-samples</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-beanmanager</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/beansxml-noversion/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-beansxml-noversion</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/built-in/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-built-in</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/decorators/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-decorators</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/events/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/exclude-filter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-exclude-filter</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/extension/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-extension</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/interceptors-priority/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/interceptors/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/nobeans-el-injection-flowscoped/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/nobeans-el-injection/pom.xml

+1-1
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>

cdi/nobeans-xml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-nobeans-xml</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/pkg-level/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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.cdi</groupId>
5+
<groupId>org.javaee7</groupId>
66
<artifactId>cdi</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi-pkg-level</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>

cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.javaee7.cdi</groupId>
11+
<groupId>org.javaee7</groupId>
1212
<artifactId>cdi</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>

0 commit comments

Comments
 (0)