Stop using . in artifactId, use - instead, per the usual conventions.#490
Stop using . in artifactId, use - instead, per the usual conventions.#490RomainMuller merged 4 commits intomasterfrom
Conversation
|
I still think we should drop the |
|
Discussed off-line with @kiiadi and came to the following conclusion:
|
1f07d50 to
8f452df
Compare
|
Updated PR to change |
| <dependencies> | ||
| <dependency> | ||
| <groupId>com.amazonaws</groupId> | ||
| <groupId>software.amazon.jsii</groupId> |
There was a problem hiding this comment.
out of interest - how are we releasing jsii? I noticed from the repo there that it's org.jsii - did we want to keep that? or is this an amazon-branded product?
There was a problem hiding this comment.
It'll be published under software.amazon.jsii, and supposedly all places were updated accordingly (somehow this one seems to have slept though).
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.