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 575a63a1b5 fix: update stale assembly module reference in
setup.eclipse profile (#2376)
575a63a1b5 is described below
commit 575a63a1b5a8c145ea19fcfba2b2e6b79f486b4e
Author: JB Onofré <[email protected]>
AuthorDate: Sun Mar 15 22:10:10 2026 +0100
fix: update stale assembly module reference in setup.eclipse profile (#2376)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f6bafd1252..b6a78c9ef2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -865,7 +865,7 @@
<profile>
<id>setup.eclipse</id>
<modules>
- <module>assembly</module>
+ <module>assemblies</module>
</modules>
<properties>
<eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>