@joshmoore I am working on initializing the project.
What should I write in the pom at those places?
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>31.1.0</version>
</parent>
<groupId>org.embl.mobie</groupId>
<artifactId>mobie-io</artifactId>
<version>1.2.13-SNAPSHOT</version>
@joshmoore I am working on initializing the project.
What should I write in the pom at those places?