This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 62b16b0 cosmetic: remove duplicate definition of maven-invoker-plugin
62b16b0 is described below
commit 62b16b0ed13aa7c8863de61d6b507bafae99a5e7
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Feb 17 08:23:28 2026 +0100
cosmetic: remove duplicate definition of maven-invoker-plugin
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b81e40e..ff12979 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,7 +422,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.9.0</version>
<configuration>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>