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

rombert pushed a commit to branch issue/SLING-8307-2
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit b2a53c33f084a19e75b3140fc7b1e1bd5526ba95
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Sep 19 11:46:35 2025 +0200

    [maven-release-plugin] prepare release sling-ide-tooling-shared-1.3.24
---
 shared/api/pom.xml       | 4 ++--
 shared/artifacts/pom.xml | 4 ++--
 shared/impl-vlt/pom.xml  | 4 ++--
 shared/parent/pom.xml    | 4 ++--
 shared/pom.xml           | 4 ++--
 shared/sync-fs/pom.xml   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/shared/api/pom.xml b/shared/api/pom.xml
index 9ba58dfc..f12a9eae 100644
--- a/shared/api/pom.xml
+++ b/shared/api/pom.xml
@@ -14,7 +14,7 @@
        <parent>
                <groupId>org.apache.sling.ide</groupId>
                <artifactId>sling-ide-shared-parent</artifactId>
-               <version>1.3.23-SNAPSHOT</version>
+               <version>1.3.24</version>
                <relativePath>../parent/</relativePath>
        </parent>
 
@@ -25,7 +25,7 @@
                
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</connection>
                
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</developerConnection>
                <url>https://github.com/apache/sling-ide-tooling.git</url>
-         <tag>sling-ide-tooling-shared-1.3.8</tag>
+         <tag>sling-ide-tooling-shared-1.3.24</tag>
   </scm>
 
        <build>
diff --git a/shared/artifacts/pom.xml b/shared/artifacts/pom.xml
index 7cca5040..fa67f395 100644
--- a/shared/artifacts/pom.xml
+++ b/shared/artifacts/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-shared-parent</artifactId>
-        <version>1.3.23-SNAPSHOT</version>
+        <version>1.3.24</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>org.apache.sling.ide.artifacts</artifactId>
@@ -24,7 +24,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</developerConnection>
         <url>https://github.com/apache/sling-ide-tooling.git</url>
-      <tag>sling-ide-tooling-shared-1.3.8</tag>
+      <tag>sling-ide-tooling-shared-1.3.24</tag>
   </scm>
 
     <dependencies>
diff --git a/shared/impl-vlt/pom.xml b/shared/impl-vlt/pom.xml
index 3c96fbde..87042d27 100644
--- a/shared/impl-vlt/pom.xml
+++ b/shared/impl-vlt/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-shared-parent</artifactId>
-        <version>1.3.23-SNAPSHOT</version>
+        <version>1.3.24</version>
         <relativePath>../parent/</relativePath>
     </parent>
 
@@ -25,7 +25,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</developerConnection>
         <url>https://github.com/apache/sling-ide-tooling.git</url>
-      <tag>sling-ide-tooling-shared-1.3.8</tag>
+      <tag>sling-ide-tooling-shared-1.3.24</tag>
   </scm>
 
     <build>
diff --git a/shared/parent/pom.xml b/shared/parent/pom.xml
index 87c907a6..809e42fa 100644
--- a/shared/parent/pom.xml
+++ b/shared/parent/pom.xml
@@ -22,13 +22,13 @@
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-shared-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.3.23-SNAPSHOT</version>
+    <version>1.3.24</version>
 
     <name>Apache Sling IDE - Shared Modules Parent</name>
 
     <scm>
         
<developerConnection>scm:git:https://github.com/rombert/sling-ide-tooling.git</developerConnection>
-      <tag>sling-ide-tooling-shared-1.3.8</tag>
+      <tag>sling-ide-tooling-shared-1.3.24</tag>
   </scm>
     
     <build>
diff --git a/shared/pom.xml b/shared/pom.xml
index 2dbecdee..e0832f5e 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -18,7 +18,7 @@
     </parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling-shared</artifactId>
-    <version>1.3.23-SNAPSHOT</version>
+    <version>1.3.24</version>
     <packaging>pom</packaging>
     <name>Apache Sling IDE Tools - Shared Modules</name>
 
@@ -26,7 +26,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</developerConnection>
         <url>https://github.com/apache/sling-ide-tooling.git</url>
-      <tag>sling-ide-tooling-shared-1.3.8</tag>
+      <tag>sling-ide-tooling-shared-1.3.24</tag>
   </scm>
 
     <build>
diff --git a/shared/sync-fs/pom.xml b/shared/sync-fs/pom.xml
index bf017a3d..bf9c5d22 100644
--- a/shared/sync-fs/pom.xml
+++ b/shared/sync-fs/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-shared-parent</artifactId>
-        <version>1.3.23-SNAPSHOT</version>
+        <version>1.3.24</version>
         <relativePath>../parent/</relativePath>
     </parent>
 
@@ -25,7 +25,7 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-ide-tooling.git</developerConnection>
         <url>https://github.com/apache/sling-ide-tooling.git</url>
-      <tag>sling-ide-tooling-shared-1.3.8</tag>
+      <tag>sling-ide-tooling-shared-1.3.24</tag>
   </scm>
 
     <dependencies>

Reply via email to