This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git


The following commit(s) were added to refs/heads/master by this push:
     new efeaaee  update to sling starter 14
efeaaee is described below

commit efeaaee4793c1b761468d1e730b8ae9e8e0be071
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Mar 10 08:27:09 2026 +0100

    update to sling starter 14
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1208b57..08355b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
 
     <properties>
         <sling.java.version>17</sling.java.version>
+        <sling.starter.version>14</sling.starter.version>
         <!-- Run with 
-Dslingfeature.app.vmOption=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=30303
 for debug mode-->
         <slingfeature.app.vmOption />
         <!-- Directory for legacy variant classes -->
@@ -196,28 +197,28 @@
                                 <groupId>org.apache.sling</groupId>
                                 
<artifactId>org.apache.sling.starter</artifactId>
                                 <classifier>nosample_base</classifier>
-                                <version>14-SNAPSHOT</version>
+                                <version>${sling.starter.version}</version>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 
<artifactId>org.apache.sling.starter</artifactId>
                                 <classifier>oak_persistence_sns</classifier>
-                                <version>14-SNAPSHOT</version>
+                                <version>${sling.starter.version}</version>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 
<artifactId>org.apache.sling.starter</artifactId>
                                 <classifier>starter</classifier>
-                                <version>14-SNAPSHOT</version>
+                                <version>${sling.starter.version}</version>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
                             <includeArtifact>
                                 <groupId>org.apache.sling</groupId>
                                 
<artifactId>org.apache.sling.starter</artifactId>
                                 <classifier>composum</classifier>
-                                <version>14-SNAPSHOT</version>
+                                <version>${sling.starter.version}</version>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
                         </aggregate>

Reply via email to