Skip to content

Commit a32ffdb

Browse files
aalmiraymarc0der
authored andcommitted
Add Maven 3.9.9
1 parent 1004a34 commit a32ffdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/scala/io/sdkman/changelogs/MavenMigration.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "013")
77
class MavenMigration {
88
@ChangeSet(
9-
order = "043",
10-
id = "043-maven-3.9.8",
9+
order = "044",
10+
id = "044-maven-3.9.9",
1111
author = "aalmiray"
1212
)
1313
def migration042(implicit db: MongoDatabase): Unit =
1414
Version(
1515
"maven",
16-
"3.9.8",
17-
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip"
16+
"3.9.9",
17+
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip"
1818
).validate()
1919
.insert()
2020
.asCandidateDefault()

0 commit comments

Comments
 (0)