From 6f701d34a809d68e745b8a167463a809de46866d Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez <tinevez@pasteur.fr> Date: Fri, 4 Feb 2022 18:54:12 +0100 Subject: [PATCH] [maven-release-plugin] prepare release CellContactAnalyzer-1.1.2 --- pom.xml | 4 ++-- release.properties | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 157265e..684cd55 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ </parent> <artifactId>CellContactAnalyzer</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2</version> <name>CellContactAnalyzer</name> <description>A Fiji tool to analyze cell to cell contacts based on TrackMate.</description> <url>http://imagej.net/Welcome</url> @@ -103,7 +103,7 @@ <scm> <connection>scm:git:https://gitlab.pasteur.fr/iah-public/CellContactAnalyzer</connection> <developerConnection>scm:git:git@gitlab.pasteur.fr/iah-public/CellContactAnalyzer</developerConnection> - <tag>HEAD</tag> + <tag>CellContactAnalyzer-1.1.2</tag> <url>https://gitlab.pasteur.fr/iah-public/CellContactAnalyzer</url> </scm> <issueManagement> diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..5707b40 --- /dev/null +++ b/release.properties @@ -0,0 +1,19 @@ +#release configuration +#Fri Feb 04 18:54:12 CET 2022 +project.scm.org.scijava\:CellContactAnalyzer.tag=HEAD +project.dev.org.scijava\:CellContactAnalyzer=1.1.3-SNAPSHOT +project.scm.org.scijava\:CellContactAnalyzer.url=https\://gitlab.pasteur.fr/iah-public/CellContactAnalyzer +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.tag=CellContactAnalyzer-1.1.2 +project.scm.org.scijava\:CellContactAnalyzer.developerConnection=scm\:git\:git@gitlab.pasteur.fr/iah-public/CellContactAnalyzer +pushChanges=false +scm.url=scm\:git\:git@gitlab.pasteur.fr/iah-public/CellContactAnalyzer +preparationGoals=clean verify +remoteTagging=true +projectVersionPolicyId=default +scm.commentPrefix=[maven-release-plugin] +project.rel.org.scijava\:CellContactAnalyzer=1.1.2 +project.scm.org.scijava\:CellContactAnalyzer.connection=scm\:git\:https\://gitlab.pasteur.fr/iah-public/CellContactAnalyzer +exec.snapshotReleasePluginAllowed=false +exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava +completedPhase=end-release -- GitLab