diff --git a/pom.xml b/pom.xml index e6cf7edf5..dc36ac50f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.janelia.saalfeldlab paintera - 0.27.4-SNAPSHOT + 0.27.4 Paintera New Era Painting and annotation tool @@ -557,7 +557,7 @@ scm:git:git://github.com/saalfeldlab/paintera scm:git:git@github.com:saalfeldlab/paintera.git - HEAD + paintera-0.27.4 https://github.com/saalfeldlab/paintera diff --git a/release.properties b/release.properties new file mode 100644 index 000000000..f9703ee0f --- /dev/null +++ b/release.properties @@ -0,0 +1,19 @@ +#release configuration +#Wed Jun 23 11:20:57 EDT 2021 +projectVersionPolicyId=default +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +completedPhase=end-release +project.scm.org.janelia.saalfeldlab\:paintera.url=https\://github.com/saalfeldlab/paintera +scm.url=scm\:git\:git\://github.com/saalfeldlab/paintera.git +project.rel.org.janelia.saalfeldlab\:paintera=0.27.4 +project.scm.org.janelia.saalfeldlab\:paintera.connection=scm\:git\:git\://github.com/saalfeldlab/paintera +project.scm.org.janelia.saalfeldlab\:paintera.developerConnection=scm\:git\:git@github.com\:saalfeldlab/paintera.git +exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pushChanges=false +project.scm.org.janelia.saalfeldlab\:paintera.tag=HEAD +project.dev.org.janelia.saalfeldlab\:paintera=0.27.5-SNAPSHOT +scm.tag=paintera-0.27.4 +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify