Skip to content
Snippets Groups Projects
Commit d34c7fc9 authored by Amandine  TOURNAY's avatar Amandine TOURNAY
Browse files

Upgraded POM to latest version

parent 44b99fe4
No related branches found
No related tags found
No related merge requests found
......@@ -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.3</version>
</parent>
<version>2.0.0</version>
</parent>
<artifactId>blocks</artifactId>
<version>5.3.0</version>
......@@ -27,6 +27,15 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<profiles>
<profile>
<id>icy-plugin</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<dependencies>
<dependency>
......
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