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

Updated parent version

parent 6a8eda2e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.4</version> <version>1.0.6</version>
</parent> </parent>
<artifactId>ezplug</artifactId> <artifactId>ezplug</artifactId>
...@@ -27,40 +27,4 @@ ...@@ -27,40 +27,4 @@
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
</properties> </properties>
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
<!-- Project build configuration -->
<!-- <build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.3.2</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>icy.main.Icy</mainClass>
</configuration>
</plugin>
</plugins>
</build>
-->
</project> </project>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment