File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22ROOT=" $( pwd) "
3- VERSION=" 1.7.12 "
3+ VERSION=" 1.7.19 "
44cd " $( dirname " $0 " ) " || exit
55cd " ../"
66# Navigate to the root directory
Original file line number Diff line number Diff line change 1919set " MAVEN_REPO = %USERPROFILE% \.m2\repository\org\tinystruct\tinystruct"
2020@ REM Consolidate classpath entries, initialize ROOT and VERSION
2121set " ROOT = %~dp0 .."
22- set " VERSION = 1.7.12 "
22+ set " VERSION = 1.7.19 "
2323
2424@ REM Define the paths for tinystruct jars in the Maven repository
2525set " DEFAULT_JAR_FILE = %MAVEN_REPO% \%VERSION% \tinystruct-%VERSION% .jar"
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.tinystruct</groupId >
2121 <artifactId >tinystruct</artifactId >
22- <version >1.7.12 </version >
22+ <version >1.7.19 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.tinystruct</groupId >
2626 <artifactId >tinystruct-tomcat-server</artifactId >
27- <version >1.0.4 </version >
27+ <version >1.0.7 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.tinystruct</groupId >
3131 <artifactId >tinystruct-netty-http-server</artifactId >
32- <version >1.0.4 </version >
32+ <version >1.1.0 </version >
3333 </dependency >
3434 <!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy -->
3535 <dependency >
You can’t perform that action at this time.
0 commit comments