Skip to content

Commit 030835f

Browse files
author
Stefan Hahmann
committed
[maven-release-plugin] prepare release mastodon-deep-lineage-0.1.1
1 parent d1aa4d9 commit 030835f

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-deep-lineage</artifactId>
13-
<version>0.1.1-SNAPSHOT</version>
13+
<version>0.1.1</version>
1414

1515
<properties>
1616
<package-name>org.mastodon</package-name>
@@ -157,7 +157,7 @@
157157
<scm>
158158
<connection>scm:git:https:github.com/mastodon-sc/mastodon-deep-lineage</connection>
159159
<developerConnection>scm:git:git@github.com:mastodon-sc/mastodon-deep-lineage</developerConnection>
160-
<tag>HEAD</tag>
160+
<tag>mastodon-deep-lineage-0.1.1</tag>
161161
<url>https://github.com/mastodon-sc/mastodon-deep-lineage</url>
162162
</scm>
163163
<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 Mar 22 13:02:40 CET 2024
3+
projectVersionPolicyId=default
4+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
5+
project.rel.org.mastodon\:mastodon-deep-lineage=0.1.1
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.1.2-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.1.1
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)