Skip to content

Commit 4a2e3cd

Browse files
committed
[Java] Task invocation bug.
1 parent 605a031 commit 4a2e3cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -81,7 +81,7 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ tasks.named('dependencyUpdates').configure {
11221122
tasks.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

0 commit comments

Comments
 (0)