From 1b9eb1f7fae87b5516ce64b56d30a06ea9a8ef32 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Sun, 14 Aug 2022 02:53:18 +0200 Subject: [PATCH] Upgraded POM to latest version --- pom.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4a6defa..3a88b34 100644 --- a/pom.xml +++ b/pom.xml @@ -6,10 +6,10 @@ <!-- Inherited Icy Parent POM --> <parent> + <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>parent-pom-plugin</artifactId> - <version>1.0.3</version> - </parent> + <version>2.0.0</version> + </parent> <!-- Project Information --> <artifactId>timestamp-overlay</artifactId> @@ -58,10 +58,14 @@ </properties> - <!-- Project build configuration --> - <build> - - </build> + <profiles> + <profile> + <id>icy-plugin</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + </profile> + </profiles> <!-- List of project's dependencies --> <dependencies> -- GitLab