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

update pom parent

parent 451f2354
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>2.0.0</version> <artifactId>pom-icy</artifactId>
</parent> <version>2.2.0</version>
</parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>msgpack-core</artifactId> <artifactId>msgpack-core</artifactId>
<version>0.9.1</version> <version>1.0.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MsgPack Core</name> <name>MsgPack Core</name>
<description>The MsgPack Core library for Icy. </description> <description>The MsgPack Core library for Icy.</description>
<inceptionYear>2022</inceptionYear> <inceptionYear>2022</inceptionYear>
<organization> <organization>
...@@ -54,32 +54,16 @@ ...@@ -54,32 +54,16 @@
<!-- Project properties --> <!-- Project properties -->
<properties> <properties>
<artifact-to-include>msgpack-core</artifact-to-include> <artifact-to-extract>msgpack-core</artifact-to-extract>
</properties> </properties>
<profiles>
<profile>
<id>icy-plugin-extract-library</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<!-- The core of Icy -->
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.msgpack</groupId>
<artifactId>icy-kernel</artifactId> <artifactId>msgpack-core</artifactId>
<version>${icy-kernel.version}</version> <version>0.9.3</version>
</dependency> </dependency>
<dependency>
<groupId>org.msgpack</groupId>
<artifactId>msgpack-core</artifactId>
<version>0.9.1</version>
</dependency>
</dependencies> </dependencies>
<!-- Icy Maven repository (to find parent POM) --> <!-- Icy Maven repository (to find parent POM) -->
......
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