Skip to content

Commit e4e6b15

Browse files
author
Azure DevOps Pipeline
committed
Remove RC
1 parent dd12700 commit e4e6b15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 23.1.1-RC1
1+
Version 23.1.1
22
----------
33
- [PATCH] Share SharedPreferencesInMemoryCache across instances of BrokerOAuth2TokenCache (#2813)
44
- [PATCH] Use SharedPreferencesInMemoryCache implementation in Broker (#2802)

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.withType(Test) {
4040

4141
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
4242
// In release/*, we change these to specific versions being consumed.
43-
def common4jVersion = "23.1.1-RC1"
43+
def common4jVersion = "23.1.1"
4444
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
4545
common4jVersion = project.distCommon4jVersion
4646
}
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=23.1.1-RC1
2+
versionName=23.1.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=23.1.1-RC1
2+
versionName=23.1.1
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)