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

Fix increment on maven and java.editor.lib module for NB18 #5412

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

neilcsmith-net
Copy link
Member

@neilcsmith-net neilcsmith-net commented Feb 2, 2023

Fixes increment on maven and java.editor.lib modules for NB18. Both were missed by the increment Ant task used for #5312 due to use of a colon to separate key and value. Maven module syntax was fixed in later PR for 17, but needs an additional increment for NB18.

See #5352 (comment)

Code that doesn't work with colon is at https://github.com/apache/netbeans/blob/master/nbbuild/antsrc/org/netbeans/nbbuild/IncrementSpecificationVersions.java#L96 Of course, that could also be used as a deliberate way of bypassing increment?!

@neilcsmith-net neilcsmith-net added the Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes. label Feb 2, 2023
@neilcsmith-net neilcsmith-net requested a review from sdedic February 2, 2023 14:52
@neilcsmith-net neilcsmith-net added the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Feb 2, 2023
@neilcsmith-net neilcsmith-net removed the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Feb 2, 2023
@neilcsmith-net neilcsmith-net merged commit acffecd into apache:master Feb 2, 2023
@neilcsmith-net neilcsmith-net deleted the fix-incr-spec branch January 16, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants