Skip to content

Commit 6ea2558

Browse files
rpawlaszekRafał Pawłaszekgithub-actions
authored
feat: enabling Java release (#11)
* feat: adding Maven Endpoint * chore: auto-generated package.json * chore: self mutation Signed-off-by: github-actions <github-actions@github.com> --------- Signed-off-by: github-actions <github-actions@github.com> Co-authored-by: Rafał Pawłaszek <rpawlasz@amazon.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 6c39000 commit 6ea2558

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

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

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ for (const schema of schemas) {
117117
javaPackage: `io.github.cdklabs.cdkamazonmqactivemqconfig.v${MAJOR}_${MINOR}_${PATCH}`,
118118
mavenGroupId: "io.github.cdklabs",
119119
mavenArtifactId: `cdk-amazonmq-activemq-config-v${MAJOR}-${MINOR}-${PATCH}`,
120+
mavenEndpoint: 'https://s01.oss.sonatype.org'
120121
},
121122
// publishToGo: {
122123
// moduleName: `github.com/cdklabs/cdk-amazonmq-activemq-config-v${MAJOR}_${MINOR}_${PATCH}`,

0 commit comments

Comments
 (0)