diff --git a/pom.xml b/pom.xml index c349f5254..9398db2db 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.janelia.saalfeldlab paintera - 1.2.0-SNAPSHOT + 1.2.0 Paintera New Era Painting and annotation tool @@ -650,7 +650,7 @@ scm:git:https://github.com/saalfeldlab/paintera scm:git:git@github.com:saalfeldlab/paintera.git - HEAD + paintera-1.2.0 https://github.com/saalfeldlab/paintera diff --git a/release.properties b/release.properties new file mode 100644 index 000000000..240841ca1 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Mon May 13 16:33:12 EDT 2024 +projectVersionPolicyId=default +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +pinExternals=false +project.scm.org.janelia.saalfeldlab\:paintera.url=https\://github.com/saalfeldlab/paintera +project.rel.org.janelia.saalfeldlab\:paintera=1.2.0 +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +project.scm.org.janelia.saalfeldlab\:paintera.developerConnection=scm\:git\:git@github.com\:saalfeldlab/paintera.git +exec.activateProfiles=deploy-to-scijava +pushChanges=false +project.scm.org.janelia.saalfeldlab\:paintera.tag=HEAD +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +releaseStrategyId=default +completedPhase=end-release +scm.url=scm\:git\:https\://github.com/saalfeldlab/paintera.git +scm.developmentCommitComment=@{prefix} prepare for next development iteration +project.scm.org.janelia.saalfeldlab\:paintera.connection=scm\:git\:https\://github.com/saalfeldlab/paintera +exec.additionalArguments=-Dgpg.skip\=true +scm.tagNameFormat=@{project.artifactId}-@{project.version} +project.dev.org.janelia.saalfeldlab\:paintera=1.2.1-SNAPSHOT +scm.tag=paintera-1.2.0 +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.pomFileName=pom.xml