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-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new c9cd39c7 [maven-release-plugin] prepare release 
sling-ide-tooling-shared-1.3.0
c9cd39c7 is described below

commit c9cd39c7859af75fe232217bf679751359961301
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 22 11:48:12 2025 +0200

    [maven-release-plugin] prepare release sling-ide-tooling-shared-1.3.0
---
 shared/api/pom.xml       |  7 ++++---
 shared/artifacts/pom.xml | 10 ++++------
 shared/impl-vlt/pom.xml  | 10 ++++------
 shared/parent/pom.xml    |  9 ++++-----
 shared/pom.xml           | 10 ++++------
 shared/sync-fs/pom.xml   | 10 ++++------
 6 files changed, 24 insertions(+), 32 deletions(-)

diff --git a/shared/api/pom.xml b/shared/api/pom.xml
index 5e13ecaa..0929644d 100644
--- a/shared/api/pom.xml
+++ b/shared/api/pom.xml
@@ -9,12 +9,12 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY KIND, either express or implied. See the License for the specific 
     language governing permissions and limitations under the License. -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.sling.ide</groupId>
                <artifactId>sling-ide-shared-parent</artifactId>
-               <version>1.2.3-SNAPSHOT</version>
+               <version>1.3.0</version>
                <relativePath>../parent/</relativePath>
        </parent>
 
@@ -25,7 +25,8 @@
                
<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>
-       </scm>
+         <tag>sling-ide-tooling-shared-1.3.0</tag>
+  </scm>
 
        <build>
                <plugins>
diff --git a/shared/artifacts/pom.xml b/shared/artifacts/pom.xml
index 9157ebb6..59649b56 100644
--- a/shared/artifacts/pom.xml
+++ b/shared/artifacts/pom.xml
@@ -9,15 +9,12 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY KIND, either express or implied. See the License for the specific 
     language governing permissions and limitations under the License. -->
-<project
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-shared-parent</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>org.apache.sling.ide.artifacts</artifactId>
@@ -27,7 +24,8 @@
         
<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>
-    </scm>
+      <tag>sling-ide-tooling-shared-1.3.0</tag>
+  </scm>
 
     <dependencies>
        <!-- the embedded artifacts are OSGi bundles, therefore OSGi 
dependencies are ok here -->
diff --git a/shared/impl-vlt/pom.xml b/shared/impl-vlt/pom.xml
index 512d222c..d2f65426 100644
--- a/shared/impl-vlt/pom.xml
+++ b/shared/impl-vlt/pom.xml
@@ -9,15 +9,12 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY KIND, either express or implied. See the License for the specific 
     language governing permissions and limitations under the License. -->
-<project
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-shared-parent</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../parent/</relativePath>
     </parent>
 
@@ -28,7 +25,8 @@
         
<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>
-    </scm>
+      <tag>sling-ide-tooling-shared-1.3.0</tag>
+  </scm>
 
     <build>
         <plugins>
diff --git a/shared/parent/pom.xml b/shared/parent/pom.xml
index 5addb095..7a48afa0 100644
--- a/shared/parent/pom.xml
+++ b/shared/parent/pom.xml
@@ -9,9 +9,7 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY KIND, either express or implied. See the License for the specific 
     language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -24,7 +22,7 @@
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-shared-parent</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0</version>
 
     <name>Apache Sling IDE - Shared Modules Parent</name>
 
@@ -32,7 +30,8 @@
         
<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>
-    </scm>
+      <tag>sling-ide-tooling-shared-1.3.0</tag>
+  </scm>
     
     <build>
         <pluginManagement>
diff --git a/shared/pom.xml b/shared/pom.xml
index 9c595737..e7adfcf4 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -9,10 +9,7 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY KIND, either express or implied. See the License for the specific 
     language governing permissions and limitations under the License. -->
-<project
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
@@ -21,7 +18,7 @@
     </parent>
     <groupId>org.apache.sling.ide</groupId>
     <artifactId>sling-ide-tooling-shared</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0</version>
     <packaging>pom</packaging>
     <name>Apache Sling IDE Tools - Shared Modules</name>
 
@@ -29,7 +26,8 @@
         
<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>
-    </scm>
+      <tag>sling-ide-tooling-shared-1.3.0</tag>
+  </scm>
 
     <build>
         <plugins>
diff --git a/shared/sync-fs/pom.xml b/shared/sync-fs/pom.xml
index 0d35c237..e526e0da 100644
--- a/shared/sync-fs/pom.xml
+++ b/shared/sync-fs/pom.xml
@@ -9,15 +9,12 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
     OF ANY KIND, either express or implied. See the License for the specific 
     language governing permissions and limitations under the License. -->
-<project
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-    xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling.ide</groupId>
         <artifactId>sling-ide-shared-parent</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../parent/</relativePath>
     </parent>
 
@@ -28,7 +25,8 @@
         
<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>
-    </scm>
+      <tag>sling-ide-tooling-shared-1.3.0</tag>
+  </scm>
 
     <dependencies>
         <dependency>

Reply via email to