From 01ecb204dac2bb7273f42da3283b8401bf1883fb Mon Sep 17 00:00:00 2001 From: Thomas <thomas.musset@pasteur.fr> Date: Wed, 29 Mar 2023 14:40:42 +0200 Subject: [PATCH] fix extract dependencies property --- pom.xml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 45f6524..e144149 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <parent> <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>2.0.0</version> + <version>2.2.0</version> </parent> <!-- Project Information --> @@ -19,7 +19,7 @@ <name>Apache Commons Lang</name> <description>The Apache Commons Lang Library.</description> - <url>http://icy.bioimageanalysis.org/plugin/apache-commons-lang/</url> + <url>https://icy.bioimageanalysis.org/plugin/apache-commons-lang/</url> <inceptionYear>2020</inceptionYear> <organization> @@ -55,27 +55,11 @@ <!-- Project properties --> <properties> - <artifact-to-include>commons-lang3</artifact-to-include> + <artifact-to-extract>commons-lang3</artifact-to-extract> </properties> - <profiles> - <profile> - <id>icy-plugin</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.apache.commons</groupId> <artifactId>commons-lang3</artifactId> -- GitLab