Skip to content

Commit 3109fbe

Browse files
committed
Changed parent artifactId
1 parent afbed3e commit 3109fbe

File tree

24 files changed

+24
-23
lines changed

24 files changed

+24
-23
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target/
55
libs/
66
tmp/
77
node_modules/
8+
jaxws/jaxws-client/src/main/
89

910
# OS Files #
1011
.DS_Store

batch/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

cdi/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

concurrency/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

ejb/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

el/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

interceptor/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

jacc/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

jaspic/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

javamail/pom.xml

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

55
<parent>
66
<groupId>org.javaee7</groupId>
7-
<artifactId>quickstart-parent</artifactId>
7+
<artifactId>samples-parent</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

0 commit comments

Comments
 (0)