Skip to content

Commit c3028ac

Browse files
authored
---
yaml --- r: 33459 b: refs/heads/autosynth-os-login c: 652794a h: refs/heads/master i: 33457: 62f3bb4 33455: e1d2de5
1 parent deb5700 commit c3028ac

31 files changed

Lines changed: 3714 additions & 13 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135135
refs/heads/autosynth-kms: d31449d6621a50fb16a4bef4f30f0f3051d27d7c
136136
refs/heads/autosynth-language: 6130869312f99a1e7d3aa0485759172a23333cc5
137-
refs/heads/autosynth-os-login: 7f6dc8461448cf45aa5232abcd7410a8718b4f8d
137+
refs/heads/autosynth-os-login: 652794a69a167d6223e9abdd512066c21835072d
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e
139139
refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: de02ca32edea133b68b51052e325359a3704b5d2
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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-phishingprotection-v1beta1</artifactId>
6+
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
7+
<name>grpc-google-cloud-phishingprotection-v1beta1</name>
8+
<description>GRPC library for grpc-google-cloud-phishingprotection-v1beta1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.54.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-phishingprotection-v1beta1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
32+
<reporting>
33+
<plugins>
34+
<plugin>
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-javadoc-plugin</artifactId>
37+
<version>3.1.0</version>
38+
<configuration>
39+
<show>protected</show>
40+
<nohelp>true</nohelp>
41+
<doclint>none</doclint>
42+
<splitindex>true</splitindex>
43+
<offlineLinks>
44+
<offlineLink>
45+
<url>${project.javadoc.protobufBaseURL}</url>
46+
<location>../../../../proto-google-cloud-phishingprotection-v1beta1/target/site/apidocs/</location>
47+
</offlineLink>
48+
</offlineLinks>
49+
</configuration>
50+
</plugin>
51+
</plugins>
52+
</reporting>
53+
</project>

0 commit comments

Comments
 (0)