From 07e56b0e0badda190cfdfee31c9e8a529f4fde07 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 14 Jun 2026 14:50:14 +0200 Subject: [PATCH] prepare 1.5.0 RC1 --- changes.xml | 5 ++++- version.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changes.xml b/changes.xml index 5db5449..87ed55d 100644 --- a/changes.xml +++ b/changes.xml @@ -37,7 +37,10 @@ Apache AntUnit - + + + + Allow the AntUnit task to use a different classloader when running the test by means of a nested classpath or a diff --git a/version.properties b/version.properties index d186e98..1548ffe 100644 --- a/version.properties +++ b/version.properties @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -artifact.version=1.5alpha +artifact.version=1.5.1alpha