File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717# ***************************************************************************
1818
1919ROOT=" $( pwd) "
20- VERSION=" 1.7.7 "
20+ VERSION=" 1.7.9 "
2121cd " $( dirname " $0 " ) " || exit
2222cd " ../"
2323# 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.7 "
22+ set " VERSION = 1.7.9 "
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 66 <name >netty http server module</name >
77 <groupId >org.tinystruct</groupId >
88 <artifactId >tinystruct-netty-http-server</artifactId >
9- <version >1.0.1 </version >
9+ <version >1.0.2 </version >
1010 <description >A tinystruct-based module to enable netty http server support.</description >
1111 <url >https://tinystruct.org</url >
1212 <licenses >
3232 <maven .compiler.target>17</maven .compiler.target>
3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3434 <netty .version>4.2.6.Final</netty .version>
35- <tinystruct .version>1.7.8 </tinystruct .version>
35+ <tinystruct .version>1.7.9 </tinystruct .version>
3636 </properties >
3737
3838 <dependencies >
You can’t perform that action at this time.
0 commit comments