Skip to content

Commit 5d942a0

Browse files
committed
[maven-release-plugin] prepare release n5-universe-1.5.0
1 parent 56e39bd commit 5d942a0

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.4-SNAPSHOT</version>
14+
<version>1.5.0</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.5.0</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 May 15 16:44:30 EDT 2024
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-1.5.0
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=1.5.0
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\:[email protected]\: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=1.5.1-SNAPSHOT
24+
exec.snapshotReleasePluginAllowed=false
25+
exec.activateProfiles=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)