File tree Expand file tree Collapse file tree
src/main/scala/io/sdkman/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,30 @@ import com.mongodb.client.MongoDatabase
66@ ChangeLog (order = " 032" )
77class AntMigration {
88 @ ChangeSet (
9- order = " 019 " ,
10- id = " 019 -add_ant_1.10.15 " ,
11- author = " helpermethod "
9+ order = " 020 " ,
10+ id = " 020 -add_ant_1.10.16 " ,
11+ author = " theit "
1212 )
13- def migration019 (implicit db : MongoDatabase ): Unit = {
13+ def migration020 (implicit db : MongoDatabase ): Unit = {
1414 Version (
1515 " ant" ,
16- " 1.10.15" ,
17- " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.15-bin.zip"
16+ " 1.10.16" ,
17+ " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.16-bin.zip"
18+ ).validate()
19+ .insert()
20+ .asCandidateDefault()
21+ }
22+
23+ @ ChangeSet (
24+ order = " 021" ,
25+ id = " 021-add_ant_1.10.17" ,
26+ author = " theit"
27+ )
28+ def migration021 (implicit db : MongoDatabase ): Unit = {
29+ Version (
30+ " ant" ,
31+ " 1.10.17" ,
32+ " https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.17-bin.zip"
1833 ).validate()
1934 .insert()
2035 .asCandidateDefault()
You can’t perform that action at this time.
0 commit comments