Skip to content

Commit 4b4328e

Browse files
Container Analysis Beta (GoogleCloudPlatform#1194)
updated container analysis samples to beta release
1 parent d5b4e2b commit 4b4328e

File tree

7 files changed

+440
-459
lines changed

7 files changed

+440
-459
lines changed

container-registry/container-analysis/pom.xml

+2-10
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,14 @@
1010
<name>containeranalysis</name>
1111
<url>http://maven.apache.org</url>
1212

13-
<!-- local maven repo contains container analysis client library -->
14-
<repositories>
15-
<repository>
16-
<id>project.local</id>
17-
<url>file:///${project.basedir}/repo</url>
18-
</repository>
19-
</repositories>
20-
2113
<!--
2214
The parent pom defines common style checks and testing strategies for our samples.
2315
Removing or replacing it should not affect the execution of the samples in anyway.
2416
-->
2517
<parent>
2618
<groupId>com.google.cloud.samples</groupId>
2719
<artifactId>shared-configuration</artifactId>
28-
<version>1.0.9</version>
20+
<version>1.0.10</version>
2921
</parent>
3022

3123
<properties>
@@ -39,7 +31,7 @@
3931
<dependency>
4032
<groupId>com.google.cloud</groupId>
4133
<artifactId>google-cloud-containeranalysis</artifactId>
42-
<version>0.1.1-alpha</version>
34+
<version>0.59.0-beta</version>
4335
</dependency>
4436
<dependency>
4537
<groupId>com.google.cloud</groupId>

container-registry/container-analysis/repo/com/google/cloud/google-cloud-containeranalysis/0.1.1-alpha/google-cloud-containeranalysis-0.1.1-alpha.pom

-9
This file was deleted.

container-registry/container-analysis/repo/com/google/cloud/google-cloud-containeranalysis/maven-metadata-local.xml

-12
This file was deleted.

0 commit comments

Comments
 (0)