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-feature-launcher-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0f95171 [maven-release-plugin] prepare for next development iteration
0f95171 is described below
commit 0f9517142acad26ee750ecd481c10bc739aac2ac
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Jan 9 14:12:51 2026 +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 e44bad3..2e2b73c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>feature-launcher-maven-plugin</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Sling Feature Launcher Maven Plugin</name>
@@ -39,14 +39,14 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git</developerConnection>
- <tag>feature-launcher-maven-plugin-1.0.2</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/sling-feature-launcher-maven-plugin/tree/${project.scm.tag}</url>
</scm>
<properties>
<sling.java.version>11</sling.java.version>
<maven.version>3.8.1</maven.version>
-
<project.build.outputTimestamp>1767964330</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1767964371</project.build.outputTimestamp>
<github.project.id>apache/sling-feature-launcher-maven-plugin</github.project.id>
<version.maven-plugin-tools>3.15.2</version.maven-plugin-tools>
</properties>