File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
libnetty-http-client/src/main/resources Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ A set of some useful libraries based on Netty4.
2222 <dependency >
2323 <groupId >com.github.fmjsjx</groupId >
2424 <artifactId >libnetty-bom</artifactId >
25- <version >4.1.0-RC2-SNAPSHOT </version >
25+ <version >4.1.0-RC2</version >
2626 <type >pom</type >
2727 <scope >import</scope >
2828 </dependency >
@@ -48,7 +48,7 @@ repositories {
4848
4949dependencies {
5050 // BOM
51- implementation platform('com.github.fmjsjx:libnetty-bom:4.1.0-RC2-SNAPSHOT ')
51+ implementation platform('com.github.fmjsjx:libnetty-bom:4.1.0-RC2')
5252 // HTTP server
5353 implementation 'com.github.fmjsjx:libnetty-http-server'
5454}
@@ -62,7 +62,7 @@ repositories {
6262
6363dependencies {
6464 // BOM
65- implementation(platform(" com.github.fmjsjx:libnetty-bom:4.1.0-RC2-SNAPSHOT " ))
65+ implementation(platform(" com.github.fmjsjx:libnetty-bom:4.1.0-RC2" ))
6666 // HTTP server
6767 implementation(" com.github.fmjsjx:libnetty-http-server" )
6868}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " com.github.fmjsjx"
7- version = " 4.1.0-RC2-SNAPSHOT "
7+ version = " 4.1.0-RC2"
88
99publishing {
1010 repositories {
Original file line number Diff line number Diff line change 1- Libnetty/4.1.0-RC2-SNAPSHOT
1+ Libnetty/4.1.0-RC2
You can’t perform that action at this time.
0 commit comments