Skip to content

Commit c880ee1

Browse files
authored
---
yaml --- r: 33087 b: refs/heads/autosynth-kms c: 2fb6228 h: refs/heads/master i: 33085: 2d00a0c 33083: 1617ce9 33079: 8fc0aeb 33071: 5467c17 33055: cb89aa6 33023: ac91d17
1 parent 7b0a556 commit c880ee1

28 files changed

Lines changed: 3596 additions & 9 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132132
refs/heads/autosynth-errorreporting: effe8001d110ad584187b30aafc473db0dd4a15f
133133
refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135-
refs/heads/autosynth-kms: 6732e110b0dd9e0ab2c00530ff7f4c1ffc022d50
135+
refs/heads/autosynth-kms: 2fb6228a3f6430d27d72843b29224b5d17483153
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>grpc-google-cloud-containeranalysis-v1</artifactId>
6+
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1:current} -->
7+
<name>grpc-google-cloud-containeranalysis-v1</name>
8+
<description>GRPC library for grpc-google-cloud-containeranalysis-v1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
13+
</parent>
14+
<dependencies>
15+
<dependency>
16+
<groupId>io.grpc</groupId>
17+
<artifactId>grpc-stub</artifactId>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>io.grpc</groupId>
22+
<artifactId>grpc-protobuf</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.api.grpc</groupId>
27+
<artifactId>proto-google-cloud-containeranalysis-v1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-containeranalysis-v1/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
52+
</project>

0 commit comments

Comments
 (0)