Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9ae7bd2

Browse files
committed
[maven-release-plugin] prepare release Sholl_Analysis-4.0.2
1 parent bdb0810 commit 9ae7bd2

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>ca.mcgill</groupId>
1313
<artifactId>Sholl_Analysis</artifactId>
14-
<version>4.0.2-SNAPSHOT</version>
14+
<version>4.0.2</version>
1515

1616
<name>Sholl Analysis</name>
1717
<description>ImageJ plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer</description>
@@ -76,7 +76,7 @@
7676
<scm>
7777
<connection>scm:git:git://github.com/tferr/ASA</connection>
7878
<developerConnection>scm:git:git@github.com:tferr/ASA</developerConnection>
79-
<tag>HEAD</tag>
79+
<tag>Sholl_Analysis-4.0.2</tag>
8080
<url>https://github.com/tferr/ASA</url>
8181
</scm>
8282
<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+
#Fri Nov 13 01:45:53 EST 2020
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
scm.tag=Sholl_Analysis-4.0.2
5+
project.dev.ca.mcgill\:Sholl_Analysis=4.0.3-SNAPSHOT
6+
project.scm.ca.mcgill\:Sholl_Analysis.connection=scm\:git\:git\://github.com/tferr/ASA
7+
pushChanges=false
8+
scm.url=scm\:git\:git\://github.com/tferr/ASA
9+
preparationGoals=clean verify
10+
project.scm.ca.mcgill\:Sholl_Analysis.tag=HEAD
11+
remoteTagging=true
12+
projectVersionPolicyId=default
13+
scm.commentPrefix=[maven-release-plugin]
14+
project.scm.ca.mcgill\:Sholl_Analysis.url=https\://github.com/tferr/ASA
15+
project.rel.ca.mcgill\:Sholl_Analysis=4.0.2
16+
project.scm.ca.mcgill\:Sholl_Analysis.developerConnection=scm\:git\:git@github.com\:tferr/ASA
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)