From 2bab88db212d7e30c6b6636c6445ce67be4c357b Mon Sep 17 00:00:00 2001 From: Tobias Pietzsch <tpietzsch@dev.loci.wisc.edu> Date: Tue, 12 Sep 2017 08:23:34 -0500 Subject: [PATCH] [maven-release-plugin] prepare release bigdataviewer_fiji-4.0.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 251c300..362428b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>sc.fiji</groupId> <artifactId>bigdataviewer_fiji</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> <name>BigDataViewer Fiji</name> <description>Fiji plugins for starting BigDataViewer and exporting data.</description> @@ -76,7 +76,7 @@ <scm> <connection>scm:git:git://github.com/bigdataviewer/bigdataviewer_fiji</connection> <developerConnection>scm:git:git@github.com:bigdataviewer/bigdataviewer_fiji</developerConnection> - <tag>HEAD</tag> + <tag>bigdataviewer_fiji-4.0.0</tag> <url>https://github.com/bigdataviewer/bigdataviewer_fiji</url> </scm> <issueManagement> -- GitLab