Skip to content

Commit 7e8fb9a

Browse files
committed
[maven-release-plugin] prepare release n5-universe-1.4.1
1 parent 1f362fa commit 7e8fb9a

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

+2-2
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>1.4.1-SNAPSHOT</version>
14+
<version>1.4.1</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:[email protected]:saalfeldlab/n5-universe</developerConnection>
92-
<tag>HEAD</tag>
92+
<tag>n5-universe-1.4.1</tag>
9393
<url>https://github.com/saalfeldlab/n5-universe</url>
9494
</scm>
9595
<issueManagement>

release.properties

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Wed Mar 06 14:18:17 EST 2024
3+
projectVersionPolicyId=default
4+
project.scm.org.janelia.saalfeldlab\:n5-universe.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5-universe
5+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
6+
project.scm.org.janelia.saalfeldlab\:n5-universe.url=https\://github.com/saalfeldlab/n5-universe
7+
pinExternals=false
8+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9+
exec.activateProfiles=deploy-to-scijava
10+
pushChanges=false
11+
project.rel.org.janelia.saalfeldlab\:n5-universe=1.4.1
12+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
13+
remoteTagging=true
14+
scm.commentPrefix=[maven-release-plugin]
15+
releaseStrategyId=default
16+
project.dev.org.janelia.saalfeldlab\:n5-universe=1.4.2-SNAPSHOT
17+
completedPhase=end-release
18+
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-universe
19+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
20+
exec.additionalArguments=-Dgpg.skip\=true
21+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
22+
project.scm.org.janelia.saalfeldlab\:n5-universe.tag=HEAD
23+
scm.tag=n5-universe-1.4.1
24+
exec.snapshotReleasePluginAllowed=false
25+
project.scm.org.janelia.saalfeldlab\:n5-universe.connection=scm\:git\:git\://github.com/saalfeldlab/n5-universe
26+
preparationGoals=clean verify
27+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
28+
exec.pomFileName=pom.xml

0 commit comments

Comments
 (0)