Skip to content

Commit d8c845f

Browse files
committed
[maven-release-plugin] prepare release n5-universe-3.0.2
1 parent c260759 commit d8c845f

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-universe</artifactId>
14-
<version>3.0.2-SNAPSHOT</version>
14+
<version>3.0.2</version>
1515

1616
<name>N5-Universe</name>
1717
<description>Utilities spanning all of the N5 repositories</description>
@@ -89,7 +89,7 @@
8989
<scm>
9090
<connection>scm:git:git://github.com/saalfeldlab/n5-universe</connection>
9191
<developerConnection>scm:git:git@github.com:saalfeldlab/n5-universe</developerConnection>
92-
<tag>HEAD</tag>
92+
<tag>n5-universe-3.0.2</tag>
9393
<url>https://github.com/saalfeldlab/n5-universe</url>
9494
</scm>
9595
<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+
#Wed Jun 17 14:50:04 EDT 2026
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+
scm.tag=n5-universe-3.0.2
9+
remoteTagging=true
10+
project.scm.org.janelia.saalfeldlab\:n5-universe.connection=scm\:git\:git\://github.com/saalfeldlab/n5-universe
11+
exec.additionalArguments=-Dgpg.skip\=true
12+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
13+
project.rel.org.janelia.saalfeldlab\:n5-universe=3.0.2
14+
projectVersionPolicyId=default
15+
project.scm.org.janelia.saalfeldlab\:n5-universe.tag=HEAD
16+
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-universe
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
project.scm.org.janelia.saalfeldlab\:n5-universe.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5-universe
21+
project.scm.org.janelia.saalfeldlab\:n5-universe.url=https\://github.com/saalfeldlab/n5-universe
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
project.dev.org.janelia.saalfeldlab\:n5-universe=3.0.3-SNAPSHOT
24+
exec.snapshotReleasePluginAllowed=false
25+
exec.activateProfiles=nexus-janelia-org,deploy-to-scijava
26+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)