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

update pom parent

parent ef9d5422
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.8</version>
<artifactId>pom-icy</artifactId>
<version>2.2.0</version>
</parent>
<artifactId>quickhull</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
......@@ -24,7 +24,6 @@
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>vecmath</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
......
......@@ -413,7 +413,7 @@ public class QuickHull3D
System.out.println("Expecting face index");
System.exit(1);
}
indexList.add(0, new Integer((int) stok.nval));
indexList.add(0, Integer.valueOf((int) stok.nval));
}
faceIndices[i] = new int[indexList.size()];
int k = 0;
......
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