|
5 | 5 | http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 | <groupId>fr.igred</groupId> |
8 | | - <artifactId>nucleusj_2</artifactId> |
9 | | - <version>2.2.0-SNAPSHOT</version> |
| 8 | + <artifactId>nucleusj</artifactId> |
| 9 | + <version>3.0.0-SNAPSHOT</version> |
10 | 10 |
|
11 | 11 | <name>NucleusJ</name> |
12 | 12 | <description>Ensemble of ImageJ plugins for nuclear analysis</description> |
|
22 | 22 | <dependency> |
23 | 23 | <groupId>fr.inra.ijpb</groupId> |
24 | 24 | <artifactId>MorphoLibJ_</artifactId> |
25 | | - <version>1.4.0</version> |
| 25 | + <version>1.6.4</version> |
26 | 26 | </dependency> |
27 | 27 | <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
28 | 28 | <dependency> |
29 | 29 | <groupId>commons-codec</groupId> |
30 | 30 | <artifactId>commons-codec</artifactId> |
31 | | - <version>1.11</version> |
| 31 | + <version>1.18.0</version> |
32 | 32 | </dependency> |
33 | 33 | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
34 | 34 | <dependency> |
35 | 35 | <groupId>commons-io</groupId> |
36 | 36 | <artifactId>commons-io</artifactId> |
37 | | - <version>2.6</version> |
| 37 | + <version>2.19.0</version> |
38 | 38 | </dependency> |
39 | 39 | <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli --> |
40 | 40 | <dependency> |
41 | 41 | <groupId>commons-cli</groupId> |
42 | 42 | <artifactId>commons-cli</artifactId> |
43 | | - <version>1.4</version> |
| 43 | + <version>1.9.0</version> |
44 | 44 | </dependency> |
45 | 45 | <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang --> |
46 | 46 | <dependency> |
47 | | - <groupId>commons-lang</groupId> |
48 | | - <artifactId>commons-lang</artifactId> |
49 | | - <version>2.6</version> |
| 47 | + <groupId>org.apache.commons</groupId> |
| 48 | + <artifactId>commons-lang3</artifactId> |
| 49 | + <version>3.17.0</version> |
50 | 50 | </dependency> |
51 | 51 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.slf4j</groupId> |
54 | 54 | <artifactId>slf4j-api</artifactId> |
55 | | - <version>1.7.30</version> |
| 55 | + <version>2.0.17</version> |
56 | 56 | </dependency> |
57 | 57 | <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic --> |
58 | 58 | <dependency> |
59 | 59 | <groupId>ch.qos.logback</groupId> |
60 | 60 | <artifactId>logback-classic</artifactId> |
61 | | - <version>1.2.3</version> |
| 61 | + <version>1.3.15</version> |
62 | 62 | <scope>runtime</scope> |
63 | 63 | <optional>true</optional> |
64 | 64 | </dependency> |
65 | 65 |
|
66 | | - <!-- https://mvnrepository.com/artifact/ome/bioformats_plugins --> |
| 66 | + <!-- https://mvnrepository.com/artifact/ome/bio-formats_plugins --> |
67 | 67 | <dependency> |
68 | 68 | <groupId>ome</groupId> |
69 | 69 | <artifactId>bio-formats_plugins</artifactId> |
70 | | - <version>6.6.0</version> |
| 70 | + <version>8.2.0</version> |
71 | 71 | </dependency> |
72 | 72 | <!-- https://mvnrepository.com/artifact/ome/formats-api --> |
73 | 73 | <dependency> |
74 | 74 | <groupId>ome</groupId> |
75 | 75 | <artifactId>formats-api</artifactId> |
76 | | - <version>6.6.0</version> |
| 76 | + <version>8.2.0</version> |
77 | 77 | </dependency> |
78 | 78 | <!-- https://mvnrepository.com/artifact/sc.fiji/imagescience --> |
79 | 79 | <dependency> |
80 | 80 | <groupId>sc.fiji</groupId> |
81 | 81 | <artifactId>imagescience</artifactId> |
82 | | - <version>2.4.1</version> |
| 82 | + <version>3.0.0</version> |
83 | 83 | </dependency> |
84 | 84 | <!-- https://mvnrepository.com/artifact/net.imagej/ij --> |
85 | 85 | <dependency> |
86 | 86 | <groupId>net.imagej</groupId> |
87 | 87 | <artifactId>ij</artifactId> |
88 | | - <version>1.53i</version> |
| 88 | + <version>1.54p</version> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>fr.igred</groupId> |
92 | 92 | <artifactId>simple-omero-client</artifactId> |
93 | | - <version>5.14.1</version> |
| 93 | + <version>5.19.0</version> |
94 | 94 | </dependency> |
95 | 95 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api --> |
96 | 96 | <dependency> |
97 | 97 | <groupId>org.junit.jupiter</groupId> |
98 | 98 | <artifactId>junit-jupiter-api</artifactId> |
99 | | - <version>5.7.1</version> |
| 99 | + <version>5.13.3</version> |
100 | 100 | <scope>test</scope> |
101 | 101 | </dependency> |
102 | 102 | </dependencies> |
|
191 | 191 | <target>8</target> |
192 | 192 | </configuration> |
193 | 193 | </plugin> |
194 | | - <!--plugin> |
195 | | - <artifactId>maven-deploy-plugin</artifactId> |
196 | | - <executions> |
197 | | - <execution> |
198 | | - <goals> |
199 | | - <goal>deploy-file</goal> |
200 | | - </goals> |
201 | | - <phase>deploy</phase> |
202 | | - <configuration> |
203 | | - <repositoryId>gitlab-maven</repositoryId> |
204 | | - <url>https://gitlab.com/api/v4/projects/19044962/packages/maven</url> |
205 | | - <file>target/NucleusJ_2-1.0.2-jar-with-dependencies.jar</file> |
206 | | - <generatePom>false</generatePom> |
207 | | - <uniqueVersion>false</uniqueVersion> |
208 | | - <groupId>burp</groupId> |
209 | | - <artifactId>NucleusJ_2</artifactId> |
210 | | - <version>1.0.2</version> |
211 | | - </configuration> |
212 | | - </execution> |
213 | | - </executions> |
214 | | - </plugin--> |
215 | 194 | </plugins> |
216 | 195 | </pluginManagement> |
217 | 196 | <plugins> |
|
237 | 216 | </configuration> |
238 | 217 | </plugin> |
239 | 218 | </plugins> |
240 | | - |
241 | 219 | </build> |
242 | 220 |
|
243 | 221 | <developers> |
|
273 | 251 | <repository> |
274 | 252 | <id>github</id> |
275 | 253 | <name>GitHub GReD-Clermont Apache Maven Packages</name> |
276 | | - <url>https://maven.pkg.github.com/GReD-Clermont/NucleusJ2</url> |
| 254 | + <url>https://maven.pkg.github.com/GReD-Clermont/NucleusJ</url> |
277 | 255 | </repository> |
278 | 256 | </distributionManagement> |
279 | 257 |
|
280 | 258 | <properties> |
281 | 259 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
282 | 260 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
283 | | - <maven.compiler.source>7</maven.compiler.source> |
284 | | - <maven.compiler.target>7</maven.compiler.target> |
| 261 | + <maven.compiler.source>8</maven.compiler.source> |
| 262 | + <maven.compiler.target>8</maven.compiler.target> |
285 | 263 | </properties> |
286 | 264 |
|
287 | 265 | </project> |
0 commit comments