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

updated to v2.0.0-a.2, updated to Java 23, clean some classes

parent b8d672ce
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<version>3.0.0-a.1</version> <version>3.0.0-a.3</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>flanagan</artifactId> <artifactId>flanagan</artifactId>
<version>2.0.0-a.1</version> <version>2.0.0-a.2</version>
<name>Flanagan</name> <name>Flanagan</name>
<description> <description>
...@@ -58,24 +58,12 @@ ...@@ -58,24 +58,12 @@
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <!-- Remove because of incompatibilities with java 21+ -->
<!--<dependency> <!--<dependencies>
<dependency>
<groupId>flanagan</groupId> <groupId>flanagan</groupId>
<artifactId>flanagan</artifactId> <artifactId>flanagan</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency>--> </dependency>
</dependencies> </dependencies>-->
<!-- Icy Maven repository (to find parent POM) -->
<repositories>
<!--<repository>
<id>pavlab</id>
<name>PavLab</name>
<url>https://maven2.pavlab.msl.ubc.ca/</url>
</repository>-->
<repository>
<id>icy</id>
<url>https://nexus-icy.pasteur.cloud/repository/icy/</url>
</repository>
</repositories>
</project> </project>
/* /*
* Copyright (c) 2010-2024. Institut Pasteur. * Copyright (c) 2010-2025. Institut Pasteur.
* *
* This file is part of Icy. * This file is part of Icy.
* Icy is free software: you can redistribute it and/or modify * Icy is free software: you can redistribute it and/or modify
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment