Skip to content

Commit b51dc86

Browse files
committed
[maven-release-plugin] prepare release MaMuT-7.0.2
1 parent b2e7581 commit b51dc86

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
@@ -11,7 +11,7 @@
1111

1212
<groupId>sc.fiji</groupId>
1313
<artifactId>MaMuT</artifactId>
14-
<version>7.0.2-SNAPSHOT</version>
14+
<version>7.0.2</version>
1515

1616
<name>MaMuT</name>
1717
<description>Fiji plugin for the annotation of massive, multi-view data.</description>
@@ -90,7 +90,7 @@
9090
<scm>
9191
<connection>scm:git:git://github.com/fiji/MaMuT</connection>
9292
<developerConnection>scm:git:git@github.com:fiji/MaMuT</developerConnection>
93-
<tag>HEAD</tag>
93+
<tag>MaMuT-7.0.2</tag>
9494
<url>https://github.com/fiji/MaMuT</url>
9595
</scm>
9696
<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+
#Wed Oct 20 13:42:35 CEST 2021
3+
project.scm.sc.fiji\:MaMuT.connection=scm\:git\:git\://github.com/fiji/MaMuT
4+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
5+
scm.tag=MaMuT-7.0.2
6+
project.dev.sc.fiji\:MaMuT=7.0.3-SNAPSHOT
7+
pushChanges=false
8+
scm.url=scm\:git\:git\://github.com/fiji/MaMuT
9+
preparationGoals=clean verify
10+
project.scm.sc.fiji\:MaMuT.tag=HEAD
11+
project.scm.sc.fiji\:MaMuT.url=https\://github.com/fiji/MaMuT
12+
project.rel.sc.fiji\:MaMuT=7.0.2
13+
project.scm.sc.fiji\:MaMuT.developerConnection=scm\:git\:git@github.com\:fiji/MaMuT
14+
remoteTagging=true
15+
projectVersionPolicyId=default
16+
scm.commentPrefix=[maven-release-plugin]
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)