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 601d6a5 chore: set version to 1.0-SNAPSHOT
601d6a5 is described below
commit 601d6a5c2efc2924655f08f7ad947d5786a1df27
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Sep 17 11:32:20 2025 +0200
chore: set version to 1.0-SNAPSHOT
The plugin is mature enough to no longer justify a pre-release version.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 063abf1..b8c6908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>feature-launcher-maven-plugin</artifactId>
- <version>0.1.11-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Sling Feature Launcher Maven Plugin</name>