File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22ROOT=" $( pwd) "
3- VERSION=" 1.0.3 "
3+ VERSION=" 1.0.4 "
44cd " $( dirname " $0 " ) " || exit
55cd " ../"
66cd " $ROOT " || exit
Original file line number Diff line number Diff line change 1515@ rem ***************************************************************************
1616@ echo off
1717set " ROOT = %~dp0 ..\"
18- set " VERSION = 1.0.3 "
18+ set " VERSION = 1.0.4 "
1919set " classpath = %ROOT% target\classes:%ROOT% lib\*:%ROOT% WEB-INF\lib\*:%ROOT% WEB-INF\classes" :%classpath%
2020@ java -cp " %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" org.tinystruct.system.Dispatcher %*
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >org.tinystruct</groupId >
2323 <artifactId >tinystruct</artifactId >
24- <version >1.0.3 </version >
24+ <version >1.0.4 </version >
2525 <classifier >jar-with-dependencies</classifier >
2626 </dependency >
2727 <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
You can’t perform that action at this time.
0 commit comments