You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of artifacts in pom-scijava that begin with a digit:
* sc.fiji:3D_Blob_Segmentation
* sc.fiji:3D_Objects_Counter
* sc.fiji:3D_Viewer
Prior to d0bf752, these used a
"Fiji_" or "ImageJ_" prefix for their version properties. But this
was standardized to a leading underscore instead, for consistency.
So, for backwards compatibility with older pom-scijava parents, we need
to set: A) the version props with Fiji/ImageJ prefix; and B) the version
props with underscore prefix. Otherwise, these components might not get
their versions pinned properly for builds of older components.
0 commit comments