Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Radial_SymmetryLocalization-2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed May 27, 2024
1 parent 8ba4fc1 commit f321225
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>net.preibisch</groupId>
<artifactId>Radial_SymmetryLocalization</artifactId>
<version>2.3.7-SNAPSHOT</version>
<version>2.3.7</version>

<name>Radial Symmetry</name>
<description>A plugin for radial symmetry localization on smFISH (and other) images.</description>
Expand Down Expand Up @@ -91,7 +91,7 @@
<scm>
<connection>scm:git:git://github.com/PreibischLab/RS-FISH</connection>
<developerConnection>scm:git:[email protected]:PreibischLab/RS-FISH</developerConnection>
<tag>HEAD</tag>
<tag>Radial_SymmetryLocalization-2.3.7</tag>
<url>https://github.com/PreibischLab/RS-FISH</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
#Mon May 27 11:06:08 EDT 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=Radial_SymmetryLocalization-2.3.7
remoteTagging=true
exec.additionalArguments=-Dgpg.skip\=true
project.rel.net.preibisch\:Radial_SymmetryLocalization=2.3.7
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
project.dev.net.preibisch\:Radial_SymmetryLocalization=2.3.8-SNAPSHOT
scm.url=scm\:git\:https\://github.com/PreibischLab/RS-FISH
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.net.preibisch\:Radial_SymmetryLocalization.developerConnection=scm\:git\:[email protected]\:PreibischLab/RS-FISH
project.scm.net.preibisch\:Radial_SymmetryLocalization.connection=scm\:git\:git\://github.com/PreibischLab/RS-FISH
pinExternals=false
preparationGoals=clean verify
project.scm.net.preibisch\:Radial_SymmetryLocalization.tag=HEAD
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
project.scm.net.preibisch\:Radial_SymmetryLocalization.url=https\://github.com/PreibischLab/RS-FISH
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release

0 comments on commit f321225

Please sign in to comment.