From 75155481cd90e80d486b65dff6d45a283136af87 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Fri, 25 Nov 2022 11:20:37 +0100 Subject: [PATCH] fixed parent pom --- pom.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index eaaa73f..09473f6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>2.0.0</version> + <version>2.1.2</version> </parent> <artifactId>spot-detector-block</artifactId> @@ -19,15 +19,6 @@ <description> Spot detector plugin extension for Protocols. </description> - - <profiles> - <profile> - <id>icy-plugin</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - </profile> - </profiles> <dependencies> <dependency> -- GitLab