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

Commits on Jun 25, 2019

  1. feat(pacmak): support adding a suffix to Java package version

    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 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    1c80138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60f55e View commit details
    Browse the repository at this point in the history