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-installer-core.git
The following commit(s) were added to refs/heads/master by this push: new 7eff7bc [maven-release-plugin] prepare for next development iteration 7eff7bc is described below commit 7eff7bc0a330b253fe050431b5f1d7b2a6646c5f Author: Stefan Seifert <stefanseif...@users.noreply.github.com> AuthorDate: Wed Dec 18 13:23:50 2024 +0100 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b166c4f..45ce70c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>org.apache.sling.installer.core</artifactId> - <version>3.14.2</version> + <version>3.14.3-SNAPSHOT</version> <name>Apache Sling Installer Core</name> <description>Provides services to install OSGi bundles and configurations @@ -37,13 +37,13 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git</developerConnection> - <tag>org.apache.sling.installer.core-3.14.2</tag> + <tag>HEAD</tag> <url>https://github.com/apache/sling-org-apache-sling-installer-core.git</url> </scm> <properties> <sling.java.version>8</sling.java.version> - <project.build.outputTimestamp>2024-12-18T12:23:32Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-18T12:23:50Z</project.build.outputTimestamp> </properties> <dependencies>