We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2dd93 commit 8cf08cfCopy full SHA for 8cf08cf
1 file changed
src/main/scala/io/sdkman/changelogs/MavenMigration.scala
@@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
6
@ChangeLog(order = "013")
7
class MavenMigration {
8
@ChangeSet(
9
- order = "045",
10
- id = "045-maven-4.0.0-rc-3",
11
- author = "ascheman"
+ order = "046",
+ id = "046-maven-4.0.0-rc-4",
+ author = "hho"
12
)
13
- def migration045(implicit db: MongoDatabase): Unit =
+ def migration046(implicit db: MongoDatabase): Unit =
14
Version(
15
"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"
+ "4.0.0-rc-4",
+ "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"
18
).validate()
19
.insert()
20
}
0 commit comments