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


The following commit(s) were added to refs/heads/master by this push:
     new 17360e3a fix(mcp-server-contributions): fix sling mcp-server dependency
17360e3a is described below

commit 17360e3a6e2c41ae5f3d3d9dc581204d55b0a921
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Apr 24 16:51:49 2026 +0200

    fix(mcp-server-contributions): fix sling mcp-server dependency
    
    The 0.1.0 version was never released.
---
 mcp-server-contributions/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mcp-server-contributions/pom.xml b/mcp-server-contributions/pom.xml
index 6299a91b..e5bbd31c 100644
--- a/mcp-server-contributions/pom.xml
+++ b/mcp-server-contributions/pom.xml
@@ -128,7 +128,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.mcp-server</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to