Skip to content

use resolved project version #161

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

max-wahler
Copy link

In our project, we use a property in the POM to determine the current version, e.g. "myversion". Using the current implementation of the plugin, it complains that "${myversion}" is not a semantic version. With the changes, the property gets resolved and the plugin is happy again.

if a placeholder was used in the project version (e.g. ${myversion}), then the method returned ${myversion} and did not resolve the placeholder
use resolved version instead of raw version
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.

1 participant