Skip to content

Commit

Permalink
Update to Wildfly 32
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Apr 27, 2024
1 parent 0db4fc2 commit 1df2c8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<wildfly.version>31.0.1.Final</wildfly.version>
<wildfly.version>32.0.0.Final</wildfly.version>
<jboss.home>/opt/wildfly-${wildfly.version}</jboss.home>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<jacoco.version>0.8.10</jacoco.version>
Expand Down Expand Up @@ -289,7 +289,7 @@
<dependency>
<groupId>x1.wildfly</groupId>
<artifactId>service-registry</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/integration-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.x1/j7beck/x1-wildfly-profile:31.0.1.Final
FROM registry.x1/j7beck/x1-wildfly-profile:32.0.0.Final
LABEL maintainer="[email protected]"

COPY --chown=jboss:jboss scripts /srv/wildfly/scripts
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/x1-wildfly-stomp-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.x1/j7beck/x1-wildfly-profile:31.0.1.Final
FROM registry.x1/j7beck/x1-wildfly-profile:32.0.0.Final
LABEL maintainer="[email protected]"

COPY --chown=jboss:jboss scripts /srv/wildfly/scripts
Expand Down

0 comments on commit 1df2c8d

Please sign in to comment.