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 ce7b7b3cb74f52653a63cf6b674cfdaa8135062c Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 18:03:02 2025 +0200 [maven-release-plugin] prepare release sling-ide-tooling-eclipse-1.3.8 --- eclipse/eclipse-core/pom.xml | 4 ++-- eclipse/eclipse-m2e-core/pom.xml | 4 ++-- eclipse/eclipse-m2e-test/pom.xml | 4 ++-- eclipse/eclipse-m2e-ui/pom.xml | 4 ++-- eclipse/eclipse-sightly-core/pom.xml | 4 ++-- eclipse/eclipse-sightly-ui/pom.xml | 4 ++-- eclipse/eclipse-test/pom.xml | 4 ++-- eclipse/eclipse-ui/pom.xml | 4 ++-- eclipse/feature/pom.xml | 4 ++-- eclipse/m2e-feature/pom.xml | 4 ++-- eclipse/p2update/pom.xml | 10 ++++------ eclipse/pom.xml | 4 ++-- eclipse/sightly-feature/pom.xml | 4 ++-- eclipse/source-bundle/pom.xml | 9 ++++----- eclipse/target-definition/pom.xml | 4 ++-- 15 files changed, 34 insertions(+), 37 deletions(-) diff --git a/eclipse/eclipse-core/pom.xml b/eclipse/eclipse-core/pom.xml index 14dcc83b..d24bfa6b 100644 --- a/eclipse/eclipse-core/pom.xml +++ b/eclipse/eclipse-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-core</artifactId> <packaging>eclipse-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-m2e-core/pom.xml b/eclipse/eclipse-m2e-core/pom.xml index 0356361b..fd3c54fd 100644 --- a/eclipse/eclipse-m2e-core/pom.xml +++ b/eclipse/eclipse-m2e-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-m2e-core</artifactId> <packaging>eclipse-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-m2e-test/pom.xml b/eclipse/eclipse-m2e-test/pom.xml index 70fb9186..7f5f1d24 100644 --- a/eclipse/eclipse-m2e-test/pom.xml +++ b/eclipse/eclipse-m2e-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-m2e-test</artifactId> <packaging>eclipse-test-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-m2e-ui/pom.xml b/eclipse/eclipse-m2e-ui/pom.xml index 4e8b23d9..672e425a 100644 --- a/eclipse/eclipse-m2e-ui/pom.xml +++ b/eclipse/eclipse-m2e-ui/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-m2e-ui</artifactId> <packaging>eclipse-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-sightly-core/pom.xml b/eclipse/eclipse-sightly-core/pom.xml index a6ebf531..1959b888 100644 --- a/eclipse/eclipse-sightly-core/pom.xml +++ b/eclipse/eclipse-sightly-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-sightly-core</artifactId> <packaging>eclipse-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-sightly-ui/pom.xml b/eclipse/eclipse-sightly-ui/pom.xml index 8f19e676..0c7c0a80 100644 --- a/eclipse/eclipse-sightly-ui/pom.xml +++ b/eclipse/eclipse-sightly-ui/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-sightly-ui</artifactId> <packaging>eclipse-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-test/pom.xml b/eclipse/eclipse-test/pom.xml index 2dfa06e5..6b7f3c24 100644 --- a/eclipse/eclipse-test/pom.xml +++ b/eclipse/eclipse-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-test</artifactId> <packaging>eclipse-test-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/eclipse-ui/pom.xml b/eclipse/eclipse-ui/pom.xml index 8afa0b13..c8212b5b 100644 --- a/eclipse/eclipse-ui/pom.xml +++ b/eclipse/eclipse-ui/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.eclipse-ui</artifactId> <packaging>eclipse-plugin</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/feature/pom.xml b/eclipse/feature/pom.xml index e086eca0..1713d9a2 100644 --- a/eclipse/feature/pom.xml +++ b/eclipse/feature/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.feature</artifactId> <packaging>eclipse-feature</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/m2e-feature/pom.xml b/eclipse/m2e-feature/pom.xml index 8a4b7122..a0c7c900 100644 --- a/eclipse/m2e-feature/pom.xml +++ b/eclipse/m2e-feature/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.m2e.feature</artifactId> <packaging>eclipse-feature</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/p2update/pom.xml b/eclipse/p2update/pom.xml index 5837c653..162e4a70 100644 --- a/eclipse/p2update/pom.xml +++ b/eclipse/p2update/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-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.p2update</artifactId> <packaging>eclipse-repository</packaging> @@ -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-eclipse-1.3.8</tag> + </scm> <build> <!-- ensure that extra files are picked up by the maven-source-plugin --> diff --git a/eclipse/pom.xml b/eclipse/pom.xml index af383734..e71384a2 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> <packaging>pom</packaging> <name>Apache Sling IDE Tools</name> @@ -32,7 +32,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <modules> diff --git a/eclipse/sightly-feature/pom.xml b/eclipse/sightly-feature/pom.xml index a06c4725..3a0532b1 100644 --- a/eclipse/sightly-feature/pom.xml +++ b/eclipse/sightly-feature/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.sightly.feature</artifactId> <packaging>eclipse-feature</packaging> @@ -30,7 +30,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build> diff --git a/eclipse/source-bundle/pom.xml b/eclipse/source-bundle/pom.xml index bfeafff5..e40b1fd4 100644 --- a/eclipse/source-bundle/pom.xml +++ b/eclipse/source-bundle/pom.xml @@ -9,14 +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-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.source-bundle</artifactId> @@ -26,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-eclipse-1.3.8</tag> + </scm> <build> <plugins> diff --git a/eclipse/target-definition/pom.xml b/eclipse/target-definition/pom.xml index d0f4bf76..91b7ad14 100644 --- a/eclipse/target-definition/pom.xml +++ b/eclipse/target-definition/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.sling.ide</groupId> <artifactId>sling-ide-tooling</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>org.apache.sling.ide.target-definition</artifactId> @@ -31,7 +31,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>HEAD</tag> + <tag>sling-ide-tooling-eclipse-1.3.8</tag> </scm> <build>
