This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit eb1e9996c2322fcdf49f9afff8c5b59aa16b677a Author: Robert Munteanu <[email protected]> AuthorDate: Mon Dec 8 17:19:39 2025 +0100 chore(mcp-server): formatting in JSON file --- mcp-server/src/main/features/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcp-server/src/main/features/main.json b/mcp-server/src/main/features/main.json index c34fb1f5..052bae5c 100644 --- a/mcp-server/src/main/features/main.json +++ b/mcp-server/src/main/features/main.json @@ -1,6 +1,6 @@ { "bundles": [ - { + { "id": "${project.groupId}:${project.artifactId}:${project.version}", "start-order": 25 }, @@ -33,4 +33,4 @@ "start-order": 25 } ] -} \ No newline at end of file +}
