Skip to content

Commit 2a6dd64

Browse files
committed
[maven-release-plugin] prepare release SNT-3.2.5
1 parent 35f356c commit 2a6dd64

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>org.morphonets</groupId>
1313
<artifactId>SNT</artifactId>
14-
<version>3.2.5-SNAPSHOT</version>
14+
<version>3.2.5</version>
1515

1616
<name>SNT</name>
1717
<description>The ImageJ framework for quantitative neuroanatomy</description>
@@ -106,7 +106,7 @@
106106
<scm>
107107
<connection>scm:git:git://github.com/morphonets/SNT</connection>
108108
<developerConnection>scm:git:[email protected]:morphonets/SNT</developerConnection>
109-
<tag>HEAD</tag>
109+
<tag>SNT-3.2.5</tag>
110110
<url>https://github.com/morphonets/SNT</url>
111111
</scm>
112112
<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 May 05 07:57:24 EDT 2021
3+
project.scm.org.morphonets\:SNT.url=https\://github.com/morphonets/SNT
4+
project.scm.org.morphonets\:SNT.connection=scm\:git\:git\://github.com/morphonets/SNT
5+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6+
scm.tag=SNT-3.2.5
7+
pushChanges=false
8+
scm.url=scm\:git\:git\://github.com/morphonets/SNT
9+
preparationGoals=clean verify
10+
remoteTagging=true
11+
projectVersionPolicyId=default
12+
scm.commentPrefix=[maven-release-plugin]
13+
project.dev.org.morphonets\:SNT=3.2.6-SNAPSHOT
14+
project.rel.org.morphonets\:SNT=3.2.5
15+
exec.snapshotReleasePluginAllowed=false
16+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
17+
project.scm.org.morphonets\:SNT.tag=HEAD
18+
completedPhase=end-release
19+
project.scm.org.morphonets\:SNT.developerConnection=scm\:git\:[email protected]\:morphonets/SNT

0 commit comments

Comments
 (0)