Skip to content

Commit 09cbf0e

Browse files
committed
[maven-release-plugin] prepare release mastodon-1.0.0-beta-35
1 parent d9bb718 commit 09cbf0e

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.mastodon</groupId>
1212
<artifactId>mastodon</artifactId>
13-
<version>1.0.0-beta-35-SNAPSHOT</version>
13+
<version>1.0.0-beta-35</version>
1414

1515
<name>Mastodon</name>
1616
<description>Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.</description>
@@ -164,7 +164,7 @@
164164
<scm>
165165
<connection>scm:git:https://github.com/mastodon-sc/mastodon</connection>
166166
<developerConnection>scm:git:git@github.com:mastodon-sc/mastodon</developerConnection>
167-
<tag>HEAD</tag>
167+
<tag>mastodon-1.0.0-beta-35</tag>
168168
<url>https://github.com/mastodon-sc/mastodon</url>
169169
</scm>
170170
<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 Sep 08 16:59:10 CEST 2025
3+
project.scm.org.mastodon\:mastodon.connection=scm\:git\:https\://github.com/mastodon-sc/mastodon
4+
scm.commentPrefix=[maven-release-plugin]
5+
exec.pomFileName=pom.xml
6+
project.scm.org.mastodon\:mastodon.tag=HEAD
7+
pushChanges=false
8+
releaseStrategyId=default
9+
project.dev.org.mastodon\:mastodon=1.0.0-beta-36-SNAPSHOT
10+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
11+
scm.tag=mastodon-1.0.0-beta-35
12+
remoteTagging=true
13+
project.scm.org.mastodon\:mastodon.url=https\://github.com/mastodon-sc/mastodon
14+
exec.additionalArguments=-Dgpg.skip\=true
15+
project.rel.org.mastodon\:mastodon=1.0.0-beta-35
16+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
17+
project.scm.org.mastodon\:mastodon.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon
18+
projectVersionPolicyId=default
19+
scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon
20+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
21+
pinExternals=false
22+
preparationGoals=clean verify
23+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
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)