Skip to content

Commit 3ee97cd

Browse files
committed
[maven-release-plugin] prepare release n5-2.5.1
1 parent b2a8d9b commit 3ee97cd

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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>2.5.1-SNAPSHOT</version>
14+
<version>2.5.1</version>
1515

1616
<name>N5</name>
1717
<description>Not HDF5</description>
@@ -81,7 +81,7 @@
8181
<scm>
8282
<connection>scm:git:git://github.com/saalfeldlab/n5</connection>
8383
<developerConnection>scm:git:[email protected]:saalfeldlab/n5</developerConnection>
84-
<tag>HEAD</tag>
84+
<tag>n5-2.5.1</tag>
8585
<url>https://github.com/saalfeldlab/n5</url>
8686
</scm>
8787
<issueManagement>

release.properties

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#release configuration
2+
#Fri May 21 17:53:57 EDT 2021
3+
project.dev.org.janelia.saalfeldlab\:n5=2.5.2-SNAPSHOT
4+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
5+
scm.tag=n5-2.5.1
6+
pushChanges=false
7+
scm.url=scm\:git\:git\://github.com/saalfeldlab/n5
8+
preparationGoals=clean verify
9+
project.rel.org.janelia.saalfeldlab\:n5=2.5.1
10+
project.scm.org.janelia.saalfeldlab\:n5.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5
11+
remoteTagging=true
12+
projectVersionPolicyId=default
13+
scm.commentPrefix=[maven-release-plugin]
14+
project.scm.org.janelia.saalfeldlab\:n5.connection=scm\:git\:git\://github.com/saalfeldlab/n5
15+
project.scm.org.janelia.saalfeldlab\:n5.tag=HEAD
16+
exec.snapshotReleasePluginAllowed=false
17+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
18+
project.scm.org.janelia.saalfeldlab\:n5.url=https\://github.com/saalfeldlab/n5
19+
completedPhase=end-release

0 commit comments

Comments
 (0)