-
Notifications
You must be signed in to change notification settings - Fork 267
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
Fixes #469 Support.property file in set-property #470
Fixes #469 Support.property file in set-property #470
Conversation
Your pull request is not linked with the issue you are referring to. |
BTW, nice addition to the plugin |
5aa08cd
to
63b249b
Compare
Thanks for your very quick feedback @obfischer ! |
63b249b
to
8cb61ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My last suggestion for changes...
src/test/java/org/codehaus/mojo/versions/utils/PropertiesVersionsFileReaderTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/codehaus/mojo/versions/utils/PropertiesVersionsFileReaderTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/codehaus/mojo/versions/utils/PropertiesVersionsFileReaderTest.java
Outdated
Show resolved
Hide resolved
@arkel-s: Your pull request is not linked with the corresponding issue. Please try to fix this by editing you initial comment and add there |
512cb10
to
859258a
Compare
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work. Thanks to contribute.
Just minor changes maybe?
ReleaseNotes.md
Outdated
@@ -1,5 +1,20 @@ | |||
# Release Notes | |||
|
|||
* [Fixed Issue 469][issue-469] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need of this anymore. Release notes are now automatically generated https://github.com/mojohaus/versions-maven-plugin/releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, and README updated accordingly
src/main/java/org/codehaus/mojo/versions/utils/PropertiesVersionsFileReader.java
Show resolved
Hide resolved
src/test/java/org/codehaus/mojo/versions/utils/PropertiesVersionsFileReaderTest.java
Outdated
Show resolved
Hide resolved
Possibility to use set-property with the new `-DpropertiesVersionsFile=test.properties` to set one or multiple properties.
859258a
to
01093a8
Compare
Thanks for reviewing and merging my PR @olamy and @obfischer :-) |
Hello @obfischer and @olamy , do you know when a new release of versions-maven-plugin is planned? |
Fixes #469
Possibility to use set-property with
-DpropertiesVersionsFile
to set multiple properties.Useful to update values of multiples properties in pom with 1 call.
Example:
To update all properties in pom.xml in one call: