File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22ROOT=" $( pwd) "
3- VERSION=" 1.4.9 "
3+ VERSION=" 1.5.0 "
44cd " $( dirname " $0 " ) " || exit
55cd " ../"
66# 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"
3333
3434@ REM Consolidate classpath entries, initialize ROOT and VERSION
3535set " ROOT = %~dp0 ..\"
36- set " VERSION = 1.4.9 "
36+ set " VERSION = 1.5.0 "
3737set " 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"
3838
3939@ REM Run Java application
Original file line number Diff line number Diff line change 1515 </properties >
1616
1717 <dependencies >
18- <dependency >
19- <groupId >org.apache.tomcat.embed</groupId >
20- <artifactId >tomcat-embed-core</artifactId >
21- <version >10.1.31</version >
22- </dependency >
2318 <dependency >
2419 <groupId >org.tinystruct</groupId >
2520 <artifactId >tinystruct</artifactId >
26- <version >1.4.9 </version >
21+ <version >1.5.0 </version >
2722 </dependency >
2823 <!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
2924 <dependency >
You can’t perform that action at this time.
0 commit comments