Skip to content

Commit 8b33c1d

Browse files
committed
Update the tinystruct version to be 1.1.1.
1 parent 9ae7706 commit 8b33c1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/dispatcher

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
ROOT="$(pwd)"
3-
VERSION="1.0.9"
3+
VERSION="1.1.1"
44
cd "$(dirname "$0")" || exit
55
cd "../"
66
cd "$ROOT" || exit

bin/dispatcher.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
@rem ***************************************************************************
1616
@echo off
1717
set "ROOT=%~dp0..\"
18-
set "VERSION=1.0.9"
18+
set "VERSION=1.1.1"
1919
set "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 %*

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.tinystruct</groupId>
2323
<artifactId>tinystruct</artifactId>
24-
<version>1.0.9</version>
24+
<version>1.1.1</version>
2525
<classifier>jar-with-dependencies</classifier>
2626
</dependency>
2727
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->

0 commit comments

Comments
 (0)