diff --git a/pom.xml b/pom.xml index 16a016f9f0d85b7cdd630cf55040481644cbfbfd..5184b55c6bc3964070f95c57c80e9f1449190eb7 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>distance-profiler</artifactId> @@ -61,10 +61,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> @@ -72,24 +76,26 @@ <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>icy-kernel</artifactId> + <version>${icy-kernel.version}</version> </dependency> <!-- The EzPlug library, simplifies writing UI for Icy plugins. --> <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>ezplug</artifactId> + <version>${ezplug.version}</version> </dependency> <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>track-manager</artifactId> - <version>1.4.6</version> + <version>${track-manager.version}</version> </dependency> <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>workbooks</artifactId> - <version>3.4.10</version> + <version>${workbooks.version}</version> </dependency> </dependencies>