Skip to content

Maven default version shoud be latest stable #746

@vpavic

Description

@vpavic

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:

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions