Skip to content

Commit 04229c3

Browse files
[maven-release-plugin] prepare release BigStitcher-2.5.3
1 parent d62ff84 commit 04229c3

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

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>BigStitcher</artifactId>
14-
<version>2.5.3-SNAPSHOT</version>
14+
<version>2.5.3</version>
1515

1616
<name>Big Stitcher</name>
1717
<description>Multiview stitching of large datasets.</description>
@@ -82,7 +82,7 @@
8282
<scm>
8383
<connection>scm:git:https://github.com/PreibischLab/BigStitcher</connection>
8484
<developerConnection>scm:git:git@github.com:PreibischLab/BigStitcher</developerConnection>
85-
<tag>HEAD</tag>
85+
<tag>BigStitcher-2.5.3</tag>
8686
<url>https://github.com/PreibischLab/BigStitcher</url>
8787
</scm>
8888
<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+
#Sat Sep 27 10:58:47 EDT 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.scm.net.preibisch\:BigStitcher.url=https\://github.com/PreibischLab/BigStitcher
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.net.preibisch\:BigStitcher.developerConnection=scm\:git\:git@github.com\:PreibischLab/BigStitcher
9+
project.rel.net.preibisch\:BigStitcher=2.5.3
10+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
11+
scm.tag=BigStitcher-2.5.3
12+
remoteTagging=true
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
scm.url=scm\:git\:https\://github.com/PreibischLab/BigStitcher
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
project.scm.net.preibisch\:BigStitcher.connection=scm\:git\:https\://github.com/PreibischLab/BigStitcher
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
exec.activateProfiles=deploy-to-scijava
24+
project.scm.net.preibisch\:BigStitcher.tag=HEAD
25+
project.dev.net.preibisch\:BigStitcher=2.5.4-SNAPSHOT
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)