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

Fixed update version problem that updated all props ending in "version" #149

Merged
merged 1 commit into from
Nov 5, 2015
Merged

Fixed update version problem that updated all props ending in "version" #149

merged 1 commit into from
Nov 5, 2015

Conversation

markalanturner
Copy link

The current version has a bug when releasing with automatic update of the version where all properties in gradle.properties that end in "version" get updated with the new version.

I.e. For properties defined as:
version=1.1-SNAPSHOT
another.lib.version=5.0
Both properties get a new version of 1.2-SNAPSHOT

This branch fixes the issue and includes a test that exposes the issue if the fix is not applied.

@danez
Copy link
Contributor

danez commented Nov 5, 2015

Thanks

danez added a commit that referenced this pull request Nov 5, 2015
Fixed update version problem that updated all props ending in "version"
@danez danez merged commit 06e108d into researchgate:master Nov 5, 2015
@markalanturner
Copy link
Author

I appreciate the quick response. Thanks. Do you any idea on when a release version with this fix will be created?

@danez
Copy link
Contributor

danez commented Nov 5, 2015

I just released it. It might take a little bit until it shows up in the plugin portal.

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.

2 participants