From d63a26f68d804bed3ecab8839b2648a04f17cda1 Mon Sep 17 00:00:00 2001 From: "@James" Date: Mon, 2 Dec 2024 22:41:40 +0800 Subject: [PATCH] Update the tinystruct version to be 1.4.1. --- bin/dispatcher | 2 +- bin/dispatcher.cmd | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/dispatcher b/bin/dispatcher index e0aa0fe..983eb77 100755 --- a/bin/dispatcher +++ b/bin/dispatcher @@ -1,6 +1,6 @@ #!/usr/bin/env sh ROOT="$(pwd)" -VERSION="1.4.0" +VERSION="1.4.1" cd "$(dirname "$0")" || exit cd "../" # Navigate to the root directory diff --git a/bin/dispatcher.cmd b/bin/dispatcher.cmd index 63a6a02..c41443a 100755 --- a/bin/dispatcher.cmd +++ b/bin/dispatcher.cmd @@ -33,8 +33,8 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe" @REM Consolidate classpath entries, initialize ROOT and VERSION set "ROOT=%~dp0..\" -set "VERSION=1.4.0" -set "classpath=%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%.jar" +set "VERSION=1.4.1" +set "classpath=%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\tinystruct-%VERSION%.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%.jar" @REM Run Java application %JAVA_CMD% -cp "%classpath%" org.tinystruct.system.Dispatcher %* diff --git a/pom.xml b/pom.xml index d495491..973f97c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.tinystruct tinystruct - 1.4.0 + 1.4.1