Skip to content

Commit

Permalink
Add Maven 4.0.0-alpha-9 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored Dec 13, 2023
1 parent ff9fd4c commit b6c4c52
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/scala/io/sdkman/changelogs/MavenMigration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "013")
class MavenMigration {
@ChangeSet(
order = "036",
id = "036-maven-3.9.6",
order = "037",
id = "037-maven-4.0.0-alpha-9",
author = "aalmiray"
)
def migration036(implicit db: MongoDatabase): Unit =
def migration037(implicit db: MongoDatabase): Unit =
Version(
"maven",
"3.9.6",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip"
"4.0.0-alpha-9",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-9/apache-maven-4.0.0-alpha-9-bin.zip"
).validate()
.insert()
.asCandidateDefault()
}

0 comments on commit b6c4c52

Please sign in to comment.