This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch MNG-7353
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/MNG-7353 by this push:
new 53b7511a7 s/3.9/3.9.0/
53b7511a7 is described below
commit 53b7511a7a92ea37c53d599e2383de867fa473e4
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Jul 9 10:30:57 2022 +0200
s/3.9/3.9.0/
---
.../java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
b/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
index 320c32960..eac64bdc7 100644
---
a/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
+++
b/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
@@ -176,7 +176,7 @@ public class MojoDescriptorCreator
}
else if ( numTokens == 3 )
{
- // groupId:artifactId:goal or pluginPrefix:version:goal (since
Maven 3.9)
+ // groupId:artifactId:goal or pluginPrefix:version:goal (since
Maven 3.9.0)
String firstToken = tok.nextToken();
// groupId or pluginPrefix? heuristics: groupId contains . but not
pluginPrefix