This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to branch branch-4.16 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit dc326c0737a7411afcfb07fac9225710617eb206 Author: Nicolò Boschi <[email protected]> AuthorDate: Thu Mar 21 09:46:03 2024 +0100 Fix POM version --- tests/docker-images/current-version-image/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker-images/current-version-image/pom.xml b/tests/docker-images/current-version-image/pom.xml index 44d3faadab..24e622bc26 100644 --- a/tests/docker-images/current-version-image/pom.xml +++ b/tests/docker-images/current-version-image/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.bookkeeper.tests</groupId> <artifactId>docker-images</artifactId> - <version>4.16.4-SNAPSHOT</version> + <version>4.16.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bookkeeper.tests</groupId>
