Skip to content

Commit 97b8c3d

Browse files
committed
[maven-release-plugin] prepare release imagej-tensorflow-1.1.5
1 parent 1eff28b commit 97b8c3d

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>net.imagej</groupId>
1313
<artifactId>imagej-tensorflow</artifactId>
14-
<version>1.1.5-SNAPSHOT</version>
14+
<version>1.1.5</version>
1515

1616
<name>ImageJ-TensorFlow</name>
1717
<description>ImageJ/TensorFlow integration.</description>
@@ -95,7 +95,7 @@
9595
<scm>
9696
<connection>scm:git:git://github.com/imagej/imagej-tensorflow</connection>
9797
<developerConnection>scm:git:git@github.com:imagej/imagej-tensorflow</developerConnection>
98-
<tag>HEAD</tag>
98+
<tag>imagej-tensorflow-1.1.5</tag>
9999
<url>https://github.com/imagej/imagej-tensorflow</url>
100100
</scm>
101101
<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+
#Sat May 23 18:59:53 CDT 2020
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
scm.tag=imagej-tensorflow-1.1.5
5+
project.dev.net.imagej\:imagej-tensorflow=1.1.6-SNAPSHOT
6+
pushChanges=false
7+
scm.url=scm\:git\:git\://github.com/imagej/imagej-tensorflow
8+
preparationGoals=clean verify
9+
project.scm.net.imagej\:imagej-tensorflow.tag=HEAD
10+
project.scm.net.imagej\:imagej-tensorflow.developerConnection=scm\:git\:git@github.com\:imagej/imagej-tensorflow
11+
project.scm.net.imagej\:imagej-tensorflow.url=https\://github.com/imagej/imagej-tensorflow
12+
project.rel.net.imagej\:imagej-tensorflow=1.1.5
13+
remoteTagging=true
14+
projectVersionPolicyId=default
15+
scm.commentPrefix=[maven-release-plugin]
16+
project.scm.net.imagej\:imagej-tensorflow.connection=scm\:git\:git\://github.com/imagej/imagej-tensorflow
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)