Skip to content

Commit

Permalink
Add Maven 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and marc0der committed Aug 20, 2024
1 parent 1004a34 commit a32ffdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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,15 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "013")
class MavenMigration {
@ChangeSet(
order = "043",
id = "043-maven-3.9.8",
order = "044",
id = "044-maven-3.9.9",
author = "aalmiray"
)
def migration042(implicit db: MongoDatabase): Unit =
Version(
"maven",
"3.9.8",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip"
"3.9.9",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip"
).validate()
.insert()
.asCandidateDefault()
Expand Down

0 comments on commit a32ffdb

Please sign in to comment.