Skip to content

Commit 6b9030e

Browse files
committed
Fix the imports not loaded automatically issue by upgrade tinystruct to 1.2.3.
1 parent d957b72 commit 6b9030e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/dispatcher

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
ROOT="$(pwd)"
3-
VERSION="1.2.2"
3+
VERSION="1.2.3"
44
cd "$(dirname "$0")" || exit
55
cd "../"
66
# Navigate to the root directory

bin/dispatcher.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe"
3333

3434
@REM Consolidate classpath entries, initialize ROOT and VERSION
3535
set "ROOT=%~dp0..\"
36-
set "VERSION=1.2.2"
36+
set "VERSION=1.2.3"
3737
set "classpath=%ROOT%target\classes;%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"
3838

3939
@REM Run Java application

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.tinystruct</groupId>
2323
<artifactId>tinystruct</artifactId>
24-
<version>1.2.2</version>
24+
<version>1.2.3</version>
2525
</dependency>
2626
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
2727
<dependency>

0 commit comments

Comments
 (0)