diff --git a/pom.xml b/pom.xml index 13bcc78fa..be794e826 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.janelia.saalfeldlab paintera - 1.5.0-SNAPSHOT + 1.5.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.5.0 https://github.com/saalfeldlab/paintera diff --git a/release.properties b/release.properties new file mode 100644 index 000000000..57da76421 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Fri Oct 11 15:03:28 EDT 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.5.1-SNAPSHOT +project.rel.org.janelia.saalfeldlab\:paintera=1.5.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.5.0 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.url=scm\:git\:https\://github.com/saalfeldlab/paintera.git