Skip to content

Commit

Permalink
chore(bigtable-1.x): release 1.29.1 (#4029)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.29.1](https://togithub.com/googleapis/java-bigtable-hbase/compare/v1.29.0...v1.29.1) (2023-03-24)


### Bug Fixes

* Fix dropwizard probing ([e2ff8fd](https://togithub.com/googleapis/java-bigtable-hbase/commit/e2ff8fd87f1d3efa531dde1eefbcf18fa3421fd5))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Mar 24, 2023
1 parent e2ff8fd commit 23cbac6
Show file tree
Hide file tree
Showing 28 changed files with 53 additions and 46 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.29.1](https://github.com/googleapis/java-bigtable-hbase/compare/v1.29.0...v1.29.1) (2023-03-24)


### Bug Fixes

* Fix dropwizard probing ([e2ff8fd](https://github.com/googleapis/java-bigtable-hbase/commit/e2ff8fd87f1d3efa531dde1eefbcf18fa3421fd5))

## [1.29.0](https://github.com/googleapis/java-bigtable-hbase/compare/v1.28.0...v1.29.0) (2023-03-21)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions bigtable-client-core-parent/bigtable-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-client-core</artifactId>
Expand Down Expand Up @@ -63,7 +63,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-config</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<!-- Bigtable Java Veneer client -->
<dependency>
Expand Down Expand Up @@ -213,7 +213,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class BigtableVersionInfo {
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);

// {x-version-update-start:bigtable-client-parent:current}
public static final String CLIENT_VERSION = "1.29.1-SNAPSHOT";
public static final String CLIENT_VERSION = "1.29.1";
// {x-version-update-end}
public static final String JDK_VERSION = getJavaVersion();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-integration-tests-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/bigtable-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
private static final AtomicBoolean wasInitialized = new AtomicBoolean(false);

// {x-version-update-start:bigtable-client-parent:current}
public static final String VERSION = "1.29.1-SNAPSHOT";
public static final String VERSION = "1.29.1";
// {x-version-update-end}

/**
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/bigtable-metrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-client-core-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-dataflow-parent/bigtable-beam-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -45,7 +45,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-beam</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
pom.xml files when invoking the build from a parent project. So we have to manually exclude
Expand Down
2 changes: 1 addition & 1 deletion bigtable-dataflow-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-dataflow-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -34,7 +34,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-integration-tests</artifactId>
Expand Down Expand Up @@ -234,7 +234,7 @@ limitations under the License.
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-emulator-maven-plugin</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -339,7 +339,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand Down Expand Up @@ -367,7 +367,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<type>test-jar</type>
<scope>test</scope>
<exclusions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-mapreduce</artifactId>
Expand Down Expand Up @@ -53,7 +53,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
pom.xml files when invoking the build from a parent project. So we have to manually exclude
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -78,7 +78,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
Otherwise the -api will be permanently severed from the impl and exporters -->
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x-shaded</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
pom.xml files when invoking the build from a parent project. So we have to manually exclude
Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x</artifactId>
Expand Down Expand Up @@ -66,7 +66,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
Expand All @@ -81,7 +81,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-1.x-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x-parent</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x-shaded</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-2.x-integration-tests</artifactId>
Expand Down Expand Up @@ -249,7 +249,7 @@ limitations under the License.
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-emulator-maven-plugin</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -359,7 +359,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand Down
4 changes: 2 additions & 2 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -72,7 +72,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<!-- Since opencensus-api is a transitive dep, we have to shade its impl as well.
Otherwise the -api will be permanently severed from the impl and exporters -->
Expand Down
6 changes: 3 additions & 3 deletions bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-2.x-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<properties>
Expand Down Expand Up @@ -70,7 +70,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand All @@ -86,7 +86,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-2.x-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-2.x-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-test/bigtable-emulator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-test</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.29.1-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.29.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>


Expand Down

0 comments on commit 23cbac6

Please sign in to comment.