You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/21 18:46:06 UTC

[GitHub] [maven] kwin commented on a change in pull request #680: [MNG-7418] Fix merging of snapshotVersions

kwin commented on a change in pull request #680:
URL: https://github.com/apache/maven/pull/680#discussion_r811367660



##########
File path: maven-repository-metadata/src/main/mdo/metadata.mdo
##########
@@ -141,6 +141,14 @@ under the License.
                 }
             }
 
+            for ( SnapshotVersion version : versioning.getSnapshotVersions() )
+            {
+                if ( !v.getSnapshotVersions().contains( version ) )

Review comment:
       I guess this needs more refinement as IMHO only extension, version, and classifier act as id. The `updated` value should always be taken from the newer version I guess....




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org