Skip to content

Commit

Permalink
Add Maven 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored and marc0der committed Dec 1, 2023
1 parent 6af9463 commit b288df9
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 = "035",
id = "035-maven-4.0.0-alpha-8",
order = "036",
id = "036-maven-3.9.6",
author = "aalmiray"
)
def migration035(implicit db: MongoDatabase): Unit =
def migration036(implicit db: MongoDatabase): Unit =
Version(
"maven",
"4.0.0-alpha-8",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-8/apache-maven-4.0.0-alpha-8-bin.zip"
"3.9.6",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip"
).validate()
.insert()
.asCandidateDefault()
}

0 comments on commit b288df9

Please sign in to comment.