File tree 5 files changed +11
-14
lines changed
5 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
24
24
<parent >
25
- <artifactId >doc-samples</artifactId >
25
+ <artifactId >appengine- doc-samples</artifactId >
26
26
<groupId >com.google.cloud</groupId >
27
27
<version >1.0.0</version >
28
28
<relativePath >../..</relativePath >
Original file line number Diff line number Diff line change 18
18
<version >1.0.0</version >
19
19
20
20
<groupId >com.google.cloud</groupId >
21
- <artifactId >appengine -doc-samples</artifactId >
21
+ <artifactId >taskqueue -doc-samples</artifactId >
22
22
<packaging >pom</packaging >
23
23
24
24
<!-- Parent POM defines common plugins and properties. -->
25
25
<parent >
26
- <artifactId >doc-samples</artifactId >
26
+ <artifactId >appengine- doc-samples</artifactId >
27
27
<groupId >com.google.cloud</groupId >
28
28
<version >1.0.0</version >
29
29
<relativePath >..</relativePath >
Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ Copyright 2016 Google Inc.
23
23
<artifactId >taskqueue</artifactId >
24
24
25
25
<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 >
30
30
</parent >
31
+
31
32
<dependencies >
32
33
<!-- Compile/runtime dependencies -->
33
34
<dependency >
Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ Copyright 2016 Google Inc.
22
22
<artifactId >taskqueue-push</artifactId >
23
23
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
24
24
<parent >
25
- <groupId >com.google.cloud</groupId >
26
25
<artifactId >appengine-doc-samples</artifactId >
26
+ <groupId >com.google.cloud</groupId >
27
27
<version >1.0.0</version >
28
- <relativePath >..</relativePath >
28
+ <relativePath >../.. </relativePath >
29
29
</parent >
30
+
30
31
<dependencies >
31
32
<dependency >
32
33
<groupId >javax.servlet</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments