Skip to content

Commit

Permalink
chore(bigtable-1.x): release 1.23.2-SNAPSHOT (#3187)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Aug 10, 2021
1 parent 9ffe999 commit 24436be
Show file tree
Hide file tree
Showing 26 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions bigtable-client-core-parent/bigtable-client-core/pom.xml
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-client-core</artifactId>
Expand Down Expand Up @@ -198,7 +198,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
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.23.1";
public static final String CLIENT_VERSION = "1.23.2-SNAPSHOT";
// {x-version-update-end}
public static final String JDK_VERSION = getJavaVersion();

Expand Down
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-integration-tests-common</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions bigtable-client-core-parent/bigtable-hbase/pom.xml
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase</artifactId>
Expand Down Expand Up @@ -55,13 +55,13 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-client-core</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>

<dependency>
Expand Down
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.23.1";
public static final String VERSION = "1.23.2-SNAPSHOT";
// {x-version-update-end}

/**
Expand Down
2 changes: 1 addition & 1 deletion bigtable-client-core-parent/bigtable-metrics-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-dataflow-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -325,7 +325,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<scope>test</scope>
<exclusions>
<!-- included in hbase-shaded-testing-util -->
Expand Down Expand Up @@ -353,7 +353,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-integration-tests-common</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<type>test-jar</type>
<scope>test</scope>
<exclusions>
Expand Down
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,7 +68,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bigtable-hbase-1.x-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-1.x</artifactId>
Expand Down Expand Up @@ -56,7 +56,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
Expand All @@ -66,7 +66,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<exclusions>
<exclusion>
<groupId>org.apache.hbase</groupId>
Expand Down
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-hbase-2.x-integration-tests</artifactId>
Expand Down Expand Up @@ -245,7 +245,7 @@ limitations under the License.
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-emulator-maven-plugin</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -345,7 +345,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -62,7 +62,7 @@ limitations under the License.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bigtable-hbase-2.x</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
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.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

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

<dependency>
Expand All @@ -72,7 +72,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-metrics-api</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-parent</artifactId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</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
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-test</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>


Expand Down
2 changes: 1 addition & 1 deletion bigtable-test/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>bigtable-client-parent</artifactId>
<groupId>com.google.cloud.bigtable</groupId>
<version>1.23.1</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>1.23.2-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
</parent>

<artifactId>bigtable-test</artifactId>
Expand Down

0 comments on commit 24436be

Please sign in to comment.