Skip to content

Commit 6d6a353

Browse files
committed
[maven-release-plugin] prepare release n5-3.1.1
1 parent 658a90d commit 6d6a353

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.1.1-SNAPSHOT</version>
14+
<version>3.1.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.1.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+
#Tue Nov 14 15:13:18 EST 2023
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\:[email protected]\:saalfeldlab/n5
8+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9+
scm.tag=n5-3.1.1
10+
project.rel.org.janelia.saalfeldlab\:n5=3.1.1
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=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=3.1.2-SNAPSHOT

0 commit comments

Comments
 (0)