Skip to content

Commit 1a42277

Browse files
authored
chore: fix main versions (#4331)
Release-As: 2.14.0-SNAPSHOT mirroring: [0.7.2](https://mvnrepository.com/artifact/com.google.cloud.bigtable/bigtable-hbase-mirroring-client-core/0.7.2) -> 0.9.0-SNAPSHOT replication: [1.11.2](https://mvnrepository.com/artifact/com.google.cloud.bigtable/bigtable-hbase-1.x-replication/1.11.2) -> 1.13.0-SNAPSHOT BEGIN_COMMIT_OVERRIDE chore: mark next release as 2.14.0-SNAPSHOT Release-As: 2.14.0-SNAPSHOT END_COMMIT_OVERRIDE
1 parent c3a48ed commit 1a42277

File tree

20 files changed

+59
-59
lines changed
  • hbase-migration-tools
    • bigtable-hbase-replication
    • mirroring-client
      • bigtable-hbase-mirroring-client-1.x-parent
        • bigtable-hbase-mirroring-client-1.x-hadoop
        • bigtable-hbase-mirroring-client-1.x-integration-tests
        • bigtable-hbase-mirroring-client-1.x-shaded
        • bigtable-hbase-mirroring-client-1.x
      • bigtable-hbase-mirroring-client-2.x-parent
        • bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
        • bigtable-hbase-mirroring-client-2.x-hadoop
        • bigtable-hbase-mirroring-client-2.x-integration-tests
        • bigtable-hbase-mirroring-client-2.x-shaded
        • bigtable-hbase-mirroring-client-2.x
      • bigtable-hbase-mirroring-client-core-parent

20 files changed

+59
-59
lines changed

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-replication</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
21+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<groupId>com.google.cloud.bigtable</groupId>
2626
<artifactId>bigtable-hbase-1.x-replication</artifactId>
27-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
27+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2828

2929
<packaging>jar</packaging>
3030
<name>bigtable-hbase-1.x-replication</name>
@@ -89,7 +89,7 @@ limitations under the License.
8989
<dependency>
9090
<groupId>com.google.cloud.bigtable</groupId>
9191
<artifactId>bigtable-hbase-replication-core</artifactId>
92-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
92+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
9393
<exclusions>
9494
<exclusion>
9595
<groupId>org.apache.hbase</groupId>

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ limitations under the License.
1818
<parent>
1919
<artifactId>bigtable-hbase-replication</artifactId>
2020
<groupId>com.google.cloud.bigtable</groupId>
21-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
21+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<groupId>com.google.cloud.bigtable</groupId>
2626
<artifactId>bigtable-hbase-2.x-replication</artifactId>
27-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
27+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2828
<packaging>jar</packaging>
2929
<name>bigtable-hbase-2.x-replication</name>
3030
<description>Library to enable one way replication from HBase to Cloud Bigtable. </description>
@@ -66,7 +66,7 @@ limitations under the License.
6666
<dependency>
6767
<groupId>com.google.cloud.bigtable</groupId>
6868
<artifactId>bigtable-hbase-replication-core</artifactId>
69-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
69+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
7070
<exclusions>
7171
<exclusion>
7272
<groupId>org.apache.hbase</groupId>

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ limitations under the License.
1919
<parent>
2020
<artifactId>bigtable-hbase-replication</artifactId>
2121
<groupId>com.google.cloud.bigtable</groupId>
22-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
22+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

2626
<groupId>com.google.cloud.bigtable</groupId>
2727
<artifactId>bigtable-hbase-replication-core</artifactId>
28-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
28+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2929
<packaging>jar</packaging>
3030
<name>bigtable-hbase-replication-core</name>
3131
<description>Library to enable one way replication from HBase to Cloud

hbase-migration-tools/bigtable-hbase-replication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.google.cloud.bigtable</groupId>
2020
<artifactId>bigtable-hbase-replication</artifactId>
21-
<version>1.12.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
21+
<version>1.13.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-replication:current} -->
2222

2323
<parent>
2424
<groupId>com.google.cloud.bigtable</groupId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-hbase-mirroring-client-1.x-parent</artifactId>
23-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
23+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-mirroring-client-1.x-hadoop</artifactId>
2727
<packaging>jar</packaging>
28-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
28+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2929

3030
<name>${project.groupId}:${project.artifactId}</name>
3131
<description>
@@ -57,7 +57,7 @@ limitations under the License.
5757
<dependency>
5858
<groupId>com.google.cloud.bigtable</groupId>
5959
<artifactId>bigtable-hbase-mirroring-client-1.x-shaded</artifactId>
60-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
60+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
6161
<scope>compile</scope>
6262
<exclusions>
6363
<!-- hbase-shaded-client will be replaced with hbase-client -->

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-hbase-mirroring-client-1.x-parent</artifactId>
23-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
23+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-mirroring-client-1.x-integration-tests</artifactId>
2727
<packaging>jar</packaging>
28-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
28+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2929

3030
<name>${project.groupId}:${project.artifactId}</name>
3131
<description>
@@ -200,7 +200,7 @@ limitations under the License.
200200
<dependency>
201201
<groupId>com.google.cloud.bigtable</groupId>
202202
<artifactId>bigtable-hbase-mirroring-client-1.x</artifactId>
203-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
203+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
204204
<scope>test</scope>
205205
<exclusions>
206206
<exclusion>
@@ -238,7 +238,7 @@ limitations under the License.
238238
<dependency>
239239
<groupId>com.google.cloud.bigtable</groupId>
240240
<artifactId>bigtable-hbase-mirroring-client-core</artifactId>
241-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
241+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
242242
<type>test-jar</type>
243243
<scope>test</scope>
244244
<exclusions>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-hbase-mirroring-client-1.x-parent</artifactId>
23-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
23+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-mirroring-client-1.x-shaded</artifactId>
2727
<packaging>jar</packaging>
28-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
28+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2929

3030
<name>${project.groupId}:${project.artifactId}</name>
3131
<description>
@@ -56,7 +56,7 @@ limitations under the License.
5656
<dependency>
5757
<groupId>com.google.cloud.bigtable</groupId>
5858
<artifactId>bigtable-hbase-mirroring-client-1.x</artifactId>
59-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
59+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
6060
<scope>compile</scope>
6161
</dependency>
6262
</dependencies>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-hbase-mirroring-client-1.x-parent</artifactId>
23-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
23+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-mirroring-client-1.x</artifactId>
2727
<packaging>jar</packaging>
28-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
28+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2929

3030
<name>${project.groupId}:${project.artifactId}</name>
3131
<description>
@@ -56,7 +56,7 @@ limitations under the License.
5656
<dependency>
5757
<groupId>com.google.cloud.bigtable</groupId>
5858
<artifactId>bigtable-hbase-mirroring-client-core</artifactId>
59-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
59+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
6060
<scope>compile</scope>
6161

6262
<exclusions>
@@ -94,7 +94,7 @@ limitations under the License.
9494
<dependency>
9595
<groupId>com.google.cloud.bigtable</groupId>
9696
<artifactId>bigtable-hbase-mirroring-client-core</artifactId>
97-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
97+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
9898
<type>test-jar</type>
9999
<scope>test</scope>
100100
<exclusions>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>mirroring-client</artifactId>
23-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
23+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-mirroring-client-1.x-parent</artifactId>
2727
<packaging>pom</packaging>
28-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
28+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2929

3030
<name>${project.groupId}:${project.artifactId}</name>
3131
<description>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ limitations under the License.
2020
<parent>
2121
<groupId>com.google.cloud.bigtable</groupId>
2222
<artifactId>bigtable-hbase-mirroring-client-2.x-parent</artifactId>
23-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
23+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2424
</parent>
2525

2626
<artifactId>bigtable-hbase-mirroring-client-1.x-2.x-integration-tests</artifactId>
2727
<packaging>jar</packaging>
28-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
28+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
2929

3030
<name>${project.groupId}:${project.artifactId}</name>
3131
<description>
@@ -198,7 +198,7 @@ limitations under the License.
198198
<dependency>
199199
<groupId>com.google.cloud.bigtable</groupId>
200200
<artifactId>bigtable-hbase-mirroring-client-2.x</artifactId>
201-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
201+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
202202
<scope>test</scope>
203203
<exclusions>
204204
<!-- already included in the hbase-shaded-testing-util -->
@@ -237,7 +237,7 @@ limitations under the License.
237237
<dependency>
238238
<groupId>com.google.cloud.bigtable</groupId>
239239
<artifactId>bigtable-hbase-mirroring-client-core</artifactId>
240-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
240+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
241241
<type>test-jar</type>
242242
<scope>test</scope>
243243
<exclusions>
@@ -251,7 +251,7 @@ limitations under the License.
251251
<dependency>
252252
<groupId>com.google.cloud.bigtable</groupId>
253253
<artifactId>bigtable-hbase-mirroring-client-1.x-integration-tests</artifactId>
254-
<version>0.8.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
254+
<version>0.9.0-SNAPSHOT</version> <!-- {x-version-update:bigtable-hbase-mirroring:current} -->
255255
<type>test-jar</type>
256256
<scope>test</scope>
257257
<exclusions>

0 commit comments

Comments
 (0)