Skip to content
Snippets Groups Projects
Commit e0c81a07 authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent fc607650
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
/.settings/ /.settings/
/.classpath /.classpath
/.project /.project
/.idea
...@@ -7,17 +7,17 @@ ...@@ -7,17 +7,17 @@
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<version>2.1.1</version> <version>2.1.6</version>
</parent> </parent>
<artifactId>apache-commons-csv</artifactId> <artifactId>apache-commons-csv</artifactId>
<version>1.9.0</version> <version>1.10.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Apache Commons CSV</name> <name>Apache Commons CSV</name>
<description>The Apache Commons CSV library for Icy</description> <description>The Apache Commons CSV library for Icy</description>
<url>http://icy.bioimageanalysis.org/plugin/apache-commons-csv/</url> <url>https://icy.bioimageanalysis.org/plugin/apache-commons-csv/</url>
<inceptionYear>2020</inceptionYear> <inceptionYear>2020</inceptionYear>
<developers> <developers>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<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.10.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
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