Skip to content

Commit 2316d35

Browse files
committed
added parent to pom file
1 parent 3216f2a commit 2316d35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cdn/signed-urls/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<version>1.0</version>
88
<packaging>jar</packaging>
99

10+
<!--
11+
The parent pom defines common style checks and testing strategies for our samples.
12+
Removing or replacing it should not affect the execution of the samples in anyway.
13+
-->
14+
<parent>
15+
<groupId>com.google.cloud.samples</groupId>
16+
<artifactId>shared-configuration</artifactId>
17+
<version>1.0.8</version>
18+
</parent>
19+
1020
<name>signedurls</name>
1121
<url>http://maven.apache.org</url>
1222

0 commit comments

Comments
 (0)