Open tischi opened 2 years ago
@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>
I did now:
<groupId>ome</groupId> <artifactId>ome-ngff-java</artifactId> <version>0.0.0-SNAPSHOT</version>
@joshmoore I am working on initializing the project.
What should I write in the pom at those places?