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-maven-enforcer-rules.git
The following commit(s) were added to refs/heads/master by this push:
new 327aefe fix link
327aefe is described below
commit 327aefefda555798337f7a6ff9e182edc277dc74
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 15 08:53:24 2023 +0200
fix link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9024b2c..29b503d 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ All parameters are optional.
Checks that all dependencies have an explicitly declared scope in the
non-effective pom (i.e. without taking inheritance or dependency management
into account). Useful when the scope is no longer part of the
`dependencyManagement` or in general to force making developers a distinct
decision (e.g. prevents the default scope compile being used for test
dependencies by accident).
-*This rule is part of `maven-enforcer-plugin` since version 3.2.1
[MENFORCER-423](https://issues.apache.org/jira/browse/MENFORCER-423), so should
no longer be used from this module.*
+*This rule is part of `maven-enforcer-plugin` since version 3.2.1
([MENFORCER-423](https://issues.apache.org/jira/browse/MENFORCER-423)), so
should no longer be used from this module.*
#### Parameters