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 efc86ab689f6e12e15dd78f3b30777411f3cae3c Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 17:00:56 2025 +0200 [maven-release-plugin] prepare release 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..f3a740fb 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>1.3.0</tag> + </scm> <build> <plugins> diff --git a/shared/artifacts/pom.xml b/shared/artifacts/pom.xml index 9157ebb6..9bd1c27a 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>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..5dc75fc5 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>1.3.0</tag> + </scm> <build> <plugins> diff --git a/shared/parent/pom.xml b/shared/parent/pom.xml index c974878c..040135f0 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,13 +22,14 @@ <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> <scm> <developerConnection>scm:git:https://github.com/rombert/sling-ide-tooling.git</developerConnection> - </scm> + <tag>1.3.0</tag> + </scm> <build> <pluginManagement> diff --git a/shared/pom.xml b/shared/pom.xml index 0c4b721e..936e8543 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>1.3.0</tag> + </scm> <build> <plugins> diff --git a/shared/sync-fs/pom.xml b/shared/sync-fs/pom.xml index 0d35c237..0715be2e 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>1.3.0</tag> + </scm> <dependencies> <dependency>
