Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flanagan
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
Flanagan
Commits
65f0c36d
Commit
65f0c36d
authored
1 month ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+7
-19
7 additions, 19 deletions
pom.xml
src/main/java/plugins/stef/library/FlanaganPlugin.java
+1
-1
1 addition, 1 deletion
src/main/java/plugins/stef/library/FlanaganPlugin.java
with
8 additions
and
20 deletions
pom.xml
+
7
−
19
View file @
65f0c36d
...
...
@@ -8,12 +8,12 @@
<parent>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
pom-icy
</artifactId>
<version>
3.0.0-a.
1
</version>
<version>
3.0.0-a.
3
</version>
</parent>
<!-- Project Information -->
<artifactId>
flanagan
</artifactId>
<version>
2.0.0-a.
1
</version>
<version>
2.0.0-a.
2
</version>
<name>
Flanagan
</name>
<description>
...
...
@@ -58,24 +58,12 @@
<!-- List of project's dependencies -->
<dependencies>
<!--<dependency>
<!-- Remove because of incompatibilities with java 21+ -->
<!--<dependencies>
<dependency>
<groupId>flanagan</groupId>
<artifactId>flanagan</artifactId>
<version>1.0</version>
</dependency>-->
</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>
</dependency>
</dependencies>-->
</project>
This diff is collapsed.
Click to expand it.
src/main/java/plugins/stef/library/FlanaganPlugin.java
+
1
−
1
View file @
65f0c36d
/*
* Copyright (c) 2010-202
4
. Institut Pasteur.
* Copyright (c) 2010-202
5
. Institut Pasteur.
*
* This file is part of Icy.
* Icy is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment