[ https://issues.apache.org/jira/browse/MNG-8084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17848124#comment-17848124 ]
ASF GitHub Bot commented on MNG-8084: ------------------------------------- desruisseaux opened a new pull request, #1527: URL: https://github.com/apache/maven/pull/1527 This commit aims to complete d075fe7e85d26d86ad25a963274cd9c5b910c56a, which moved `ModelVersionParser` interface from the `org.apache.maven.model.version` package to `org.apache.maven.api.services.model`. Completing this change is necessary for building `maven-plugin-tools` or `maven-plugin-testing`. This commit deletes the old interface for making sure that there is no accidental use. The old and new interfaces were identical except for the package names and the imports. As a result of this change, the following implementation classes are identical except for package names and imports: * `maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelVersionParser.java` * `maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultModelVersionParser.java` This pull request does not resolve the duplication in above implementation classes. > Make the v4 api usable outside the Maven runtime > ------------------------------------------------ > > Key: MNG-8084 > URL: https://issues.apache.org/jira/browse/MNG-8084 > Project: Maven > Issue Type: New Feature > Reporter: Guillaume Nodet > Assignee: Guillaume Nodet > Priority: Major > Fix For: 4.0.0, 4.0.0-beta-2 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)