Skip to content

Commit 9e82e19

Browse files
committed
[maven-release-plugin] prepare release imklib-0.1.1
1 parent 6ba5b7e commit 9e82e19

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
@@ -9,7 +9,7 @@
99

1010
<groupId>net.imglib2</groupId>
1111
<artifactId>imklib</artifactId>
12-
<version>0.1.1-SNAPSHOT</version>
12+
<version>0.1.1</version>
1313

1414
<name>ImgLib2 Kotlin</name>
1515
<description>Kotlin extensions for imglib2</description>
@@ -60,7 +60,7 @@
6060
<scm>
6161
<connection>scm:git:git://github.com/hanslovsky/imklib</connection>
6262
<developerConnection>scm:git:git@github.com:hanslovsky/imklib</developerConnection>
63-
<tag>HEAD</tag>
63+
<tag>imklib-0.1.1</tag>
6464
<url>https://github.com/hanslovsky/imklib</url>
6565
</scm>
6666
<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 Jun 19 16:59:14 CEST 2019
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
scm.tag=imklib-0.1.1
5+
pushChanges=false
6+
scm.url=scm\:git\:git\://github.com/hanslovsky/imklib
7+
preparationGoals=clean verify
8+
project.scm.net.imglib2\:imklib.tag=HEAD
9+
remoteTagging=true
10+
projectVersionPolicyId=default
11+
scm.commentPrefix=[maven-release-plugin]
12+
project.scm.net.imglib2\:imklib.url=https\://github.com/hanslovsky/imklib
13+
project.scm.net.imglib2\:imklib.connection=scm\:git\:git\://github.com/hanslovsky/imklib
14+
project.scm.net.imglib2\:imklib.developerConnection=scm\:git\:git@github.com\:hanslovsky/imklib
15+
project.rel.net.imglib2\:imklib=0.1.1
16+
exec.snapshotReleasePluginAllowed=false
17+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
18+
completedPhase=end-release
19+
project.dev.net.imglib2\:imklib=0.1.2-SNAPSHOT

0 commit comments

Comments
 (0)