jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
38 stars 7 forks source link

Migration definition `org.apache.commons:commons-fileupload` to `org.apache.commons:commons-fileupload2` #81

Open froque opened 3 months ago

froque commented 3 months ago

Old groupId

org.apache.commons

Old artifactId

commons-fileupload

New groupId

org.apache.commons

New artifactId

commons-fileupload2

Context

https://commons.apache.org/proper/commons-fileupload/migration.html

Additional information

The released version is 2.0.0-M2. Perhaps wait for final release.

Is this an official migration by the same team?