Skip to content

Commit 10b542f

Browse files
committed
Upgrade the tinystruct framework to be 1.4.2
1 parent eb231af commit 10b542f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.1"
36+
set "VERSION=1.4.2"
3737
set "classpath=%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\tinystruct-%VERSION%.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%.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.4.1</version>
26+
<version>1.4.2</version>
2727
</dependency>
2828
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
2929
<dependency>

0 commit comments

Comments
 (0)