You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/11/19 20:34:38 UTC

[sling-feature-launcher-maven-plugin] branch master updated: [maven-release-plugin] prepare release feature-launcher-maven-plugin-0.1.4

This is an automated email from the ASF dual-hosted git repository.

enorman 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 f91ce88  [maven-release-plugin] prepare release feature-launcher-maven-plugin-0.1.4
f91ce88 is described below

commit f91ce88d5b072101183b698e26abef325e9b4d33
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Nov 19 12:34:28 2022 -0800

    [maven-release-plugin] prepare release feature-launcher-maven-plugin-0.1.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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>