From fbafffbd3c7bc53c85ba3c5a4f4644c2cd3f634c Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 10 Nov 2022 10:01:37 +0100 Subject: [PATCH] updated parent pom version --- pom.xml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index e4b840c..15da61f 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.1.0</version> </parent> <!-- Project Information --> @@ -51,15 +51,6 @@ </properties> - <profiles> - <profile> - <id>icy-plugin</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - </profile> - </profiles> - <build> <plugins> <plugin> @@ -101,23 +92,15 @@ <!-- 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.bioimageanalysis.icy</groupId> <artifactId>matlab-io</artifactId> - <version>${matlab-io.version}</version> </dependency> <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>matlab-communicator</artifactId> - <version>${matlab-communicator.version}</version> </dependency> </dependencies> -- GitLab