diff --git a/pom.xml b/pom.xml index 42c87cf04e5e4bf1608905bb5144cc857fcd03f7..510d17af485944b5d9fef1ab5b5753131a91f166 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,10 @@ <modelVersion>4.0.0</modelVersion> <parent> + <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <artifactId>parent-pom-plugin</artifactId> - <version>1.0.6</version> - </parent> + <version>2.0.0</version> + </parent> <artifactId>micromanager</artifactId> <version>1.9.5</version> @@ -21,6 +21,15 @@ Use your microscope and microscopic devices in Icy ! Compatible with Micro-Manager 1.4.19 or above but we recommend to use the current last (1.4.23 / nightly build) </description> + + <profiles> + <profile> + <id>icy-plugin</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + </profile> + </profiles> <dependencies> <dependency> @@ -45,9 +54,5 @@ <id>icy</id> <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> </repository> - <repository> - <id>imagej-release</id> - <url>http://maven.imagej.net/content/repositories/public/</url> - </repository> </repositories> </project> \ No newline at end of file