File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
container-registry/container-analysis Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 10
10
<name >containeranalysis</name >
11
11
<url >http://maven.apache.org</url >
12
12
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
+
13
23
<properties >
14
24
<maven .compiler.source>1.7</maven .compiler.source>
15
25
<maven .compiler.target>1.7</maven .compiler.target>
Original file line number Diff line number Diff line change 47
47
48
48
<module >cloud-tasks</module >
49
49
<module >compute</module >
50
+ <module >container-registry/container-analysis</module >
50
51
51
52
<module >dataflow/spanner-io</module >
52
53
You can’t perform that action at this time.
0 commit comments