Skip to content
Snippets Groups Projects
Commit 0abb94a0 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

Updated to use the new unique parent POM 'pom-icy'

parent 397eb6cd
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment