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.0.9 "
3
+ VERSION=" 1.1.1 "
4
4
cd " $( dirname " $0 " ) " || exit
5
5
cd " ../"
6
6
cd " $ROOT " || exit
Original file line number Diff line number Diff line change 15
15
@ rem ***************************************************************************
16
16
@ echo off
17
17
set " ROOT = %~dp0 ..\"
18
- set " VERSION = 1.0.9 "
18
+ set " VERSION = 1.1.1 "
19
19
set " classpath = %ROOT% target\classes:%ROOT% lib\*:%ROOT% WEB-INF\lib\*:%ROOT% WEB-INF\classes" :%classpath%
20
20
@ 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 21
21
<dependency >
22
22
<groupId >org.tinystruct</groupId >
23
23
<artifactId >tinystruct</artifactId >
24
- <version >1.0.9 </version >
24
+ <version >1.1.1 </version >
25
25
<classifier >jar-with-dependencies</classifier >
26
26
</dependency >
27
27
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
You can’t perform that action at this time.
0 commit comments