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

update pom parent

parent 451f2354
Branches
No related tags found
No related merge requests found
......@@ -6,14 +6,14 @@
<!-- Inherited Icy Parent POM -->
<parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId>
<version>2.0.0</version>
<artifactId>pom-icy</artifactId>
<version>2.2.0</version>
</parent>
<!-- Project Information -->
<artifactId>msgpack-core</artifactId>
<version>0.9.1</version>
<version>1.0.0</version>
<packaging>jar</packaging>
......@@ -54,31 +54,15 @@
<!-- Project properties -->
<properties>
<artifact-to-include>msgpack-core</artifact-to-include>
<artifact-to-extract>msgpack-core</artifact-to-extract>
</properties>
<profiles>
<profile>
<id>icy-plugin-extract-library</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies -->
<dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
<version>${icy-kernel.version}</version>
</dependency>
<dependency>
<groupId>org.msgpack</groupId>
<artifactId>msgpack-core</artifactId>
<version>0.9.1</version>
<version>0.9.3</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment