Skip to content

Commit 5880e64

Browse files
authored
chore: update to use new Maven endpoint (#650)
1 parent 72da8fd commit 5880e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

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

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
4646
mavenGroupId: "io.github.cdklabs",
4747
javaPackage: "io.github.cdklabs.cdkmonitoringconstructs",
4848
mavenArtifactId: "cdkmonitoringconstructs",
49-
mavenEndpoint: "https://s01.oss.sonatype.org",
49+
mavenServerId: "central-ossrh",
5050
},
5151
// TODO: https://github.com/cdklabs/cdk-monitoring-constructs/issues/21
5252
// Artifact config: Go

0 commit comments

Comments
 (0)