File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.35.2 ] - 2025-06-06
3+ ## [ 1.35.3 ] - 2025-06-06
44### Changed
55* ** Java:** Publish release artifacts to Central Portal using OSSRH Staging API service.
66* ** Java:** Bump ` Agrona ` to 2.2.2.
8181* ** Java:** Prevent collision when field name is 'value'.
8282* ** Java:** Preserve byte order throughout IR transformations.
8383
84- [ 1.35.2 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.2
84+ [ 1.35.3 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.3
8585[ 1.35.1 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.1
8686[ 1.35.0 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.0
8787[ 1.34.1 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.34.1
Original file line number Diff line number Diff line change @@ -1122,7 +1122,7 @@ tasks.named('dependencyUpdates').configure {
11221122tasks. register(' uploadArtifactsToCentralPortal' , uk.co.real_logic.sbe.build.SonatypeCentralPortalUploadRepositoryTask ) {
11231123 portalUsername. set(sonatypeCentralPortalUsername)
11241124 portalPassword. set(sonatypeCentralPortalPassword)
1125- groupId. set(aeronGroup )
1125+ groupId. set(sbeGroup )
11261126 snapshotRelease. set(! isReleaseVersion)
11271127}
11281128
You can’t perform that action at this time.
0 commit comments