Skip to content

Commit b23472c

Browse files
committed
Update the tinystruct version to be 1.2.3.
1 parent 39ce3f3 commit b23472c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/dispatcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
ROOT="$(pwd)"
3-
VERSION="0.9.9"
3+
VERSION="1.2.3"
44
cd "$(dirname "$0")" || exit
55
cd "../"
66
cd "$ROOT" || exit

bin/dispatcher.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
@rem ***************************************************************************
1616
@echo off
1717
set "ROOT=%~dp0..\"
18-
set "VERSION=0.9.9"
18+
set "VERSION=1.2.3"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<dependency>
1010
<groupId>org.tinystruct</groupId>
1111
<artifactId>tinystruct</artifactId>
12-
<version>0.9.9</version>
12+
<version>1.2.3</version>
1313
<classifier>jar-with-dependencies</classifier>
1414
</dependency>
1515
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->

0 commit comments

Comments
 (0)