Start 0.1.2-SNAPSHOT development#105
Merged
Merged
Conversation
Move the reactor poms and every hand-written version reference (README, website docs, the loadtest Dockerfile, and the bug-report template) to 0.1.2-SNAPSHOT now that 0.1.1 is released. Signed-off-by: Jonathan Putney <jonathan@putney.io>
Contributor
Qodana for JVM1 new problem were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Move the reactor to the next development version now that 0.1.1 is released and tagged (v0.1.1).
This replaces #87, whose sole commit was unsigned and only touched the 28 reactor poms. This bump covers both halves of the post-release process:
mvn versions:seton all 28 poms (0.1.1-SNAPSHOT -> 0.1.2-SNAPSHOT)scripts/sync-version.sh 0.1.2-SNAPSHOTfor the 20 hand-written references the poms do not own: the README quick-start and status line, the website install/quickstart/deployment/use-case docs, the loadtest Dockerfile artifact path, and the bug-report template placeholder.After the bump, the only remaining
0.1.1-SNAPSHOTstrings in the tree are the two usage examples insidescripts/sync-version.sh, which are illustrative and intentionally not version-tracked.The commit is SSH-signed and signed off.