From 25a7f32c00e82abfd44ed6a2dda8a09a5a4cd0d1 Mon Sep 17 00:00:00 2001 From: Caleb Hulbert Date: Fri, 6 Dec 2024 15:02:24 -0500 Subject: [PATCH] [maven-release-plugin] prepare release paintera-1.7.0 --- pom.xml | 4 ++-- release.properties | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index c23c21644..c19a887bb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.janelia.saalfeldlab paintera - 1.7.0-SNAPSHOT + 1.7.0 Paintera New Era Painting and annotation tool @@ -637,7 +637,7 @@ scm:git:https://github.com/saalfeldlab/paintera scm:git:git@github.com:saalfeldlab/paintera.git - HEAD + paintera-1.7.0 https://github.com/saalfeldlab/paintera diff --git a/release.properties b/release.properties new file mode 100644 index 000000000..dd7be848f --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Fri Dec 06 15:02:24 EST 2024 +completedPhase=end-release +exec.activateProfiles=deploy-to-scijava +exec.additionalArguments=-Dgpg.skip\=true +exec.pomFileName=pom.xml +exec.snapshotReleasePluginAllowed=false +pinExternals=false +preparationGoals=clean verify +project.dev.org.janelia.saalfeldlab\:paintera=1.7.1-SNAPSHOT +project.rel.org.janelia.saalfeldlab\:paintera=1.7.0 +project.scm.org.janelia.saalfeldlab\:paintera.connection=scm\:git\:https\://github.com/saalfeldlab/paintera +project.scm.org.janelia.saalfeldlab\:paintera.developerConnection=scm\:git\:git@github.com\:saalfeldlab/paintera.git +project.scm.org.janelia.saalfeldlab\:paintera.tag=HEAD +project.scm.org.janelia.saalfeldlab\:paintera.url=https\://github.com/saalfeldlab/paintera +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +projectVersionPolicyId=default +pushChanges=false +releaseStrategyId=default +remoteTagging=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +scm.commentPrefix=[maven-release-plugin] +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +scm.tag=paintera-1.7.0 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.url=scm\:git\:https\://github.com/saalfeldlab/paintera.git