diff --git a/pom.xml b/pom.xml index 56b0622a1365d90cf4cf59438cc18eb06dfcefd2..2f7aa13b284ba4603a270c6bfdce8e54e6d7c811 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,9 @@ <!-- Inherited Icy Parent POM --> <parent> - <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>2.0.0</version> + <artifactId>pom-icy</artifactId> + <version>2.1.0</version> </parent> <!-- Project Information --> @@ -51,28 +51,11 @@ </properties> - <profiles> - <profile> - <id>icy-plugin</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - </profile> - </profiles> - <!-- 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> </dependencies>