Skip to content

Commit 36633d6

Browse files
committed
Downgrade coremem: 0.4.8 -> 0.4.5
The binary build for 0.4.8 was lost during the maven.scijava.org downtime last month. Looking at the source code at https://github.com/ClearVolume/coremem, I do not know where this version came from, as the version string there is only 0.4.5. The URL https://github.com/ClearControl/CoreMem is defunct.
1 parent 9d79d90 commit 36633d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,8 +1307,8 @@
13071307

13081308
<!-- Other SciJava components -->
13091309

1310-
<!-- CoreMem - https://github.com/ClearControl/CoreMem -->
1311-
<coremem.version>0.4.8</coremem.version>
1310+
<!-- CoreMem - https://github.com/ClearVolume/coremem -->
1311+
<coremem.version>0.4.5</coremem.version>
13121312
<net.clearcontrol.coremem.version>${coremem.version}</net.clearcontrol.coremem.version>
13131313

13141314
<!-- ClearGL - https://github.com/ClearVolume/cleargl -->
@@ -4245,7 +4245,7 @@
42454245

42464246
<!-- Other SciJava components -->
42474247

4248-
<!-- CoreMem - https://github.com/ClearControl/CoreMem -->
4248+
<!-- CoreMem - https://github.com/ClearVolume/coremem -->
42494249
<dependency>
42504250
<groupId>net.clearcontrol</groupId>
42514251
<artifactId>coremem</artifactId>

0 commit comments

Comments
 (0)