You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/01/14 16:33:20 UTC

[sling-parent] branch master updated: trivial: remove default group ids "org.apache.maven.plugins"

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new bd61533  trivial: remove default group ids "org.apache.maven.plugins"
bd61533 is described below

commit bd615335dd536d7d166578024e3736982c4a0d8f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 14 17:32:25 2022 +0100

    trivial: remove default group ids "org.apache.maven.plugins"
---
 sling-bundle-parent/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index b4174e8..a27cc06 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -46,7 +46,6 @@
     <build>
         <pluginManagement>
             <plugins>
-
                 <plugin>
                     <groupId>org.apache.sling</groupId>
                     <artifactId>sling-maven-plugin</artifactId>
@@ -110,7 +109,6 @@ Bundle-DocURL: https://sling.apache.org
                     </executions>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
                     <configuration>
                         <archive>
@@ -122,7 +120,6 @@ Bundle-DocURL: https://sling.apache.org
         </pluginManagement>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <executions>
                     <execution>