Skip to content

Commit cd304be

Browse files
committed
[maven-release-plugin] prepare release bigdataviewer-playground-0.10.3
1 parent 51833ba commit cd304be

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-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>sc.fiji</groupId>
1313
<artifactId>bigdataviewer-playground</artifactId>
14-
<version>0.10.3-SNAPSHOT</version>
14+
<version>0.10.3</version>
1515

1616
<name>bigdataviewer-playground</name>
1717
<description>BigDataViewer Actions and GUI</description>
@@ -92,7 +92,7 @@
9292
<connection>scm:git:git://github.com/bigdataviewer/bigdataviewer-playground</connection>
9393
<developerConnection>scm:git:[email protected]:bigdataviewer/bigdataviewer-playground</developerConnection>
9494
<url>https://github.com/bigdataviewer/bigdataviewer-playground</url>
95-
<tag>HEAD</tag>
95+
<tag>bigdataviewer-playground-0.10.3</tag>
9696
</scm>
9797

9898
<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+
#Mon Jul 22 17:00:31 CEST 2024
3+
completedPhase=end-release
4+
exec.activateProfiles=deploy-to-scijava
5+
exec.additionalArguments=-Dgpg.skip\=true
6+
exec.pomFileName=pom.xml
7+
exec.snapshotReleasePluginAllowed=false
8+
pinExternals=false
9+
preparationGoals=clean verify
10+
project.dev.sc.fiji\:bigdataviewer-playground=0.10.4-SNAPSHOT
11+
project.rel.sc.fiji\:bigdataviewer-playground=0.10.3
12+
project.scm.sc.fiji\:bigdataviewer-playground.connection=scm\:git\:git\://github.com/bigdataviewer/bigdataviewer-playground
13+
project.scm.sc.fiji\:bigdataviewer-playground.developerConnection=scm\:git\:[email protected]\:bigdataviewer/bigdataviewer-playground
14+
project.scm.sc.fiji\:bigdataviewer-playground.tag=HEAD
15+
project.scm.sc.fiji\:bigdataviewer-playground.url=https\://github.com/bigdataviewer/bigdataviewer-playground
16+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
17+
projectVersionPolicyId=default
18+
pushChanges=false
19+
releaseStrategyId=default
20+
remoteTagging=true
21+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
22+
scm.commentPrefix=[maven-release-plugin]
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
25+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
26+
scm.tag=bigdataviewer-playground-0.10.3
27+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
28+
scm.url=scm\:git\:https\://github.com/bigdataviewer/bigdataviewer-playground

0 commit comments

Comments
 (0)