Skip to content

Commit 7d027f6

Browse files
author
Stefan Hahmann
committed
[maven-release-plugin] prepare release mastodon-tomancak-0.6.8
1 parent 6b1a5d7 commit 7d027f6

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-tomancak</artifactId>
13-
<version>0.6.8-SNAPSHOT</version>
13+
<version>0.6.8</version>
1414

1515
<name>Tomancak Lab Mastodon Plugins</name>
1616
<description>Various Mastodon plugins for use in Tomancak lab projects</description>
@@ -90,7 +90,7 @@
9090
<scm>
9191
<connection>scm:git:https:github.com/mastodon-sc/mastodon-tomancak</connection>
9292
<developerConnection>scm:git:git@github.com:mastodon-sc/mastodon-tomancak</developerConnection>
93-
<tag>HEAD</tag>
93+
<tag>mastodon-tomancak-0.6.8</tag>
9494
<url>https://github.com/mastodon-sc/mastodon-tomancak</url>
9595
</scm>
9696
<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+
#Tue May 06 18:32:18 CEST 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
project.scm.org.mastodon\:mastodon-tomancak.connection=scm\:git\:https\:github.com/mastodon-sc/mastodon-tomancak
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.org.mastodon\:mastodon-tomancak.tag=HEAD
9+
project.scm.org.mastodon\:mastodon-tomancak.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon-tomancak
10+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
11+
scm.tag=mastodon-tomancak-0.6.8
12+
remoteTagging=true
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
project.scm.org.mastodon\:mastodon-tomancak.url=https\://github.com/mastodon-sc/mastodon-tomancak
17+
scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon-tomancak
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
project.dev.org.mastodon\:mastodon-tomancak=0.6.9-SNAPSHOT
21+
preparationGoals=clean verify
22+
project.rel.org.mastodon\:mastodon-tomancak=0.6.8
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)