Skip to content

Commit 1e53c69

Browse files
committed
[maven-release-plugin] prepare release bigwarp_fiji-9.3.1
1 parent ebdaebe commit 1e53c69

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>sc.fiji</groupId>
1313
<artifactId>bigwarp_fiji</artifactId>
14-
<version>9.3.1-SNAPSHOT</version>
14+
<version>9.3.1</version>
1515

1616
<name>BigWarp plugin for Fiji</name>
1717
<description>A tool for manual pointwise deformable registration using bigdataviewer.</description>
@@ -100,7 +100,7 @@
100100
<scm>
101101
<connection>scm:git:https://github.com/saalfeldlab/bigwarp</connection>
102102
<developerConnection>scm:git:git@github.com:saalfeldlab/bigwarp</developerConnection>
103-
<tag>HEAD</tag>
103+
<tag>bigwarp_fiji-9.3.1</tag>
104104
<url>https://github.com/saalfeldlab/bigwarp</url>
105105
</scm>
106106
<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+
#Wed Jul 09 12:01:47 EDT 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.sc.fiji\:bigwarp_fiji.developerConnection=scm\:git\:git@github.com\:saalfeldlab/bigwarp
8+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9+
scm.tag=bigwarp_fiji-9.3.1
10+
remoteTagging=true
11+
exec.additionalArguments=-Dgpg.skip\=true
12+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
13+
projectVersionPolicyId=default
14+
project.scm.sc.fiji\:bigwarp_fiji.tag=HEAD
15+
project.rel.sc.fiji\:bigwarp_fiji=9.3.1
16+
scm.url=scm\:git\:https\://github.com/saalfeldlab/bigwarp
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
project.scm.sc.fiji\:bigwarp_fiji.url=https\://github.com/saalfeldlab/bigwarp
22+
exec.snapshotReleasePluginAllowed=false
23+
project.scm.sc.fiji\:bigwarp_fiji.connection=scm\:git\:https\://github.com/saalfeldlab/bigwarp
24+
exec.activateProfiles=nexus-janelia-org,deploy-to-scijava
25+
project.dev.sc.fiji\:bigwarp_fiji=9.3.2-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)