Skip to content

Commit 8cf08cf

Browse files
hhomarc0der
authored andcommitted
Add Maven 4.0.0-rc4
1 parent 4b2dd93 commit 8cf08cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "013")
77
class MavenMigration {
88
@ChangeSet(
9-
order = "045",
10-
id = "045-maven-4.0.0-rc-3",
11-
author = "ascheman"
9+
order = "046",
10+
id = "046-maven-4.0.0-rc-4",
11+
author = "hho"
1212
)
13-
def migration045(implicit db: MongoDatabase): Unit =
13+
def migration046(implicit db: MongoDatabase): Unit =
1414
Version(
1515
"maven",
16-
"4.0.0-rc-3",
17-
"https://dlcdn.apache.org/maven/maven-4/4.0.0-rc-3/binaries/apache-maven-4.0.0-rc-3-bin.zip"
16+
"4.0.0-rc-4",
17+
"https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-4/apache-maven-4.0.0-rc-4-bin.zip"
1818
).validate()
1919
.insert()
2020
}

0 commit comments

Comments
 (0)