Skip to content

Commit

Permalink
Add Maven 4.0.0-alpha-10 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored Dec 23, 2023
1 parent b6c4c52 commit c416b6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 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,15 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "013")
class MavenMigration {
@ChangeSet(
order = "037",
id = "037-maven-4.0.0-alpha-9",
order = "038",
id = "038-maven-4.0.0-alpha-10",
author = "aalmiray"
)
def migration037(implicit db: MongoDatabase): Unit =
def migration038(implicit db: MongoDatabase): Unit =
Version(
"maven",
"4.0.0-alpha-9",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-9/apache-maven-4.0.0-alpha-9-bin.zip"
"4.0.0-alpha-10",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-10/apache-maven-4.0.0-alpha-10-bin.zip"
).validate()
.insert()
}

0 comments on commit c416b6f

Please sign in to comment.