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

Updated for parent pom to 2.1

parent 5b859082
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>2.0.0</version> <artifactId>pom-icy</artifactId>
</parent> <version>2.1.0</version>
</parent>
<artifactId>apache-commons-csv</artifactId> <artifactId>apache-commons-csv</artifactId>
<version>1.9.0</version> <version>1.9.0</version>
...@@ -52,33 +53,16 @@ ...@@ -52,33 +53,16 @@
<!-- Project properties --> <!-- Project properties -->
<properties> <properties>
<artifact-to-include>commons-csv</artifact-to-include> <artifact-to-include>commons-csv</artifact-to-include>
</properties> </properties>
<profiles>
<profile>
<id>icy-plugin-extract-library</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
<version>${icy-kernel.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId> <artifactId>commons-csv</artifactId>
<version>1.9.0</version> <version>1.9.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
<!-- Icy Maven repository (to find parent POM) --> <!-- Icy Maven repository (to find parent POM) -->
......
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