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

update pom parent

parent 01860aa1
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 2 deletions
......@@ -7,17 +7,29 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId>
<version>2.1.3</version>
<version>2.2.0</version>
</parent>
<artifactId>vecmath</artifactId>
<version>1.6.1</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Vecmath</name>
<description>Provides 3D vector mathematics classes.</description>
<properties>
<artifact-to-extract>vecmath</artifact-to-extract>
</properties>
<dependencies>
<dependency>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<version>1.5.2</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy</id>
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment