Skip to content

Commit a87338d

Browse files
author
Azure DevOps Pipeline
committed
Update to RC1
1 parent 83b6326 commit a87338d

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
vNext
22
----------
3+
4+
Version 0.0.0678-RC1
5+
----------
36
- [MINOR] Add tracking for urls loaded by our webview (#2892)
47
- [MINOR] Rework OpenTelemetry spans for secret key generation and retrieval operations (#2869)
58
- [MAJOR] add isBrokerProcess to IPlatformUtil (#2882)

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 = "1.0.+"
90+
def common4jVersion = "0.0.0678-RC1"
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=23.3.0
2+
versionName=0.0.0678-RC1
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.3.0
2+
versionName=0.0.0678-RC1
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)