Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

chore(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.2.1 #13

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion google-cloud-translate-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>0.1.3</version>
<version>0.2.1</version>
</parent>

<name>Google Cloud Translate BOM</name>
Expand Down
14 changes: 14 additions & 0 deletions google-cloud-translate/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/translate/v3beta1/TranslationServiceClient</className>
<method>java.lang.String parse*From*Name(java.lang.String)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/translate/v3beta1/TranslationServiceClient</className>
<method>java.lang.String format*Name(*)</method>
</difference>
</differences>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>0.1.3</version>
<version>0.2.1</version>
</parent>

<developers>
Expand Down
14 changes: 14 additions & 0 deletions proto-google-cloud-translate-v3beta1/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/translate/v3beta1/*RequestOrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/translate/v3beta1/*RequestOrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
</differences>