Skip to content

Commit f532aa6

Browse files
author
Azure DevOps Pipeline
committed
Remove RC
1 parent 2b09787 commit f532aa6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vNext
22
----------
33

4-
Version 24.0.1-RC1
4+
Version 24.0.1
55
----------
66
- [PATCH] Allow apps to setShouldTrustDebugBrokers (#2932)
77

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tasks.register("jacocoTestReport", JacocoReport) {
8787

8888
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
8989
// In release/*, we change these to specific versions being consumed.
90-
def common4jVersion = "24.0.1-RC1"
90+
def common4jVersion = "24.0.1"
9191
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
9292
common4jVersion = project.distCommon4jVersion
9393
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Wed May 12 20:08:39 UTC 2021
2-
versionName=24.0.1-RC1
2+
versionName=24.0.1
33
versionCode=1
44
latestPatchVersion=227

versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Tue Apr 06 22:55:08 UTC 2021
2-
versionName=24.0.1-RC1
2+
versionName=24.0.1
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)