Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imagej-matlab-0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Oct 22, 2019
1 parent 28423b2 commit 544fe8b
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>net.imagej</groupId>
<artifactId>imagej-matlab</artifactId>
<version>0.7.4-SNAPSHOT</version>
<version>0.7.4</version>

<name>ImageJ-MATLAB</name>
<description>Open source ImageJ extensions and utilities for transferring ImageJ data structures between MATLAB and an external ImageJ application, or running ImageJ from within MATLAB.</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<scm>
<connection>scm:git:git://github.com/imagej/imagej-matlab</connection>
<developerConnection>scm:git:git@github.com:imagej/imagej-matlab</developerConnection>
<tag>HEAD</tag>
<tag>imagej-matlab-0.7.4</tag>
<url>https://github.com/imagej/imagej-matlab</url>
</scm>
<issueManagement>
Expand Down
19 changes: 19 additions & 0 deletions release.properties
@@ -0,0 +1,19 @@
#release configuration
#Tue Oct 22 15:14:00 CDT 2019
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=imagej-matlab-0.7.4
pushChanges=false
scm.url=scm\:git\:git\://github.com/imagej/imagej-matlab
preparationGoals=clean verify
project.scm.net.imagej\:imagej-matlab.developerConnection=scm\:git\:git@github.com\:imagej/imagej-matlab
project.rel.net.imagej\:imagej-matlab=0.7.4
project.scm.net.imagej\:imagej-matlab.connection=scm\:git\:git\://github.com/imagej/imagej-matlab
project.scm.net.imagej\:imagej-matlab.tag=HEAD
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
project.scm.net.imagej\:imagej-matlab.url=https\://github.com/imagej/imagej-matlab
exec.snapshotReleasePluginAllowed=false
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
project.dev.net.imagej\:imagej-matlab=0.7.5-SNAPSHOT
completedPhase=end-release

0 comments on commit 544fe8b

Please sign in to comment.