Skip to content

Commit

Permalink
[maven-release-plugin] prepare release IO_-4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 21, 2024
1 parent b24fa1c commit 603dc51
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>sc.fiji</groupId>
<artifactId>IO_</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>

<name>IO</name>
<description>IO plugin for Fiji.</description>
Expand Down Expand Up @@ -158,7 +158,7 @@
<scm>
<connection>scm:git:https://github.com/fiji/IO</connection>
<developerConnection>scm:git:[email protected]:fiji/IO</developerConnection>
<tag>HEAD</tag>
<tag>IO_-4.2.2</tag>
<url>https://github.com/fiji/IO</url>
</scm>
<issueManagement>
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 20 18:46:25 CST 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.sc.fiji\:IO_=4.2.3-SNAPSHOT
project.rel.sc.fiji\:IO_=4.2.2
project.scm.sc.fiji\:IO_.connection=scm\:git\:https\://github.com/fiji/IO
project.scm.sc.fiji\:IO_.developerConnection=scm\:git\:[email protected]\:fiji/IO
project.scm.sc.fiji\:IO_.tag=HEAD
project.scm.sc.fiji\:IO_.url=https\://github.com/fiji/IO
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=IO_-4.2.2
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:https\://github.com/fiji/IO

0 comments on commit 603dc51

Please sign in to comment.