Skip to content

Commit bc47901

Browse files
author
Oliver Weiler
authored
Add Tomcat 10.0.22 (#601)
1 parent b26f2fb commit bc47901

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,18 @@ class TomcatMigration {
5858
setCandidateDefault("tomcat", "10.0.14")
5959
}
6060

61+
@ChangeSet(
62+
order = "009",
63+
id = "009-add_tomcat_10.0.22",
64+
author = "helpermethod"
65+
)
66+
def migration009(implicit db: MongoDatabase) =
67+
Version(
68+
candidate = "tomcat",
69+
version = "10.0.22",
70+
url =
71+
"https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.22/bin/apache-tomcat-10.0.22.zip"
72+
).validate()
73+
.insert()
74+
.asCandidateDefault()
6175
}

0 commit comments

Comments
 (0)