Skip to content

Commit 4941a0f

Browse files
author
Azure DevOps Pipeline
committed
remove RC
1 parent 0515cfd commit 4941a0f

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,7 +1,7 @@
11
vNext
22
----------
33

4-
Version 21.3.0-RC2
4+
Version 21.3.0
55
----------
66
- [MINOR] changes accommodating the WrappedKeyAlgoIdentifier module (#2667)
77

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ codeCoverageReport {
3131

3232
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
3333
// In release/*, we change these to specific versions being consumed.
34-
def common4jVersion = "21.3.0-RC2"
34+
def common4jVersion = "21.3.0"
3535
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
3636
common4jVersion = project.distCommon4jVersion
3737
}
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=21.3.0-RC2
2+
versionName=21.3.0
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=21.3.0-RC2
2+
versionName=21.3.0
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)