Skip to content

Commit

Permalink
[maven-release-plugin] prepare release MaMuT-7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Oct 20, 2021
1 parent b2e7581 commit b51dc86
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>sc.fiji</groupId>
<artifactId>MaMuT</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</version>

<name>MaMuT</name>
<description>Fiji plugin for the annotation of massive, multi-view data.</description>
Expand Down Expand Up @@ -90,7 +90,7 @@
<scm>
<connection>scm:git:git://github.com/fiji/MaMuT</connection>
<developerConnection>scm:git:[email protected]:fiji/MaMuT</developerConnection>
<tag>HEAD</tag>
<tag>MaMuT-7.0.2</tag>
<url>https://github.com/fiji/MaMuT</url>
</scm>
<issueManagement>
Expand Down
19 changes: 19 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#release configuration
#Wed Oct 20 13:42:35 CEST 2021
project.scm.sc.fiji\:MaMuT.connection=scm\:git\:git\://github.com/fiji/MaMuT
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=MaMuT-7.0.2
project.dev.sc.fiji\:MaMuT=7.0.3-SNAPSHOT
pushChanges=false
scm.url=scm\:git\:git\://github.com/fiji/MaMuT
preparationGoals=clean verify
project.scm.sc.fiji\:MaMuT.tag=HEAD
project.scm.sc.fiji\:MaMuT.url=https\://github.com/fiji/MaMuT
project.rel.sc.fiji\:MaMuT=7.0.2
project.scm.sc.fiji\:MaMuT.developerConnection=scm\:git\:[email protected]\:fiji/MaMuT
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
exec.snapshotReleasePluginAllowed=false
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
completedPhase=end-release

0 comments on commit b51dc86

Please sign in to comment.