Skip to content

Commit

Permalink
Merge somalaya/release/19.0.1 to release/19.0.1 (#2576)
Browse files Browse the repository at this point in the history
  • Loading branch information
somalaya authored Jan 24, 2025
1 parent 6c77d97 commit f94be27
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 19.0.1
----------
(common4j 16.0.1)
- [PATCH] Span name added for corruption exception (#2574)

Version 19.0.0
----------
(common4j 16.0.0)
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ codeCoverageReport {

// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
// In release/*, we change these to specific versions being consumed.
def common4jVersion = "16.0.0"
def common4jVersion = "16.0.1"
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
common4jVersion = project.distCommon4jVersion
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ public enum SpanName {
OnUpgradeReceiver,
UpgradeDeviceRegistration,
RemoveBrokerAccount,
ProcessNonceFromEstsRedirect
ProcessNonceFromEstsRedirect,
DataStoreCorruptionException
}
2 changes: 1 addition & 1 deletion common4j/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed May 12 20:08:39 UTC 2021
versionName=16.0.0
versionName=16.0.1
versionCode=1
latestPatchVersion=227
2 changes: 1 addition & 1 deletion versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Apr 06 22:55:08 UTC 2021
versionName=19.0.0
versionName=19.0.1
versionCode=1
latestPatchVersion=234

0 comments on commit f94be27

Please # to comment.