Skip to content

Commit f1a9997

Browse files
committed
[maven-release-plugin] prepare release n5-4.0.0-alpha-12
1 parent 4361b26 commit f1a9997

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>org.janelia.saalfeldlab</groupId>
1313
<artifactId>n5</artifactId>
14-
<version>4.0.0-alpha-12-SNAPSHOT</version>
14+
<version>4.0.0-alpha-12</version>
1515

1616
<name>N5</name>
1717
<description>Not HDF5</description>
@@ -123,7 +123,7 @@
123123
<scm>
124124
<connection>scm:git:git://github.com/saalfeldlab/n5</connection>
125125
<developerConnection>scm:git:git@github.com:saalfeldlab/n5</developerConnection>
126-
<tag>HEAD</tag>
126+
<tag>n5-4.0.0-alpha-12</tag>
127127
<url>https://github.com/saalfeldlab/n5</url>
128128
</scm>
129129
<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+
#Tue Apr 07 14:13:54 EDT 2026
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.org.janelia.saalfeldlab\:n5.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5
8+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9+
scm.tag=n5-4.0.0-alpha-12
10+
project.rel.org.janelia.saalfeldlab\:n5=4.0.0-alpha-12
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
project.scm.org.janelia.saalfeldlab\:n5.tag=HEAD
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
project.scm.org.janelia.saalfeldlab\:n5.url=https\://github.com/saalfeldlab/n5
20+
preparationGoals=clean verify
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
project.scm.org.janelia.saalfeldlab\:n5.connection=scm\:git\:git\://github.com/saalfeldlab/n5
24+
exec.activateProfiles=nexus-janelia-org,deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release
28+
project.dev.org.janelia.saalfeldlab\:n5=4.0.0-alpha-13-SNAPSHOT

0 commit comments

Comments
 (0)