Skip to content

Commit

Permalink
Add Maven 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and marc0der committed May 25, 2024
1 parent 1a8e0f5 commit f0a2b33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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 = "040",
id = "040-maven-4.0.0-alpha-13",
order = "041",
id = "041-maven-3.9.7",
author = "aalmiray"
)
def migration040(implicit db: MongoDatabase): Unit =
def migration041(implicit db: MongoDatabase): Unit =
Version(
"maven",
"4.0.0-alpha-13",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/apache-maven-4.0.0-alpha-13-bin.zip"
"3.9.7",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip"
).validate()
.insert()
.asCandidateDefault()
}

0 comments on commit f0a2b33

Please sign in to comment.