Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3D_Viewer-4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 22, 2022
1 parent 6ef019b commit d25a246
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>sc.fiji</groupId>
<artifactId>3D_Viewer</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>

<name>3D Viewer</name>
<description>3D Viewer for visualizing image stacks three-dimensionally.</description>
Expand Down Expand Up @@ -108,7 +108,7 @@
<scm>
<connection>scm:git:https://github.com/fiji/3D_Viewer</connection>
<developerConnection>scm:git:git@github.com:fiji/3D_Viewer</developerConnection>
<tag>HEAD</tag>
<tag>3D_Viewer-4.0.4</tag>
<url>https://github.com/fiji/3D_Viewer</url>
</scm>
<issueManagement>
Expand Down
19 changes: 19 additions & 0 deletions release.properties
@@ -0,0 +1,19 @@
#release configuration
#Thu Sep 22 17:39:24 CDT 2022
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=3D_Viewer-4.0.4
pushChanges=false
scm.url=scm\:git\:https\://github.com/fiji/3D_Viewer
preparationGoals=clean verify
project.rel.sc.fiji\:3D_Viewer=4.0.4
project.scm.sc.fiji\:3D_Viewer.tag=HEAD
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
project.scm.sc.fiji\:3D_Viewer.url=https\://github.com/fiji/3D_Viewer
project.scm.sc.fiji\:3D_Viewer.connection=scm\:git\:https\://github.com/fiji/3D_Viewer
project.scm.sc.fiji\:3D_Viewer.developerConnection=scm\:git\:git@github.com\:fiji/3D_Viewer
exec.snapshotReleasePluginAllowed=false
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
completedPhase=end-release
project.dev.sc.fiji\:3D_Viewer=4.0.5-SNAPSHOT

0 comments on commit d25a246

Please sign in to comment.