Skip to content

Commit 8d837e6

Browse files
committed
added pom to parent
1 parent f8962f3 commit 8d837e6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

container-registry/container-analysis/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
<name>containeranalysis</name>
1111
<url>http://maven.apache.org</url>
1212

13+
<!--
14+
The parent pom defines common style checks and testing strategies for our samples.
15+
Removing or replacing it should not affect the execution of the samples in anyway.
16+
-->
17+
<parent>
18+
<groupId>com.google.cloud.samples</groupId>
19+
<artifactId>shared-configuration</artifactId>
20+
<version>1.0.8</version>
21+
</parent>
22+
1323
<properties>
1424
<maven.compiler.source>1.7</maven.compiler.source>
1525
<maven.compiler.target>1.7</maven.compiler.target>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
<module>cloud-tasks</module>
4949
<module>compute</module>
50+
<module>container-registry/container-analysis</module>
5051

5152
<module>dataflow/spanner-io</module>
5253

0 commit comments

Comments
 (0)