jeecgboot3.4.2版本发布,升级版本号

This commit is contained in:
zhangdaiscott
2022-09-22 16:12:25 +08:00
parent 0ee38b7f4a
commit 4cd59179bd
35 changed files with 44 additions and 44 deletions

View File

@@ -10,6 +10,6 @@ WORKDIR /jeecg-system-cloud
EXPOSE 7001
ADD ./target/jeecg-system-cloud-start-3.4.0.jar ./
ADD ./target/jeecg-system-cloud-start-3.4.2.jar ./
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-cloud-start-3.4.0.jar
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-cloud-start-3.4.2.jar

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-server-cloud</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.4.0</version>
<version>3.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-system-cloud-start</artifactId>