File tree Expand file tree Collapse file tree 5 files changed +11
-14
lines changed
Expand file tree Collapse file tree 5 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments