Commit c43f98a
committed
release-version.sh: do not strip pom- prefixes
We used to have lots of multimodule projects with the root aggregator
called "pom-foo", and we wanted it tagged as "foo-x.y.z". But now, all
that has changed: the only project still like that is TrakEM2. The other
projects are all single modules, released independently, including the
pom-* parents like pom-scijava, pom-imagej, pom-fiji, etc. So in
general, let's not strip the pom- prefix, but instead only do it for
components we know encapsulate an entire multi-component project.1 parent aab7cfe commit c43f98a
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 126 | + | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
0 commit comments