Skip to content

Commit e0e967c

Browse files
committed
Fixed pom hierarchy
1 parent 57ed9d7 commit e0e967c

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

appengine/taskqueue/defer-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
2424
<parent>
25-
<artifactId>doc-samples</artifactId>
25+
<artifactId>appengine-doc-samples</artifactId>
2626
<groupId>com.google.cloud</groupId>
2727
<version>1.0.0</version>
2828
<relativePath>../..</relativePath>

appengine/taskqueue/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<version>1.0.0</version>
1919

2020
<groupId>com.google.cloud</groupId>
21-
<artifactId>appengine-doc-samples</artifactId>
21+
<artifactId>taskqueue-doc-samples</artifactId>
2222
<packaging>pom</packaging>
2323

2424
<!-- Parent POM defines common plugins and properties. -->
2525
<parent>
26-
<artifactId>doc-samples</artifactId>
26+
<artifactId>appengine-doc-samples</artifactId>
2727
<groupId>com.google.cloud</groupId>
2828
<version>1.0.0</version>
2929
<relativePath>..</relativePath>

appengine/taskqueue/pull-samples/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ Copyright 2016 Google Inc.
2323
<artifactId>taskqueue</artifactId>
2424

2525
<parent>
26-
<artifactId>appengine-doc-samples</artifactId>
27-
<groupId>com.google.cloud</groupId>
28-
<version>1.0.0</version>
29-
<relativePath>../..</relativePath>
26+
<artifactId>appengine-doc-samples</artifactId>
27+
<groupId>com.google.cloud</groupId>
28+
<version>1.0.0</version>
29+
<relativePath>../..</relativePath>
3030
</parent>
31+
3132
<dependencies>
3233
<!-- Compile/runtime dependencies -->
3334
<dependency>

appengine/taskqueue/push-samples/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ Copyright 2016 Google Inc.
2222
<artifactId>taskqueue-push</artifactId>
2323
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
2424
<parent>
25-
<groupId>com.google.cloud</groupId>
2625
<artifactId>appengine-doc-samples</artifactId>
26+
<groupId>com.google.cloud</groupId>
2727
<version>1.0.0</version>
28-
<relativePath>..</relativePath>
28+
<relativePath>../..</relativePath>
2929
</parent>
30+
3031
<dependencies>
3132
<dependency>
3233
<groupId>javax.servlet</groupId>

taskqueue/README.md

-5
This file was deleted.

0 commit comments

Comments
 (0)