File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
ROOT=" $( pwd) "
3
- VERSION=" 1.2.2 "
3
+ VERSION=" 1.2.3 "
4
4
cd " $( dirname " $0 " ) " || exit
5
5
cd " ../"
6
6
# Navigate to the root directory
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe"
33
33
34
34
@ REM Consolidate classpath entries, initialize ROOT and VERSION
35
35
set " ROOT = %~dp0 ..\"
36
- set " VERSION = 1.2.2 "
36
+ set " VERSION = 1.2.3 "
37
37
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"
38
38
39
39
@ REM Run Java application
Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >org.tinystruct</groupId >
23
23
<artifactId >tinystruct</artifactId >
24
- <version >1.2.2 </version >
24
+ <version >1.2.3 </version >
25
25
</dependency >
26
26
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
27
27
<dependency >
You can’t perform that action at this time.
0 commit comments