Skip to content

Commit 9d6b328

Browse files
author
Elad Ben-Israel
authored
chore: specify new sonatype endpoint (#773)
The cdklabs-automation account is associated with the new sonatype endpoint https://s01.oss.sonatype.org, so we need to publish to it.
1 parent 70189b7 commit 9d6b328

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-10.x.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const project = new JsiiProject({
3232
javaPackage: 'software.constructs',
3333
mavenGroupId: 'software.constructs',
3434
mavenArtifactId: 'constructs',
35+
mavenEndpoint: 'https://s01.oss.sonatype.org',
3536
},
3637

3738
publishToPypi: {

0 commit comments

Comments
 (0)