Skip to content

Commit 646c05f

Browse files
committed
[maven-release-plugin] prepare release bigvolumebrowser-0.0.5
1 parent ceb791e commit 646c05f

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>nl.uu.science.cellbiology</groupId>
1313
<artifactId>bigvolumebrowser</artifactId>
14-
<version>0.0.5-SNAPSHOT</version>
14+
<version>0.0.5</version>
1515

1616
<name>BigVolumeBrowser</name>
1717
<description>browsing large volumetric data</description>

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 Dec 10 10:05:44 CET 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.nl.uu.science.cellbiology\:bigvolumebrowser.tag=bigvolumebrowser-0.0.5
8+
project.rel.nl.uu.science.cellbiology\:bigvolumebrowser=0.0.5
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=bigvolumebrowser-0.0.5
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
project.scm.nl.uu.science.cellbiology\:bigvolumebrowser.connection=scm\:git\:git\://github.com/UU-cellbiology/bigvolumebrowser
15+
project.scm.nl.uu.science.cellbiology\:bigvolumebrowser.url=https\://github.com/UU-cellbiology/bigvolumebrowser
16+
projectVersionPolicyId=default
17+
scm.url=scm\:git\:https\://github.com/UU-cellbiology/bigvolumebrowser
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
project.scm.nl.uu.science.cellbiology\:bigvolumebrowser.developerConnection=scm\:git\:git@github.com\:UU-cellbiology/bigvolumebrowser
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
exec.snapshotReleasePluginAllowed=false
24+
exec.activateProfiles=deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
project.dev.nl.uu.science.cellbiology\:bigvolumebrowser=0.0.6-SNAPSHOT
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)