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 1
1
#! /usr/bin/env sh
2
2
ROOT=" $( pwd) "
3
- VERSION=" 0.9.9 "
3
+ VERSION=" 1.2.3 "
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 = 0.9.9 "
18
+ set " VERSION = 1.2.3 "
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 9
9
<dependency >
10
10
<groupId >org.tinystruct</groupId >
11
11
<artifactId >tinystruct</artifactId >
12
- <version >0.9.9 </version >
12
+ <version >1.2.3 </version >
13
13
<classifier >jar-with-dependencies</classifier >
14
14
</dependency >
15
15
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
You can’t perform that action at this time.
0 commit comments