From 31fdb8c91b1408d3da5531714b13b7f75b79a834 Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez <jean-yves.tinevez@pasteur.fr> Date: Thu, 15 Oct 2015 14:49:10 +0200 Subject: [PATCH] Release v0.0.2. * Add a standalone plugin that generate contact image, mask and labels. Signed-off-by: Jean-Yves Tinevez <jean-yves.tinevez@pasteur.fr> --- pom.xml | 6 +++--- src/main/java/fr/pasteur/CCCT_.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d351a31..f92c67f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>sc.fiji</groupId> <artifactId>pom-fiji</artifactId> - <version>11.0.0</version> + <version>15.6.0</version> <relativePath /> </parent> <artifactId>CellContactAnalyzer_</artifactId> - <version>0.0.2-SNAPSHOT</version> - <name>plugins/CellContactAnalyzer_.jar</name> + <version>0.0.2</version> + <name>plugins/CellContactAnalyzer_.jar</name> <description /> <properties> diff --git a/src/main/java/fr/pasteur/CCCT_.java b/src/main/java/fr/pasteur/CCCT_.java index 8c44ae4..0eadcf9 100644 --- a/src/main/java/fr/pasteur/CCCT_.java +++ b/src/main/java/fr/pasteur/CCCT_.java @@ -42,7 +42,7 @@ import net.imglib2.view.Views; public class CCCT_< T extends RealType< T > & NativeType< T >> implements PlugIn, CCCTProcessor, MultiThreaded { - public static final String PLUGIN_VERSION = "0.0.2-SNAPSHOT"; + public static final String PLUGIN_VERSION = "0.0.2"; public static final String PLUGIN_NAME = "CCCT"; -- GitLab