File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/main/scala/io/sdkman/changelogs Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,15 @@ import com.mongodb.client.MongoDatabase
6
6
@ ChangeLog (order = " 013" )
7
7
class MavenMigration {
8
8
@ ChangeSet (
9
- order = " 044 " ,
10
- id = " 044 -maven-3.9.9 " ,
11
- author = " aalmiray "
9
+ order = " 045 " ,
10
+ id = " 045 -maven-4.0.0-rc-3 " ,
11
+ author = " ascheman "
12
12
)
13
- def migration042 (implicit db : MongoDatabase ): Unit =
13
+ def migration045 (implicit db : MongoDatabase ): Unit =
14
14
Version (
15
15
" maven" ,
16
- " 3.9.9 " ,
17
- " https://repo.maven. apache.org/maven2/org/apache/ maven/apache- maven/3.9.9/ apache-maven-3.9.9 -bin.zip"
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"
18
18
).validate()
19
19
.insert()
20
- .asCandidateDefault()
21
20
}
You can’t perform that action at this time.
0 commit comments