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 1
1
# Changelog
2
2
3
- ## [ 1.35.2 ] - 2025-06-06
3
+ ## [ 1.35.3 ] - 2025-06-06
4
4
### Changed
5
5
* ** Java:** Publish release artifacts to Central Portal using OSSRH Staging API service.
6
6
* ** Java:** Bump ` Agrona ` to 2.2.2.
81
81
* ** Java:** Prevent collision when field name is 'value'.
82
82
* ** Java:** Preserve byte order throughout IR transformations.
83
83
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
85
85
[ 1.35.1 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.1
86
86
[ 1.35.0 ] : https://github.com/aeron-io/simple-binary-encoding/releases/tag/1.35.0
87
87
[ 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 {
1122
1122
tasks. register(' uploadArtifactsToCentralPortal' , uk.co.real_logic.sbe.build.SonatypeCentralPortalUploadRepositoryTask ) {
1123
1123
portalUsername. set(sonatypeCentralPortalUsername)
1124
1124
portalPassword. set(sonatypeCentralPortalPassword)
1125
- groupId. set(aeronGroup )
1125
+ groupId. set(sbeGroup )
1126
1126
snapshotRelease. set(! isReleaseVersion)
1127
1127
}
1128
1128
You can’t perform that action at this time.
0 commit comments