This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.4.x in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push: new 823f4c06cc Fix build 823f4c06cc is described below commit 823f4c06ccb3abe4bbdb95db8cba13de6d19ae7b Author: JB Onofré <jb.ono...@dremio.com> AuthorDate: Sat Jul 19 07:24:49 2025 +0200 Fix build --- bom/nodeps/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/nodeps/pom.xml b/bom/nodeps/pom.xml index 3f09a915d7..7c0dd3e2cf 100644 --- a/bom/nodeps/pom.xml +++ b/bom/nodeps/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.karaf</groupId> <artifactId>karaf</artifactId> - <version>4.5.0-SNAPSHOT</version> + <version>4.4.8-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>