Skip to content

Commit 502929c

Browse files
aalmiraymarc0der
authored andcommitted
Add Ant 1.10.13
1 parent 59805a4 commit 502929c

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

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

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,15 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "032")
77
class 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()

0 commit comments

Comments
 (0)