Skip to content

Commit

Permalink
Fixed pom hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Nov 29, 2017
1 parent 64851f2 commit 80cabf2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appengine/taskqueue/defer-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<parent>
<artifactId>doc-samples</artifactId>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
Expand Down
4 changes: 2 additions & 2 deletions appengine/taskqueue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<version>1.0.0</version>

<groupId>com.google.cloud</groupId>
<artifactId>appengine-doc-samples</artifactId>
<artifactId>taskqueue-doc-samples</artifactId>
<packaging>pom</packaging>

<!-- Parent POM defines common plugins and properties. -->
<parent>
<artifactId>doc-samples</artifactId>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>..</relativePath>
Expand Down
9 changes: 5 additions & 4 deletions appengine/taskqueue/pull-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Copyright 2016 Google Inc.
<artifactId>taskqueue</artifactId>

<parent>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<!-- Compile/runtime dependencies -->
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions appengine/taskqueue/push-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Copyright 2016 Google Inc.
<artifactId>taskqueue-push</artifactId>
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>..</relativePath>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
5 changes: 0 additions & 5 deletions taskqueue/README.md

This file was deleted.

0 comments on commit 80cabf2

Please sign in to comment.