Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jitk-tps-3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Feb 13, 2024
1 parent 00e8100 commit 7d9152b
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 @@ -11,7 +11,7 @@

<groupId>jitk</groupId>
<artifactId>jitk-tps</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>

<name>JavaITK thin plate spline</name>
<description>A java port of the ITK thin plate spline implementation.</description>
Expand Down Expand Up @@ -78,7 +78,7 @@
<url>https://github.com/saalfeldlab/jitk-tps</url>
<connection>scm:git:https://github.com/saalfeldlab/jitk-tps</connection>
<developerConnection>scm:git:[email protected]:saalfeldlab/jitk-tps</developerConnection>
<tag>HEAD</tag>
<tag>jitk-tps-3.0.4</tag>
</scm>
<issueManagement>
<system>GitHub</system>
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 Feb 13 16:35:46 EST 2024
scm.commentPrefix=[maven-release-plugin]
project.rel.jitk\:jitk-tps=3.0.4
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.jitk\:jitk-tps.tag=HEAD
project.scm.jitk\:jitk-tps.developerConnection=scm\:git\:[email protected]\:saalfeldlab/jitk-tps
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=jitk-tps-3.0.4
remoteTagging=true
project.dev.jitk\:jitk-tps=3.0.5-SNAPSHOT
exec.additionalArguments=-Dgpg.skip\=true
project.scm.jitk\:jitk-tps.url=https\://github.com/saalfeldlab/jitk-tps
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/saalfeldlab/jitk-tps
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
project.scm.jitk\:jitk-tps.connection=scm\:git\:https\://github.com/saalfeldlab/jitk-tps
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release

0 comments on commit 7d9152b

Please sign in to comment.