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-feature-launcher-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 55f78d1 cosmetic: cleanup POM, do not override managed plugin version
55f78d1 is described below
commit 55f78d1fedd2ca64edb85146030de592b5346cd5
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Dec 19 12:52:53 2025 +0100
cosmetic: cleanup POM, do not override managed plugin version
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d56c769..558bcb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
- <!-- <goalPrefix>maven-archetype-plugin</goalPrefix> -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
@@ -147,7 +146,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.6.1</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>