Skip to content

Commit

Permalink
Add Maven 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and marc0der committed Jun 17, 2024
1 parent 05b0b63 commit 9348945
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/scala/io/sdkman/changelogs/MavenMigration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "013")
class MavenMigration {
@ChangeSet(
order = "042",
id = "042-maven-4.0.0-beta-3",
order = "043",
id = "043-maven-3.9.8",
author = "aalmiray"
)
def migration042(implicit db: MongoDatabase): Unit =
Version(
"maven",
"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"
"3.9.8",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip"
).validate()
.insert()
.asCandidateDefault()
}

0 comments on commit 9348945

Please sign in to comment.