Skip to content
Snippets Groups Projects
Commit b9c1794b authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

Release v1.0.0.

parent eae535f3
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
</parent>
<artifactId>LocalZProjector</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>plugins/LocalZProjector_.jar</name>
<description>A Fiji tool to perform local Z projection.</description>
<url>http://imagej.net/Welcome</url>
......@@ -62,12 +62,6 @@
</build>
<dependencies>
<!-- ImageJ dependencies -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
</dependency>
<!-- ImgLib2 dependencies -->
<dependency>
<groupId>net.imglib2</groupId>
......@@ -82,11 +76,14 @@
<artifactId>imglib2-realtransform</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- Ops dependencies -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-ops</artifactId>
......@@ -99,6 +96,8 @@
<groupId>net.imagej</groupId>
<artifactId>imagej-legacy</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
......
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