Skip to content

Commit c28898f

Browse files
authored
chore: fix maven endpoint for cli-lib-alpha (#75)
This package is published to the AWS repository. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 2ad2f37 commit c28898f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ new JsiiBuild(cliLib, {
877877
javaPackage: 'software.amazon.awscdk.cli.lib.alpha',
878878
mavenGroupId: 'software.amazon.awscdk',
879879
mavenArtifactId: 'cdk-cli-lib-alpha',
880+
mavenEndpoint: 'https://aws.oss.sonatype.org',
880881
},
881882
publishToPypi: {
882883
distName: 'aws-cdk.cli-lib-alpha',

0 commit comments

Comments
 (0)