diff --git a/deploy/server/config/application.properties b/deploy/server/config/application.properties index e7d7388aa8..6ee3387cf3 100644 --- a/deploy/server/config/application.properties +++ b/deploy/server/config/application.properties @@ -5,7 +5,7 @@ # =============================== spring.application.name=bytedesk application.title=https://www.weiyuai.cn -application.version=0.4.1 +application.version=0.4.2 # server.host=127.0.0.1 server.port=9003 diff --git a/deploy/server/start.bat b/deploy/server/start.bat index 91e66f62a6..151f9fa7f7 100644 --- a/deploy/server/start.bat +++ b/deploy/server/start.bat @@ -1,5 +1,5 @@ @echo off -set RUN_NAME=bytedesk-starter-0.4.1.jar +set RUN_NAME=bytedesk-starter-0.4.2.jar set LANG=en_US.UTF-8 set PRG=%0 set APPDIRFILE=%~dp0 diff --git a/deploy/server/start.sh b/deploy/server/start.sh index 8876a2b1a1..8da362a26b 100755 --- a/deploy/server/start.sh +++ b/deploy/server/start.sh @@ -1,5 +1,5 @@ #!/bin/sh -RUN_NAME="bytedesk-starter-0.4.1.jar" +RUN_NAME="bytedesk-starter-0.4.2.jar" export LANG="en_US.UTF-8" PRG=$0 APPDIRFILE=`dirname "$PRG"` diff --git a/deploy/server/stop.bat b/deploy/server/stop.bat index 4ac5689ca4..c9258d0e5a 100644 --- a/deploy/server/stop.bat +++ b/deploy/server/stop.bat @@ -1,5 +1,5 @@ @echo off -set RUN_NAME=bytedesk-starter-0.4.1.jar +set RUN_NAME=bytedesk-starter-0.4.2.jar set LANG=en_US.UTF-8 set PRG=%0 set APPDIRFILE=%~dp0 diff --git a/deploy/server/stop.sh b/deploy/server/stop.sh index 6287cdbc26..f9d16ffdd5 100755 --- a/deploy/server/stop.sh +++ b/deploy/server/stop.sh @@ -13,7 +13,7 @@ # 联系:270580156@qq.com # Copyright (c) 2024 by bytedesk.com, All Rights Reserved. ### -RUN_NAME="bytedesk-starter-0.4.1.jar" +RUN_NAME="bytedesk-starter-0.4.2.jar" export LANG="en_US.UTF-8" PRG=$0 APPDIRFILE=`dirname "$PRG"` diff --git a/modules/pom.xml b/modules/pom.xml index 4877c92eff..0cebdbec1a 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -7,7 +7,7 @@ com.bytedesk im - ${revision} + ${revision} modules @@ -256,7 +256,7 @@ com.github.houbb pinyin 0.3.1 - + provided @@ -388,4 +388,4 @@ --> - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9205be426e..88c34830d0 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ 4.2.0 5.1.0 1.6.0 - 0.4.1 + 0.4.2 diff --git a/starter/Dockerfile b/starter/Dockerfile index 5e10f6e62a..4a18f94517 100644 --- a/starter/Dockerfile +++ b/starter/Dockerfile @@ -11,11 +11,11 @@ FROM eclipse-temurin:17-jdk WORKDIR /app # # Copy the JAR file into the container at /app -# COPY target/*.jar bytedesk-starter-0.4.1.jar +# COPY target/*.jar bytedesk-starter-0.4.2.jar COPY target/*.jar app.jar # # Specify the command to run your application -# ENTRYPOINT ["java","-jar","/bytedesk-starter-0.4.1.jar"] +# ENTRYPOINT ["java","-jar","/bytedesk-starter-0.4.2.jar"] # CMD ["java", "-jar", "app.jar"] ENTRYPOINT ["java","-jar","/app.jar"] diff --git a/starter/src/main/resources/application.properties b/starter/src/main/resources/application.properties index 7717649e3b..4626ae36f7 100644 --- a/starter/src/main/resources/application.properties +++ b/starter/src/main/resources/application.properties @@ -5,7 +5,7 @@ # =============================== spring.application.name=bytedesk application.title=https://www.weiyuai.cn -application.version=0.4.1 +application.version=0.4.2 # server.host=127.0.0.1 server.port=9003