[maven-release-plugin] prepare release feature-launcher-maven-plugin-0.1.4
diff --git a/pom.xml b/pom.xml
index f110a09..5396d1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>feature-launcher-maven-plugin</artifactId>
- <version>0.1.3-SNAPSHOT</version>
+ <version>0.1.4</version>
<packaging>maven-plugin</packaging>
<name>Apache Sling Feature Launcher Maven Plugin</name>
@@ -36,7 +36,7 @@
<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>
<url>https://github.com/apache/sling-feature-launcher-maven-plugin</url>
- <tag>HEAD</tag>
+ <tag>feature-launcher-maven-plugin-0.1.4</tag>
</scm>
@@ -47,7 +47,7 @@
<properties>
<sling.java.version>8</sling.java.version>
<maven.version>3.3.9</maven.version>
- <project.build.outputTimestamp>1</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1668890036</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 -->
</properties>