-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
Attempting to upgrade all the candidates results in 4.0.0-rc-5 release being offered as the default:
$ sdk upgrade
Available defaults:
maven (local: 3.9.11; default: 4.0.0-rc-5)
Use prescribed default version(s)? (Y/n):This shouldn't happen, as 3.9.11 is the latest stable release.
It's also unclear where does 4.0.0-rc-5 actually come from, as I don't see it in MavenMigration:
sdkman-db-migrations/src/main/scala/io/sdkman/changelogs/MavenMigration.scala
Lines 6 to 20 in 1d93ec9
| @ChangeLog(order = "013") | |
| class MavenMigration { | |
| @ChangeSet( | |
| order = "046", | |
| id = "046-maven-4.0.0-rc-4", | |
| author = "hho" | |
| ) | |
| def migration046(implicit db: MongoDatabase): Unit = | |
| Version( | |
| "maven", | |
| "4.0.0-rc-4", | |
| "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-4/apache-maven-4.0.0-rc-4-bin.zip" | |
| ).validate() | |
| .insert() | |
| } |
Metadata
Metadata
Assignees
Labels
No labels