[ https://issues.apache.org/jira/browse/MNG-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17797077#comment-17797077 ]
ASF GitHub Bot commented on MNG-7950: ------------------------------------- gnodet commented on PR #1337: URL: https://github.com/apache/maven/pull/1337#issuecomment-1857427027 What about all the usages of `org.apache.maven.artifact.versioning.DefaultArtifactVersion` ? This is currently the one used in the [Maven 4 api](https://github.com/apache/maven/blob/8150c62749a637a98fbb9489fb8162034956220b/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultVersionParser.java#L46) and also in areas such as [parent selection in model building](https://github.com/apache/maven/blob/69bc993b8089a2d3d1ddfd6c7d4f8dc6cc205995/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java#L1486). > Support new version scheme selector in Maven > -------------------------------------------- > > Key: MNG-7950 > URL: https://issues.apache.org/jira/browse/MNG-7950 > Project: Maven > Issue Type: Task > Components: Artifacts and Repositories > Reporter: Tamas Cservenak > Assignee: Tamas Cservenak > Priority: Major > Fix For: 4.0.0, 4.0.0-alpha-10 > > > The generic version scheme is made into component, but it is not enough: > there should be an indirection and extension point to support multiple > schemes. > Resolver introduces MRESOLVER-446 for that. > There is one component in Maven maven-resolver-provider module that needs to > be adapted, and use selector instead of ctor passed in scheme. -- This message was sent by Atlassian Jira (v8.20.10#820010)