Skip to content

Commit 9348945

Browse files
aalmiraymarc0der
authored andcommitted
Add Maven 3.9.8
1 parent 05b0b63 commit 9348945

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "013")
77
class MavenMigration {
88
@ChangeSet(
9-
order = "042",
10-
id = "042-maven-4.0.0-beta-3",
9+
order = "043",
10+
id = "043-maven-3.9.8",
1111
author = "aalmiray"
1212
)
1313
def migration042(implicit db: MongoDatabase): Unit =
1414
Version(
1515
"maven",
16-
"4.0.0-beta-3",
17-
"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"
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"
1818
).validate()
1919
.insert()
20+
.asCandidateDefault()
2021
}

0 commit comments

Comments
 (0)