From b57c10619bc9ebc5d7970f446c8b413270f18a30 Mon Sep 17 00:00:00 2001 From: John Bogovic Date: Fri, 21 Sep 2018 16:40:00 -0400 Subject: [PATCH] [maven-release-plugin] prepare release bigwarp_fiji-3.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 be53650f..00475184 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sc.fiji bigwarp_fiji - 3.1.2-SNAPSHOT + 3.1.2 BigWarp plugin for Fiji A tool for manual pointwise deformable registration using bigdataviewer. @@ -82,7 +82,7 @@ scm:git:git://github.com/saalfeldlab/bigwarp scm:git:git@github.com:saalfeldlab/bigwarp - HEAD + bigwarp_fiji-3.1.2 https://github.com/saalfeldlab/bigwarp diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..7bdf61e3 --- /dev/null +++ b/release.properties @@ -0,0 +1,19 @@ +#release configuration +#Fri Sep 21 16:40:01 EDT 2018 +project.scm.sc.fiji\:bigwarp_fiji.connection=scm\:git\:git\://github.com/saalfeldlab/bigwarp +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.tag=bigwarp_fiji-3.1.2 +pushChanges=false +scm.url=scm\:git\:git\://github.com/saalfeldlab/bigwarp +preparationGoals=clean verify +project.dev.sc.fiji\:bigwarp_fiji=3.1.3-SNAPSHOT +remoteTagging=true +projectVersionPolicyId=default +scm.commentPrefix=[maven-release-plugin] +project.scm.sc.fiji\:bigwarp_fiji.tag=HEAD +project.scm.sc.fiji\:bigwarp_fiji.url=https\://github.com/saalfeldlab/bigwarp +project.rel.sc.fiji\:bigwarp_fiji=3.1.2 +exec.snapshotReleasePluginAllowed=false +exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-imagej +project.scm.sc.fiji\:bigwarp_fiji.developerConnection=scm\:git\:git@github.com\:saalfeldlab/bigwarp +completedPhase=end-release