diff --git a/README.md b/README.md index 71090675cceb0feec692184824e1c9120b037fd3..3723ff80a7bce8d753eb34b72df72907260d9e7d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A more detailed user documentation can be found on the Maven template plugin doc ### The `pom.xml` file. -The `pom` for Icy plugin is fairly standard. First it inherits from `parent-pom-plugin` that specifies a few default values used throughout the Icy application. +The `pom` for Icy plugin is fairly standard. First it inherits from `pom-icy` that specifies a few default values used throughout the Icy application. You want to edit the first section on the plugin information: diff --git a/pom.xml b/pom.xml index db68ae2e3335af1fb65a54bc9360dc4dd48c22b0..0fe5388137d7c050526c103603aaeb4cb25dbaad 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> - <artifactId>parent-pom-plugin</artifactId> - <version>1.0.5</version> + <version>2.1.0</version> </parent> <!-- Project Information -->