55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >28.0 .0</version >
8+ <version >31.1 .0</version >
99 <relativePath />
1010 </parent >
1111
1212 <groupId >sc.fiji</groupId >
13- <artifactId >imglib -clearvolume</artifactId >
14- <version >1.4.2 </version >
13+ <artifactId >imglib2 -clearvolume</artifactId >
14+ <version >1.4.3-SNAPSHOT </version >
1515
1616 <name >ClearVolume ImageJ plugins</name >
1717 <description >ClearVolume plugins for ImageJ.</description >
4040 <developer >
4141 <id >fjug</id >
4242 <name >Florian Jug</name >
43- <url >https://imagej.net/User:Jug </url >
43+ <url >https://imagej.net/people/fjug </url >
4444 <roles >
4545 <role >founder</role >
4646 <role >lead</role >
47- <role >developer</role >
48- <role >debugger</role >
49- <role >reviewer</role >
50- <role >support</role >
47+ </roles >
48+ </developer >
49+ <developer >
50+ <id >ctrueden</id >
51+ <name >Curtis Rueden</name >
52+ <url >https://imagej.net/people/ctrueden</url >
53+ <roles >
5154 <role >maintainer</role >
5255 </roles >
5356 </developer >
5457 </developers >
5558 <contributors >
5659 <contributor >
5760 <name >Loic Alain Royer</name >
61+ <url >https://imagej.net/people/royerloic</url >
5862 <properties ><id >royerloic</id ></properties >
5963 </contributor >
6064 <contributor >
6165 <name >Martin Weigert</name >
66+ <url >https://imagej.net/people/maweigert</url >
6267 <properties ><id >maweigert</id ></properties >
6368 </contributor >
6469 <contributor >
6772 </contributor >
6873 <contributor >
6974 <name >Ulrik Guenther</name >
70- <url >https://imagej.net/User:Skalarproduktraum </url >
75+ <url >https://imagej.net/people/skalarproduktraum </url >
7176 <properties ><id >skalarproduktraum</id ></properties >
7277 </contributor >
73- <contributor >
74- <name >Curtis Rueden</name >
75- <url >https://imagej.net/User:Rueden</url >
76- <properties ><id >ctrueden</id ></properties >
77- </contributor >
7878 </contributors >
7979
8080 <scm >
8888 <url >https://github.com/ClearVolume/imglib2-clearvolume/issues</url >
8989 </issueManagement >
9090 <ciManagement >
91- <system >Travis CI </system >
92- <url >https://travis-ci.org /ClearVolume/imglib2-clearvolume</url >
91+ <system >GitHub Actions </system >
92+ <url >https://github.com /ClearVolume/imglib2-clearvolume/actions </url >
9393 </ciManagement >
9494
9595 <properties >
@@ -107,16 +107,13 @@ Cell Biology and Genetics.</license.copyrightOwners>
107107 For now, let's ignore this issue, since it may not be safe
108108 to exclude javacl as a whole...
109109 -->
110- <allowedDuplicateClasses >com.nativelibs4java.opencl.*,com.nativelibs4java.util.*,com.ochafik.util.string.StringUtils,org.bridj.*</allowedDuplicateClasses >
110+ <allowedDuplicateClasses >${scijava.allowedDuplicateClasses}, com.nativelibs4java.opencl.*,com.nativelibs4java.util.*,com.ochafik.util.string.StringUtils,org.bridj.*</allowedDuplicateClasses >
111111
112112 <!-- NB: Deploy releases to the SciJava Maven repository. -->
113- <releaseProfiles >deploy-to-scijava</releaseProfiles >
113+ <releaseProfiles >sign, deploy-to-scijava</releaseProfiles >
114114
115115 <clearcl .version>0.5.2</clearcl .version>
116116 <clearvolume .version>1.4.2</clearvolume .version>
117- <coremem .version>0.4.6</coremem .version>
118-
119- <miglayout-swing .version>5.2</miglayout-swing .version>
120117 <orange-extensions .version>1.3.0</orange-extensions .version>
121118 </properties >
122119
@@ -184,7 +181,6 @@ Cell Biology and Genetics.</license.copyrightOwners>
184181 <dependency >
185182 <groupId >net.clearcontrol</groupId >
186183 <artifactId >coremem</artifactId >
187- <version >${coremem.version} </version >
188184 </dependency >
189185
190186 <!-- Other dependencies -->
@@ -235,12 +231,6 @@ Cell Biology and Genetics.</license.copyrightOwners>
235231 <groupId >net.imagej</groupId >
236232 <artifactId >imagej</artifactId >
237233 <scope >test</scope >
238- <exclusions >
239- <exclusion >
240- <groupId >com.miglayout</groupId >
241- <artifactId >miglayout</artifactId >
242- </exclusion >
243- </exclusions >
244234 </dependency >
245235 </dependencies >
246236
@@ -253,7 +243,7 @@ Cell Biology and Genetics.</license.copyrightOwners>
253243 </properties >
254244 </profile >
255245 </profiles >
256-
246+
257247 <build >
258248 <plugins >
259249 <plugin >
0 commit comments