Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pacmak): support adding a suffix to Java package version #552

Merged
merged 2 commits into from
Jun 25, 2019

Conversation

RomainMuller
Copy link
Contributor

Allows setting a jsii.targets.java.maven.versionSuffix key that
defines a string to be appended at the end of the version number of the
Maven package. If the suffix starts with . or -, it will be appended
to the version number directly (0.12.0 with suffix .dp will render
0.12.0.dp); but otherwise, it'll be prepended with a - before it is
concatenated with the version number (0.12.0 with suffix dp will
render 0.12.0-dp).


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Allows setting a `jsii.targets.java.maven.versionSuffix` key that
defines a string to be appended at the end of the version number of the
Maven package. If the suffix starts with `.` or `-`, it will be appended
to the version number directly (`0.12.0` with suffix `.dp` will render
`0.12.0.dp`); but otherwise, it'll be prepended with a `-` before it is
concatenated with the version number (`0.12.0` with suffix `dp` will
render `0.12.0-dp`).
@RomainMuller RomainMuller requested a review from a team as a code owner June 25, 2019 08:47
@ghost ghost requested a review from shivlaks June 25, 2019 08:48
@RomainMuller RomainMuller merged commit dfde37a into master Jun 25, 2019
@RomainMuller RomainMuller deleted the rmuller/version-labeling branch June 25, 2019 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants