File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe"
33
33
34
34
@ REM Consolidate classpath entries, initialize ROOT and VERSION
35
35
set " ROOT = %~dp0 ..\"
36
- set " VERSION = 1.4.1 "
36
+ set " VERSION = 1.4.2 "
37
37
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"
38
38
39
39
@ REM Run Java application
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.tinystruct</groupId >
25
25
<artifactId >tinystruct</artifactId >
26
- <version >1.4.1 </version >
26
+ <version >1.4.2 </version >
27
27
</dependency >
28
28
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
29
29
<dependency >
You can’t perform that action at this time.
0 commit comments