Skip to content

Commit

Permalink
Add Maven 4.0.0-alpha-12 (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray authored Jan 18, 2024
1 parent c416b6f commit f5ce07e
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 = "038",
id = "038-maven-4.0.0-alpha-10",
order = "039",
id = "039-maven-4.0.0-alpha-12",
author = "aalmiray"
)
def migration038(implicit db: MongoDatabase): Unit =
def migration039(implicit db: MongoDatabase): Unit =
Version(
"maven",
"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"
"4.0.0-alpha-12",
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-12/apache-maven-4.0.0-alpha-12-bin.zip"
).validate()
.insert()
}

0 comments on commit f5ce07e

Please sign in to comment.