[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 8136afa..d56c769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>feature-launcher-maven-plugin</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1-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.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/sling-feature-launcher-maven-plugin</url>
</scm>
<properties>
<sling.java.version>11</sling.java.version>
<maven.version>3.8.1</maven.version>
- <project.build.outputTimestamp>1763999276</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1763999337</project.build.outputTimestamp>
<github.project.id>apache/sling-feature-launcher-maven-plugin</github.project.id>
<maven.compiler.target>${sling.java.version}</maven.compiler.target>
<!-- also set target next to release due to https://issues.apache.org/jira/browse/MPLUGIN-404 -->