diff --git a/pom.xml b/pom.xml index 4a6defa5df18c9f1b2a8567fb66b9ed390adf038..3a88b344ed81becfb690c665931456862dbbb9a0 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>