File tree Expand file tree Collapse file tree 28 files changed +53
-46
lines changed
bigtable-client-core-parent
bigtable-client-core-config
src/main/java/com/google/cloud/bigtable/config
bigtable-hbase-integration-tests-common
src/main/java/com/google/cloud/bigtable/hbase
bigtable-hbase-1.x-parent
bigtable-hbase-1.x-hadoop
bigtable-hbase-1.x-integration-tests
bigtable-hbase-1.x-mapreduce
bigtable-hbase-1.x-shaded
bigtable-hbase-2.x-parent
bigtable-hbase-2.x-hadoop
bigtable-hbase-2.x-integration-tests
bigtable-hbase-2.x-shaded
bigtable-emulator-maven-plugin Expand file tree Collapse file tree 28 files changed +53
-46
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.28.0] ( https://github.com/googleapis/java-bigtable-hbase/compare/v1.27.1...v1.28.0 ) (2022-10-28)
4+
5+
6+ ### Features
7+
8+ * relocate bigtable-client-core configuration to bigtable-client-core-config ([ 3d0c2a5] ( https://github.com/googleapis/java-bigtable-hbase/commit/3d0c2a548e6d4f18f9972d873332f8f0b6db0719 ) )
9+
310## [ 1.27.1] ( https://github.com/googleapis/java-bigtable-hbase/compare/v1.27.0...v1.27.1 ) (2022-08-01)
411
512
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.cloud.bigtable</groupId >
77 <artifactId >bigtable-client-core-parent</artifactId >
8- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
8+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-client-core-parent</artifactId >
23- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-client-core</artifactId >
@@ -63,7 +63,7 @@ limitations under the License.
6363 <dependency >
6464 <groupId >com.google.cloud.bigtable</groupId >
6565 <artifactId >bigtable-client-core-config</artifactId >
66- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
66+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
6767 </dependency >
6868 <!-- Bigtable Java Veneer client -->
6969 <dependency >
@@ -213,7 +213,7 @@ limitations under the License.
213213 <dependency >
214214 <groupId >com.google.cloud.bigtable</groupId >
215215 <artifactId >bigtable-metrics-api</artifactId >
216- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
216+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
217217 </dependency >
218218
219219 <dependency >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class BigtableVersionInfo {
3131 private static final AtomicBoolean wasInitialized = new AtomicBoolean (false );
3232
3333 // {x-version-update-start:bigtable-client-parent:current}
34- public static final String CLIENT_VERSION = "1.27.2-SNAPSHOT " ;
34+ public static final String CLIENT_VERSION = "1.28.0 " ;
3535 // {x-version-update-end}
3636 public static final String JDK_VERSION = getJavaVersion ();
3737
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
1919 <parent >
2020 <groupId >com.google.cloud.bigtable</groupId >
2121 <artifactId >bigtable-client-core-parent</artifactId >
22- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
22+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
2323 </parent >
2424
2525 <artifactId >bigtable-hbase-integration-tests-common</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-client-core-parent</artifactId >
23- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-hbase</artifactId >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
3434 private static final AtomicBoolean wasInitialized = new AtomicBoolean (false );
3535
3636 // {x-version-update-start:bigtable-client-parent:current}
37- public static final String VERSION = "1.27.2-SNAPSHOT " ;
37+ public static final String VERSION = "1.28.0 " ;
3838 // {x-version-update-end}
3939
4040 /**
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.cloud.bigtable</groupId >
77 <artifactId >bigtable-client-core-parent</artifactId >
8- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
8+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-client-parent</artifactId >
23- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-client-core-parent</artifactId >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818 <parent >
1919 <groupId >com.google.cloud.bigtable</groupId >
2020 <artifactId >bigtable-dataflow-parent</artifactId >
21- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
21+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
2222 </parent >
2323 <modelVersion >4.0.0</modelVersion >
2424
@@ -45,7 +45,7 @@ limitations under the License.
4545 <dependency >
4646 <groupId >${project.groupId} </groupId >
4747 <artifactId >bigtable-hbase-beam</artifactId >
48- <version >1.27.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
48+ <version >1.28.0 </version > <!-- {x-version-update:bigtable-client-parent:current} -->
4949 <exclusions >
5050 <exclusion >
5151 <groupId >org.apache.hbase</groupId >
You can’t perform that action at this time.
0 commit comments