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 1
1
# Changelog
2
2
3
+ ## [ 1.29.2] ( https://github.com/googleapis/java-bigtable-hbase/compare/v1.29.1...v1.29.2 ) (2023-03-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Dropwizard metrics probing ([ #4032 ] ( https://github.com/googleapis/java-bigtable-hbase/issues/4032 ) ) ([ 77bf060] ( https://github.com/googleapis/java-bigtable-hbase/commit/77bf0608fff88efff161ae70f064dda3915dbadd ) )
9
+
3
10
## [ 1.29.1] ( https://github.com/googleapis/java-bigtable-hbase/compare/v1.29.0...v1.29.1 ) (2023-03-24)
4
11
5
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.cloud.bigtable</groupId >
7
7
<artifactId >bigtable-client-core-parent</artifactId >
8
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
8
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >com.google.cloud.bigtable</groupId >
22
22
<artifactId >bigtable-client-core-parent</artifactId >
23
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
24
24
</parent >
25
25
26
26
<artifactId >bigtable-client-core</artifactId >
@@ -63,7 +63,7 @@ limitations under the License.
63
63
<dependency >
64
64
<groupId >com.google.cloud.bigtable</groupId >
65
65
<artifactId >bigtable-client-core-config</artifactId >
66
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
66
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
67
67
</dependency >
68
68
<!-- Bigtable Java Veneer client -->
69
69
<dependency >
@@ -213,7 +213,7 @@ limitations under the License.
213
213
<dependency >
214
214
<groupId >com.google.cloud.bigtable</groupId >
215
215
<artifactId >bigtable-metrics-api</artifactId >
216
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
216
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
217
217
</dependency >
218
218
219
219
<dependency >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class BigtableVersionInfo {
31
31
private static final AtomicBoolean wasInitialized = new AtomicBoolean (false );
32
32
33
33
// {x-version-update-start:bigtable-client-parent:current}
34
- public static final String CLIENT_VERSION = "1.29.2-SNAPSHOT " ;
34
+ public static final String CLIENT_VERSION = "1.29.2" ;
35
35
// {x-version-update-end}
36
36
public static final String JDK_VERSION = getJavaVersion ();
37
37
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
<parent >
20
20
<groupId >com.google.cloud.bigtable</groupId >
21
21
<artifactId >bigtable-client-core-parent</artifactId >
22
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
22
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
23
23
</parent >
24
24
25
25
<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.
20
20
<parent >
21
21
<groupId >com.google.cloud.bigtable</groupId >
22
22
<artifactId >bigtable-client-core-parent</artifactId >
23
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
24
24
</parent >
25
25
26
26
<artifactId >bigtable-hbase</artifactId >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
34
34
private static final AtomicBoolean wasInitialized = new AtomicBoolean (false );
35
35
36
36
// {x-version-update-start:bigtable-client-parent:current}
37
- public static final String VERSION = "1.29.2-SNAPSHOT " ;
37
+ public static final String VERSION = "1.29.2" ;
38
38
// {x-version-update-end}
39
39
40
40
/**
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.cloud.bigtable</groupId >
7
7
<artifactId >bigtable-client-core-parent</artifactId >
8
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
8
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >com.google.cloud.bigtable</groupId >
22
22
<artifactId >bigtable-client-parent</artifactId >
23
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
24
24
</parent >
25
25
26
26
<artifactId >bigtable-client-core-parent</artifactId >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
18
18
<parent >
19
19
<groupId >com.google.cloud.bigtable</groupId >
20
20
<artifactId >bigtable-dataflow-parent</artifactId >
21
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
21
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
22
22
</parent >
23
23
<modelVersion >4.0.0</modelVersion >
24
24
@@ -45,7 +45,7 @@ limitations under the License.
45
45
<dependency >
46
46
<groupId >${project.groupId} </groupId >
47
47
<artifactId >bigtable-hbase-beam</artifactId >
48
- <version >1.29.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
48
+ <version >1.29.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
49
49
<exclusions >
50
50
<exclusion >
51
51
<groupId >org.apache.hbase</groupId >
You can’t perform that action at this time.
0 commit comments