Skip to content

Commit fd802c4

Browse files
committed
[maven-release-plugin] prepare release n5-viewer_fiji-6.2.0-alpha-5
1 parent 000f601 commit fd802c4

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.janelia.saalfeldlab</groupId>
1212
<artifactId>n5-viewer_fiji</artifactId>
13-
<version>6.2.0-alpha-5-SNAPSHOT</version>
13+
<version>6.2.0-alpha-5</version>
1414

1515
<name>N5 Viewer for Fiji</name>
1616
<description>BigDataViewer-based visualization tool for N5 datasets</description>
@@ -106,7 +106,7 @@
106106
<scm>
107107
<connection>scm:git:git://github.com/saalfeldlab/n5-viewer</connection>
108108
<developerConnection>scm:git:git@github.com:saalfeldlab/n5-viewer</developerConnection>
109-
<tag>HEAD</tag>
109+
<tag>n5-viewer_fiji-6.2.0-alpha-5</tag>
110110
<url>https://github.com/saalfeldlab/n5-viewer</url>
111111
</scm>
112112
<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+
#Thu Mar 12 16:17:07 EDT 2026
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
project.scm.org.janelia.saalfeldlab\:n5-viewer_fiji.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5-viewer
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.dev.org.janelia.saalfeldlab\:n5-viewer_fiji=6.2.0-alpha-6-SNAPSHOT
9+
project.scm.org.janelia.saalfeldlab\:n5-viewer_fiji.tag=HEAD
10+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
11+
scm.tag=n5-viewer_fiji-6.2.0-alpha-5
12+
remoteTagging=true
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
project.scm.org.janelia.saalfeldlab\:n5-viewer_fiji.url=https\://github.com/saalfeldlab/n5-viewer
16+
projectVersionPolicyId=default
17+
project.scm.org.janelia.saalfeldlab\:n5-viewer_fiji.connection=scm\:git\:git\://github.com/saalfeldlab/n5-viewer
18+
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-viewer
19+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
20+
pinExternals=false
21+
preparationGoals=clean verify
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
exec.snapshotReleasePluginAllowed=false
24+
exec.activateProfiles=nexus-janelia-org,deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
project.rel.org.janelia.saalfeldlab\:n5-viewer_fiji=6.2.0-alpha-5
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)