Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-bom</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand All @@ -26,27 +26,27 @@
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<packaging>jar</packaging>
<name>Google Merchant Issue Resolution API</name>
<description>Merchant Issue Resolution API Programatically manage your Merchant Issues</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</parent>
<properties>
<site.installationModule>google-shopping-merchant-issue-resolution</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
<name>grpc-google-shopping-merchant-issue-resolution-v1</name>
<description>GRPC library for google-shopping-merchant-issue-resolution</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
<name>grpc-google-shopping-merchant-issue-resolution-v1beta</name>
<description>GRPC library for google-shopping-merchant-issue-resolution</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions java-java-shopping-merchant-issue-resolution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-parent</artifactId>
<packaging>pom</packaging>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<name>Google Merchant Issue Resolution API Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
Expand All @@ -29,27 +29,27 @@
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-issue-resolution-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1:current} -->
<name>proto-google-shopping-merchant-issue-resolution-v1</name>
<description>Proto library for google-shopping-merchant-issue-resolution</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-issue-resolution-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-issue-resolution-v1beta:current} -->
<name>proto-google-shopping-merchant-issue-resolution-v1beta</name>
<description>Proto library for google-shopping-merchant-issue-resolution</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-issue-resolution:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking-bom</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand All @@ -26,27 +26,27 @@
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-order-tracking-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-order-tracking-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-order-tracking-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-order-tracking-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<packaging>jar</packaging>
<name>Google Merchant Order Tracking API</name>
<description>Merchant Order Tracking API Programmatically manage your Merchant Center Accounts</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
</parent>
<properties>
<site.installationModule>google-shopping-merchant-order-tracking</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-order-tracking-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1:current} -->
<name>grpc-google-shopping-merchant-order-tracking-v1</name>
<description>GRPC library for google-shopping-merchant-order-tracking</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-order-tracking-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1beta:current} -->
<name>grpc-google-shopping-merchant-order-tracking-v1beta</name>
<description>GRPC library for google-shopping-merchant-order-tracking</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions java-java-shopping-merchant-order-tracking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking-parent</artifactId>
<packaging>pom</packaging>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<name>Google Merchant Order Tracking API Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
Expand All @@ -29,27 +29,27 @@
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-order-tracking-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-order-tracking-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>grpc-google-shopping-merchant-order-tracking-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-shopping-merchant-order-tracking-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-order-tracking-v1beta</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1beta:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1beta:current} -->
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.shopping.api.grpc</groupId>
<artifactId>proto-google-shopping-merchant-order-tracking-v1</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:proto-google-shopping-merchant-order-tracking-v1:current} -->
<name>proto-google-shopping-merchant-order-tracking-v1</name>
<description>Proto library for google-shopping-merchant-order-tracking</description>
<parent>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking-parent</artifactId>
<version>0.12.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
<version>1.0.0-SNAPSHOT</version><!-- {x-version-update:google-shopping-merchant-order-tracking:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Loading
Loading