Commit 4bd034b
committed
release-version.sh: verify that maven-release-plugin did its job
Under circumstances yet to be determined, maven-release-plugin fails to
adjust the <version> tag to the correct release version, then fails to
notice that and make an incorrect tag (still referencing the SNAPSHOT
version), and finally fails to commit and push changes bumping to the next
release cycle.
Detect that situation and fail.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 71645bd commit 4bd034b
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
0 commit comments