Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
We're trying to do four things with this PR:
Changes
Prepare for upcoming releases of both generator and plugin.
0.1.0-SNAPSHOT
>0.4.0-SNAPSHOT
.0.3.0
>0.4.0-SNAPSHOT
.Generator currently only scoped for bug fixes, but syncing its version with that of the module plugin for ease of maintenance. Module plugin has bug fixes and an improvement, hence the minor version bump.
generator
andgradle-module-plugin
are included builds, not subprojects, so there's not an easy way to just set a single version from the root build script.With fixes for dangling old version strings throughout, especially for generator sources referencing the module plugin version.
These will become
0.4.0
before we release.Reviewer Notes
Artifacts for these
-SNAPSHOT
versions may or may not be published. In that sense they may break thegenerator-core
andgenerator-cli
subprojects. Generating publically-available snapshot artifacts is not the goal of this PR.