This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-10053 in repository https://gitbox.apache.org/repos/asf/sling-parent.git
commit 96b63ef8c47e63c32e2ec943ddb76be7380f2803 Author: Robert Munteanu <[email protected]> AuthorDate: Tue Sep 21 14:08:57 2021 +0200 SLING-10053 - Replace Ianal Maven Plugin Switch to the equivalent tools-maven-plugin from Geronimo, which works without any issues. --- sling-parent/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index e1a0f83..54a3d51 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -151,8 +151,8 @@ </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>ianal-maven-plugin</artifactId> + <groupId>org.apache.geronimo.genesis.plugins</groupId> + <artifactId>tools-maven-plugin</artifactId> <executions> <execution> <id>verify-legal-files</id> @@ -320,9 +320,9 @@ <version>1.8.3</version> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>ianal-maven-plugin</artifactId> - <version>1.0-alpha-1</version> + <groupId>org.apache.geronimo.genesis.plugins</groupId> + <artifactId>tools-maven-plugin</artifactId> + <version>1.4</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
