From 9beedcfa2ca59a658af53078b1555a9cb58fc011 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Wed, 9 Oct 2024 18:27:16 -0500 Subject: [PATCH] Update ant and common versions and prep 3.9.0 --- build.gradle | 4 ++-- docs/libertyDev.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 115df354..b04f036f 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ compileTestGroovy { targetCompatibility = JavaVersion.VERSION_1_8 } -def libertyAntVersion = "1.9.16-SNAPSHOT" -def libertyCommonVersion = "1.8.34-SNAPSHOT" +def libertyAntVersion = "1.9.16" +def libertyCommonVersion = "1.8.34" dependencies { implementation gradleApi() diff --git a/docs/libertyDev.md b/docs/libertyDev.md index f60a9968..f303c372 100644 --- a/docs/libertyDev.md +++ b/docs/libertyDev.md @@ -80,7 +80,7 @@ These can also be specified as command line parameters in addition to the ones i | Attribute | Type | Since | Description | Required | | --------- | ----- | ----- | ----------- | -------- | -| changeOnDemandTestsAction | boolean | 3.9 | If set to `true`, change the action for running on demand tests from `Enter` to type `t` and press `Enter`. The default value is `false`. | No | +| changeOnDemandTestsAction | boolean | 3.9.0 | If set to `true`, change the action for running on demand tests from `Enter` to type `t` and press `Enter`. The default value is `false`. | No | See the [Liberty server configuration](libertyExtensions.md#liberty-server-configuration) properties for common server configuration.