Skip to content

Commit 72ae758

Browse files
committed
[maven-release-plugin] prepare release mastodon-blender-view-0.1.2
1 parent ac0543e commit 72ae758

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

mastodon-plugin/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-blender-view</artifactId>
13-
<version>0.1.2-SNAPSHOT</version>
13+
<version>0.1.2</version>
1414

1515
<name>Mastodon Blender View</name>
1616
<description>A Mastodon plugin data allows to show the embryo in Blender.</description>
@@ -79,7 +79,7 @@
7979
<scm>
8080
<connection>scm:git:https://github.com/maarzt/mastodon-blender-view</connection>
8181
<developerConnection>scm:git:git@github.com:maarzt/mastodon-blender-view</developerConnection>
82-
<tag>HEAD</tag>
82+
<tag>mastodon-blender-view-0.1.2</tag>
8383
<url>https://github.com/maarzt/mastodon-blender-view</url>
8484
</scm>
8585
<issueManagement>

mastodon-plugin/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 Jan 06 10:01:34 CET 2023
3+
project.scm.org.mastodon\:mastodon-blender-view.connection=scm\:git\:https\://github.com/maarzt/mastodon-blender-view
4+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
5+
scm.tag=mastodon-blender-view-0.1.2
6+
project.rel.org.mastodon\:mastodon-blender-view=0.1.2
7+
pushChanges=false
8+
scm.url=scm\:git\:https\://github.com/maarzt/mastodon-blender-view
9+
preparationGoals=clean verify
10+
project.scm.org.mastodon\:mastodon-blender-view.tag=HEAD
11+
project.scm.org.mastodon\:mastodon-blender-view.url=https\://github.com/maarzt/mastodon-blender-view
12+
project.dev.org.mastodon\:mastodon-blender-view=0.1.3-SNAPSHOT
13+
remoteTagging=true
14+
projectVersionPolicyId=default
15+
scm.commentPrefix=[maven-release-plugin]
16+
project.scm.org.mastodon\:mastodon-blender-view.developerConnection=scm\:git\:git@github.com\:maarzt/mastodon-blender-view
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)