imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

db.xml.gz should only be updated based on uploaded jars #49

Open hinerm opened 9 years ago

hinerm commented 9 years ago

We encountered a bug where, with a local SNAPSHOT version of imagej.jar, uploading unrelated artifacts to the ImageJ update site resulted in the remote db.xml.gz specifying the imagej version as a SNAPSHOT version.

Since the SNAPSHOT artifact was not uploaded this broke the Fiji downloads, as they started shipping with no imagej.jar at all.