Skip to content

Commit d971acd

Browse files
authored
Update pom.xml (#360)
* Update pom.xml * Update pom.xml * Update pom.xml * Update pom.xml * update hazelcast Signed-off-by: Gilbert Kwan <[email protected]> * update hazelcast Signed-off-by: Gilbert Kwan <[email protected]> * update hazelcast Signed-off-by: Gilbert Kwan <[email protected]> * update hazelcast Signed-off-by: Gilbert Kwan <[email protected]> --------- Signed-off-by: Gilbert Kwan <[email protected]>
1 parent bb2798f commit d971acd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

finish/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ LABEL \
2020
COPY --chown=1001:0 src/main/liberty/config /config/
2121
RUN features.sh
2222
COPY --chown=1001:0 target/guide-sessions.war /config/apps
23-
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.6.jar /opt/ol/wlp/usr/shared/resources
23+
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.8.jar /opt/ol/wlp/usr/shared/resources
2424

2525
RUN configure.sh

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.hazelcast</groupId>
4040
<artifactId>hazelcast</artifactId>
41-
<version>5.6.0</version>
41+
<version>5.3.8</version>
4242
<scope>test</scope>
4343
</dependency>
4444

@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.hazelcast</groupId>
9494
<artifactId>hazelcast</artifactId>
95-
<version>5.3.6</version>
95+
<version>5.3.8</version>
9696
</dependency>
9797
</dependencyGroup>
9898
</copyDependencies>

finish/src/main/liberty/config/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- tag::library[] -->
3838
<library id="jCacheVendorLib">
3939
<!-- tag::hazelcastjar[] -->
40-
<file name="${shared.resource.dir}/hazelcast-5.3.6.jar" />
40+
<file name="${shared.resource.dir}/hazelcast-5.3.8.jar" />
4141
<!-- end::hazelcastjar[] -->
4242
</library>
4343
<!-- end::library[] -->

start/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ LABEL \
1919
COPY --chown=1001:0 src/main/liberty/config /config/
2020
RUN features.sh
2121
COPY --chown=1001:0 target/guide-sessions.war /config/apps
22-
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.6.jar /opt/ol/wlp/usr/shared/resources
22+
COPY --chown=1001:0 target/liberty/wlp/usr/shared/resources/hazelcast-5.3.8.jar /opt/ol/wlp/usr/shared/resources
2323

2424
RUN configure.sh

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.hazelcast</groupId>
4040
<artifactId>hazelcast</artifactId>
41-
<version>5.6.0</version>
41+
<version>5.3.8</version>
4242
<scope>test</scope>
4343
</dependency>
4444

@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.hazelcast</groupId>
9494
<artifactId>hazelcast</artifactId>
95-
<version>5.3.6</version>
95+
<version>5.3.8</version>
9696
</dependency>
9797
</dependencyGroup>
9898
</copyDependencies>

0 commit comments

Comments
 (0)