升级版本整体到2.5.0

This commit is contained in:
zer0Black
2023-08-14 18:24:02 +08:00
parent 5ccd5cdd05
commit cf97800d48
31 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -10,6 +10,6 @@ WORKDIR /jero-boot
EXPOSE 8080
ADD ./target/jero-boot-module-system-2.4.6.jar ./
ADD ./target/jero-boot-module-system-2.5.0.jar ./
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jero-boot-module-system-2.4.6.jar
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jero-boot-module-system-2.5.0.jar
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot</artifactId>
<version>2.4.6</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>