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

Commit 8c458ae

Browse files
committed
[maven-release-plugin] prepare release Sholl_Analysis-3.7.2
1 parent 9aa3a17 commit 8c458ae

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74

85
<parent>
@@ -14,7 +11,7 @@
1411

1512
<groupId>ca.mcgill</groupId>
1613
<artifactId>Sholl_Analysis</artifactId>
17-
<version>3.7.2-SNAPSHOT</version>
14+
<version>3.7.2</version>
1815

1916
<name>Sholl Analysis</name>
2017
<description>ImageJ plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer</description>
@@ -79,7 +76,7 @@
7976
<scm>
8077
<connection>scm:git:git://github.com/tferr/ASA</connection>
8178
<developerConnection>scm:git:git@github.com:tferr/ASA</developerConnection>
82-
<tag>HEAD</tag>
79+
<tag>Sholl_Analysis-3.7.2</tag>
8380
<url>https://github.com/tferr/ASA</url>
8481
</scm>
8582
<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 Feb 21 11:01:49 EST 2018
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
scm.tag=Sholl_Analysis-3.7.2
5+
project.dev.ca.mcgill\:Sholl_Analysis=3.7.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=3.7.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-imagej
19+
completedPhase=end-release

0 commit comments

Comments
 (0)