Skip to content

Commit 9423bba

Browse files
[maven-release-plugin] prepare release multiview-reconstruction-5.2.6
1 parent d86d334 commit 9423bba

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>net.preibisch</groupId>
1313
<artifactId>multiview-reconstruction</artifactId>
14-
<version>5.2.6-SNAPSHOT</version>
14+
<version>5.2.6</version>
1515

1616
<name>Multiview Reconstruction</name>
1717
<description>Software for the reconstruction of multi-view microscopic acquisitions
@@ -81,7 +81,7 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
8181
<scm>
8282
<connection>scm:git:https://github.com/PreibischLab/multiview-reconstruction</connection>
8383
<developerConnection>scm:git:git@github.com:PreibischLab/multiview-reconstruction</developerConnection>
84-
<tag>HEAD</tag>
84+
<tag>multiview-reconstruction-5.2.6</tag>
8585
<url>https://github.com/PreibischLab/multiview-reconstruction</url>
8686
</scm>
8787
<issueManagement>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Mon Mar 10 09:57:00 EDT 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.rel.net.preibisch\:multiview-reconstruction=5.2.6
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.net.preibisch\:multiview-reconstruction.developerConnection=scm\:git\:git@github.com\:PreibischLab/multiview-reconstruction
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=multiview-reconstruction-5.2.6
11+
remoteTagging=true
12+
project.scm.net.preibisch\:multiview-reconstruction.connection=scm\:git\:https\://github.com/PreibischLab/multiview-reconstruction
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
project.dev.net.preibisch\:multiview-reconstruction=5.2.7-SNAPSHOT
15+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
16+
projectVersionPolicyId=default
17+
scm.url=scm\:git\:https\://github.com/PreibischLab/multiview-reconstruction
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
project.scm.net.preibisch\:multiview-reconstruction.tag=HEAD
20+
pinExternals=false
21+
preparationGoals=clean verify
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
exec.snapshotReleasePluginAllowed=false
24+
project.scm.net.preibisch\:multiview-reconstruction.url=https\://github.com/PreibischLab/multiview-reconstruction
25+
exec.activateProfiles=deploy-to-scijava
26+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)