Skip to content

Commit

Permalink
test: Bump ModCluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 18, 2023
1 parent 120de28 commit cec563e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster_test</artifactId>
<version>2.0.2.Final-SNAPSHOT</version>
<version>2.0.3.Final-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit cec563e

Please sign in to comment.