Skip to content

Commit 47988f5

Browse files
committed
[maven-release-plugin] prepare release mastodon-deep-lineage-0.4.7
1 parent e3c91ca commit 47988f5

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

1111
<groupId>org.mastodon</groupId>
1212
<artifactId>mastodon-deep-lineage</artifactId>
13-
<version>0.4.7-SNAPSHOT</version>
13+
<version>0.4.7</version>
1414

1515
<properties>
1616
<package-name>org.mastodon</package-name>
@@ -179,7 +179,7 @@
179179
<scm>
180180
<connection>scm:git:https:github.com/mastodon-sc/mastodon-deep-lineage</connection>
181181
<developerConnection>scm:git:git@github.com:mastodon-sc/mastodon-deep-lineage</developerConnection>
182-
<tag>HEAD</tag>
182+
<tag>mastodon-deep-lineage-0.4.7</tag>
183183
<url>https://github.com/mastodon-sc/mastodon-deep-lineage</url>
184184
</scm>
185185
<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+
#Fri Jan 24 19:02:36 CET 2025
3+
projectVersionPolicyId=default
4+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
5+
project.rel.org.mastodon\:mastodon-deep-lineage=0.4.7
6+
pinExternals=false
7+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+
exec.activateProfiles=deploy-to-scijava
9+
pushChanges=false
10+
project.scm.org.mastodon\:mastodon-deep-lineage.url=https\://github.com/mastodon-sc/mastodon-deep-lineage
11+
project.dev.org.mastodon\:mastodon-deep-lineage=0.4.8-SNAPSHOT
12+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
13+
remoteTagging=true
14+
scm.commentPrefix=[maven-release-plugin]
15+
releaseStrategyId=default
16+
project.scm.org.mastodon\:mastodon-deep-lineage.connection=scm\:git\:https\:github.com/mastodon-sc/mastodon-deep-lineage
17+
project.scm.org.mastodon\:mastodon-deep-lineage.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon-deep-lineage
18+
completedPhase=end-release
19+
scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon-deep-lineage
20+
project.scm.org.mastodon\:mastodon-deep-lineage.tag=HEAD
21+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
22+
exec.additionalArguments=-Dgpg.skip\=true
23+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
24+
scm.tag=mastodon-deep-lineage-0.4.7
25+
exec.snapshotReleasePluginAllowed=false
26+
preparationGoals=clean verify
27+
exec.pomFileName=pom.xml
28+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}

0 commit comments

Comments
 (0)