Hi mvn experts, @imagejan @ctrueden
It's time to release this package into the Fiji updater.
Unless <version>5.8.0</version> is in the script-editor dependency entry of the pom.xml, the package doesn't compile. But mvn can't find the script-editor-5.8.0.jar file which means it hasn't made it into mvn central or wherever it is that scijava stores jar files.
What's the next step? I've run scijava-scripts/release-version.sh on the script editor, releasing version 5.8.0.
Thanks.
Hi mvn experts, @imagejan @ctrueden
It's time to release this package into the Fiji updater.
Unless
<version>5.8.0</version>is in the script-editor dependency entry of the pom.xml, the package doesn't compile. But mvn can't find the script-editor-5.8.0.jar file which means it hasn't made it into mvn central or wherever it is that scijava stores jar files.What's the next step? I've run
scijava-scripts/release-version.shon the script editor, releasing version 5.8.0.Thanks.