Skip to content
Snippets Groups Projects
Commit 76223461 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

updated to v2.0.0-a.2, downgraded to java 21

parent b93b3abe
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
<parent> <parent>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>3.0.0-a.1</version> <version>3.0.0-a.4</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>track-processor-excel-export</artifactId> <artifactId>track-processor-excel-export</artifactId>
<version>2.0.0-a.1</version> <version>2.0.0-a.2</version>
<name>Track Processor Export Track to Excel</name> <name>Track Processor Export Track to Excel</name>
<description>This processor exports the tracks in an xls file (compatible with Protocols)</description> <description>This processor exports the tracks in an xls file (compatible with Protocols)</description>
...@@ -70,12 +70,4 @@ ...@@ -70,12 +70,4 @@
<artifactId>track-manager</artifactId> <artifactId>track-manager</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<!-- Icy Maven repository (to find parent POM) -->
<repositories>
<repository>
<id>icy</id>
<url>https://nexus-icy.pasteur.cloud/repository/icy/</url>
</repository>
</repositories>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment