Skip to content

Commit

Permalink
Add Maven 4.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and marc0der committed May 27, 2024
1 parent baf5fe1 commit 95b8b21
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 = "041",
id = "041-maven-3.9.7",
order = "042",
id = "042-maven-4.0.0-beta-3",
author = "aalmiray"
)
def migration041(implicit db: MongoDatabase): Unit =
def migration042(implicit db: MongoDatabase): Unit =
Version(
"maven",
"3.9.7",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip"
"4.0.0-beta-3",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-beta-3/apache-maven-4.0.0-beta-3-bin.zip"
).validate()
.insert()
.asCandidateDefault()
}

0 comments on commit 95b8b21

Please sign in to comment.