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

rombert 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 de52edd  [maven-release-plugin] prepare for next development iteration
de52edd is described below

commit de52eddbd811a9487a4c0a180d1ef9f95bcf839c
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Tue May 20 13:13:23 2025 +0200

    [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 6f1b587..1576b42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>feature-launcher-maven-plugin</artifactId>
-    <version>0.1.8</version>
+    <version>0.1.9-SNAPSHOT</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>feature-launcher-maven-plugin-0.1.8</tag>
+        <tag>HEAD</tag>
     </scm>
 
 
@@ -47,7 +47,7 @@
     <properties>
         <sling.java.version>8</sling.java.version>
         <maven.version>3.3.9</maven.version>
-        
<project.build.outputTimestamp>1747739572</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>1747739602</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>

Reply via email to