Skip to content

Commit 358a043

Browse files
authored
chore: fix plugin version and add the annotation to update it (#4466)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 63cc3c8 commit 358a043

File tree

1 file changed

+1
-1
lines changed
  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests

1 file changed

+1
-1
lines changed

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ limitations under the License.
375375
<plugin>
376376
<groupId>com.google.cloud.bigtable</groupId>
377377
<artifactId>hbase-minicluster-maven-plugin</artifactId>
378-
<version>2.14.0-SNAPSHOT</version>
378+
<version>2.14.9-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
379379

380380
<executions>
381381
<execution>

0 commit comments

Comments
 (0)