Skip to content

Commit 3ec0d5f

Browse files
tinevezmaarzt
authored andcommitted
[maven-release-plugin] prepare release mastodon-1.0.0-beta-26
1 parent 200e094 commit 3ec0d5f

2 files changed

Lines changed: 21 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-26-SNAPSHOT</version>
13+
<version>1.0.0-beta-26</version>
1414

1515
<name>Mastodon</name>
1616
<description>Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.</description>
@@ -175,7 +175,7 @@
175175
<scm>
176176
<connection>scm:git:https://github.com/mastodon-sc/mastodon</connection>
177177
<developerConnection>scm:git:git@github.com:mastodon-sc/mastodon</developerConnection>
178-
<tag>HEAD</tag>
178+
<tag>mastodon-1.0.0-beta-26</tag>
179179
<url>https://github.com/mastodon-sc/mastodon</url>
180180
</scm>
181181
<issueManagement>

release.properties

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#release configuration
2+
#Fri Nov 04 16:03:35 CET 2022
3+
project.scm.org.mastodon\:mastodon.tag=HEAD
4+
project.scm.org.mastodon\:mastodon.url=https\://github.com/mastodon-sc/mastodon
5+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6+
scm.tag=mastodon-1.0.0-beta-26
7+
project.scm.org.mastodon\:mastodon.connection=scm\:git\:https\://github.com/mastodon-sc/mastodon
8+
pushChanges=false
9+
scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon
10+
preparationGoals=clean verify
11+
project.rel.org.mastodon\:mastodon=1.0.0-beta-26
12+
remoteTagging=true
13+
projectVersionPolicyId=default
14+
scm.commentPrefix=[maven-release-plugin]
15+
project.dev.org.mastodon\:mastodon=1.0.0-beta-27-SNAPSHOT
16+
project.scm.org.mastodon\:mastodon.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)