From b9c1794bcc917e2bb0b490366b9e2e1f5146f5d4 Mon Sep 17 00:00:00 2001 From: Jean-Yves TINEVEZ <jean-yves.tinevez@pasteur.fr> Date: Wed, 30 Jan 2019 13:23:32 +0100 Subject: [PATCH] Release v1.0.0. --- pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1c6ebcb..5397d5e 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- GitLab