Skip to content

Commit c489d16

Browse files
committed
[maven-release-plugin] prepare release n5-3.5.1
1 parent 8112b34 commit c489d16

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>org.janelia.saalfeldlab</groupId>
1313
<artifactId>n5</artifactId>
14-
<version>3.5.1-SNAPSHOT</version>
14+
<version>3.5.1</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:[email protected]:saalfeldlab/n5</developerConnection>
126-
<tag>HEAD</tag>
126+
<tag>n5-3.5.1</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+
#Fri May 09 14:27:06 EDT 2025
3+
projectVersionPolicyId=default
4+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
5+
pinExternals=false
6+
project.scm.org.janelia.saalfeldlab\:n5.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5
7+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+
exec.activateProfiles=deploy-to-scijava
9+
pushChanges=false
10+
project.scm.org.janelia.saalfeldlab\:n5.tag=HEAD
11+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
12+
remoteTagging=true
13+
project.scm.org.janelia.saalfeldlab\:n5.url=https\://github.com/saalfeldlab/n5
14+
scm.commentPrefix=[maven-release-plugin]
15+
releaseStrategyId=default
16+
project.rel.org.janelia.saalfeldlab\:n5=3.5.1
17+
completedPhase=end-release
18+
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5
19+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
20+
project.scm.org.janelia.saalfeldlab\:n5.connection=scm\:git\:git\://github.com/saalfeldlab/n5
21+
exec.additionalArguments=-Dgpg.skip\=true
22+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
23+
project.dev.org.janelia.saalfeldlab\:n5=3.5.2-SNAPSHOT
24+
scm.tag=n5-3.5.1
25+
exec.snapshotReleasePluginAllowed=false
26+
preparationGoals=clean verify
27+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
28+
exec.pomFileName=pom.xml

0 commit comments

Comments
 (0)