Skip to content

Commit

Permalink
[maven-release-plugin] prepare release paintera-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Aug 13, 2024
1 parent 15de01e commit 99bec9e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>paintera</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>

<name>Paintera</name>
<description>New Era Painting and annotation tool</description>
Expand Down Expand Up @@ -637,7 +637,7 @@
<scm>
<connection>scm:git:https://github.com/saalfeldlab/paintera</connection>
<developerConnection>scm:git:git@github.com:saalfeldlab/paintera.git</developerConnection>
<tag>HEAD</tag>
<tag>paintera-1.4.1</tag>
<url>https://github.com/saalfeldlab/paintera</url>
</scm>

Expand Down
28 changes: 28 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#release configuration
#Tue Aug 13 15:34:52 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.4.2-SNAPSHOT
project.rel.org.janelia.saalfeldlab\:paintera=1.4.1
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>${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.4.1
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:https\://github.com/saalfeldlab/paintera.git

0 comments on commit 99bec9e

Please sign in to comment.