Skip to content

Commit 987897b

Browse files
authored
chore(release): 1.124.0 (#5016)
See [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.124.0/CHANGELOG.md)
2 parents 432bf02 + 06773ff commit 987897b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.124.0](https://github.com/aws/jsii/compare/v1.123.0...v1.124.0) (2025-12-30)
6+
7+
8+
### Bug Fixes
9+
10+
* **jsii-pacmak:** Maven resolve-ranges command is missing repo settings ([#5015](https://github.com/aws/jsii/issues/5015)) ([ec8ecf9](https://github.com/aws/jsii/commit/ec8ecf9adb9bc1c7872a286f9c5b8ac5c1d3144b))
11+
512
## [1.123.0](https://github.com/aws/jsii/compare/v1.122.0...v1.123.0) (2025-12-29)
613

714

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.123.0",
15+
"version": "1.124.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

packages/jsii-pacmak/lib/targets/java.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,6 +4077,7 @@ async function resolveMavenVersions(directory: string) {
40774077
'mvn',
40784078
[
40794079
`org.codehaus.mojo:versions-maven-plugin:${versionsPluginVersion}:resolve-ranges`,
4080+
'--settings=user.xml',
40804081
],
40814082
{
40824083
cwd: directory,

0 commit comments

Comments
 (0)