Skip to content

Commit 7d05564

Browse files
committed
[Chore] Prepare release version 4.1.0-RC2
1 parent 712c7fd commit 7d05564

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4949
dependencies {
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

6363
dependencies {
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
}

buildSrc/src/main/kotlin/libnetty.publish-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.github.fmjsjx"
7-
version = "4.1.0-RC2-SNAPSHOT"
7+
version = "4.1.0-RC2"
88

99
publishing {
1010
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Libnetty/4.1.0-RC2-SNAPSHOT
1+
Libnetty/4.1.0-RC2

0 commit comments

Comments
 (0)