Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35865
b: refs/heads/autosynth-dataproc
c: 652794a
h: refs/heads/master
i:
  35863: 0314840
  • Loading branch information
chingor13 authored May 1, 2019
1 parent 21b87a6 commit 9515460
Show file tree
Hide file tree
Showing 31 changed files with 3,714 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb
refs/tags/v0.80.0: f745e744d38e4fe636f34d0e04795ba3d014287d
refs/tags/v0.81.0: ed3a0c85339ea6b73560b9a570abfbb76b93a263
refs/heads/autosynth-dataproc: 7f6dc8461448cf45aa5232abcd7410a8718b4f8d
refs/heads/autosynth-dataproc: 652794a69a167d6223e9abdd512066c21835072d
refs/heads/autosynth-securitycenter: b24087060036e623e57d2454ba5dabeaf1e530c5
refs/heads/autosynth-talent: 4ca901879f86aab61091cea52e8a9b653639df24
refs/tags/v0.82.0: 7b9807d5d0a400c757b8905fee768be4c85eba25
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>grpc-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<name>grpc-google-cloud-phishingprotection-v1beta1</name>
<description>GRPC library for grpc-google-cloud-phishingprotection-v1beta1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-phishingprotection-v1beta1</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<show>protected</show>
<nohelp>true</nohelp>
<doclint>none</doclint>
<splitindex>true</splitindex>
<offlineLinks>
<offlineLink>
<url>${project.javadoc.protobufBaseURL}</url>
<location>../../../../proto-google-cloud-phishingprotection-v1beta1/target/site/apidocs/</location>
</offlineLink>
</offlineLinks>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
Loading

0 comments on commit 9515460

Please sign in to comment.