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 2021/05/25 16:20:57 UTC

[sling-parent] branch master updated: SLING-7534 remove plugin management with wrong version for checksum-maven-plugin

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 e2a34ea  SLING-7534 remove plugin management with wrong version for checksum-maven-plugin
e2a34ea is described below

commit e2a34ea97f6256b6e4aa239c58a9e14d4a7375b4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue May 25 18:20:50 2021 +0200

    SLING-7534 remove plugin management with wrong version for
    checksum-maven-plugin
---
 sling-parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 07927a9..5dc45ca 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -373,11 +373,6 @@
                         </execution>
                     </executions>
                 </plugin>
-                <plugin>
-                    <groupId>net.nicoulaj.maven.plugins</groupId>
-                    <artifactId>checksum-maven-plugin</artifactId>
-                    <version>1.10.0</version>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>