File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
src/main/scala/io/sdkman/changelogs Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -6,30 +6,15 @@ import com.mongodb.client.MongoDatabase
66@ ChangeLog (order = " 032" )
77class AntMigration {
88 @ ChangeSet (
9- order = " 016" ,
10- id = " 016-add_ant_1.10.11" ,
11- author = " aalmiray"
12- )
13- def migration016 (implicit db : MongoDatabase ): Unit = {
14- Version (
15- " ant" ,
16- " 1.10.11" ,
17- " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.11-bin.zip"
18- ).validate()
19- .insert()
20- .asCandidateDefault()
21- }
22-
23- @ ChangeSet (
24- order = " 017" ,
25- id = " 017-add_ant_1.10.12" ,
9+ order = " 018" ,
10+ id = " 018-add_ant_1.10.13" ,
2611 author = " aalmiray"
2712 )
2813 def migration017 (implicit db : MongoDatabase ): Unit = {
2914 Version (
3015 " ant" ,
31- " 1.10.12 " ,
32- " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12 -bin.zip"
16+ " 1.10.13 " ,
17+ " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.13 -bin.zip"
3318 ).validate()
3419 .insert()
3520 .asCandidateDefault()
You can’t perform that action at this time.
0 commit comments