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

chore(main): release 0.7.0 #366

Merged
merged 1 commit into from
Jul 1, 2022
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/googleapis/java-area120-tables/compare/v0.6.1...v0.7.0) (2022-07-01)


### Features

* Enable REST transport for most of Java and Go clients ([#363](https://github.com/googleapis/java-area120-tables/issues/363)) ([501c792](https://github.com/googleapis/java-area120-tables/commit/501c792047f6cae8283fc4ea6c67fca68b438615))

## [0.6.1](https://github.com/googleapis/java-area120-tables/compare/v0.6.0...v0.6.1) (2022-06-23)


Expand Down
8 changes: 4 additions & 4 deletions google-area120-tables-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables-bom</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-area120-tables-v1alpha1</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-area120-tables-v1alpha1:current} -->
<version>0.7.0</version><!-- {x-version-update:grpc-google-area120-tables-v1alpha1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-area120-tables-v1alpha1</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:proto-google-area120-tables-v1alpha1:current} -->
<version>0.7.0</version><!-- {x-version-update:proto-google-area120-tables-v1alpha1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-area120-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
<packaging>jar</packaging>
<name>Google Area 120 Tables</name>
<url>https://github.com/googleapis/java-area120-tables</url>
<description>provides programmatic methods to the Area 120 Tables API.</description>
<parent>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables-parent</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
</parent>
<properties>
<site.installationModule>google-area120-tables</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-area120-tables-v1alpha1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-area120-tables-v1alpha1</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-area120-tables-v1alpha1:current} -->
<version>0.7.0</version><!-- {x-version-update:grpc-google-area120-tables-v1alpha1:current} -->
<name>grpc-google-area120-tables-v1alpha1</name>
<description>GRPC library for google-area120-tables</description>
<parent>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables-parent</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables-parent</artifactId>
<packaging>pom</packaging>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
<name>Google Area 120 Tables Parent</name>
<url>https://github.com/googleapis/java-</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-area120-tables-v1alpha1</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:proto-google-area120-tables-v1alpha1:current} -->
<version>0.7.0</version><!-- {x-version-update:proto-google-area120-tables-v1alpha1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-area120-tables-v1alpha1</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-area120-tables-v1alpha1:current} -->
<version>0.7.0</version><!-- {x-version-update:grpc-google-area120-tables-v1alpha1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-area120-tables-v1alpha1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-area120-tables-v1alpha1</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:proto-google-area120-tables-v1alpha1:current} -->
<version>0.7.0</version><!-- {x-version-update:proto-google-area120-tables-v1alpha1:current} -->
<name>proto-google-area120-tables-v1alpha1</name>
<description>Proto library for google-area120-tables</description>
<parent>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables-parent</artifactId>
<version>0.6.2-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.0</version><!-- {x-version-update:google-area120-tables:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-area120-tables:0.6.1:0.6.2-SNAPSHOT
grpc-google-area120-tables-v1alpha1:0.6.1:0.6.2-SNAPSHOT
proto-google-area120-tables-v1alpha1:0.6.1:0.6.2-SNAPSHOT
google-area120-tables:0.7.0:0.7.0
grpc-google-area120-tables-v1alpha1:0.7.0:0.7.0
proto-google-area120-tables-v1alpha1:0.7.0:0.7.0