From cec563e7f429126433d26c7732bc7f234e51950f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 18 Jul 2023 10:23:06 +0200 Subject: [PATCH] test: Bump ModCluster version --- test/Makefile | 2 +- test/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index c9161643e..0a1d617d0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ APACHE_BASE ?= /usr/local/apache APACHE_INC ?= ${APACHE_BASE}/include IMG ?= quay.io/${USER}/tomcat_mod_cluster:latest -MOD_CLUSTER_VERSION ?= 2.0.2.Final-SNAPSHOT +MOD_CLUSTER_VERSION ?= 2.0.3.Final-SNAPSHOT Advertise: Advertise.c cc -c -I$(APACHE_INC) Advertise.c diff --git a/test/pom.xml b/test/pom.xml index 88ee4b8b4..1a298aeb9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.jboss.mod_cluster mod_cluster_test - 2.0.2.Final-SNAPSHOT + 2.0.3.Final-SNAPSHOT pom