Skip to content

Commit 08b9cac

Browse files
committed
Update the tinystruct framework to be 1.3.3.
1 parent 6349547 commit 08b9cac

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="1.3.2"
3+
VERSION="1.3.3"
44
cd "$(dirname "$0")" || exit
55
cd "../"
66
# Navigate to the root directory

bin/dispatcher.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe"
3333

3434
@REM Consolidate classpath entries, initialize ROOT and VERSION
3535
set "ROOT=%~dp0..\"
36-
set "VERSION=1.3.2"
36+
set "VERSION=1.3.3"
3737
set "classpath=%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"
3838

3939
@REM Run Java application

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.tinystruct</groupId>
2525
<artifactId>tinystruct</artifactId>
26-
<version>1.3.2</version>
26+
<version>1.3.3</version>
2727
</dependency>
2828
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
2929
<dependency>

0 commit comments

Comments
 (0)