mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Update pom.xml with pom-scijava 37.0.0 #261

Closed stefanhahmann closed 9 months ago

stefanhahmann commented 9 months ago
tinevez commented 9 months ago

I thinks we could also solve this by merging into dev the rework-app-model branch. The latter is a recent attempt to make API breaking changes fixing my faulty design choices when I was young. It contains fixes for this issue. For instance: https://github.com/mastodon-sc/mastodon/blob/rework-app-model/src/main/java/org/mastodon/io/yaml/WorkaroundConstructor.java

Then once in dev we can update the pom parent. What do you think?