This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
8
5
<parent >
14
11
15
12
<groupId >ca.mcgill</groupId >
16
13
<artifactId >Sholl_Analysis</artifactId >
17
- <version >3.7.2-SNAPSHOT </version >
14
+ <version >3.7.2</version >
18
15
19
16
<name >Sholl Analysis</name >
20
17
<description >ImageJ plugin that uses automated Sholl to perform neuronal morphometry directly from segmented images and traces from Simple Neurite Tracer</description >
79
76
<scm >
80
77
<connection >scm:git:git://github.com/tferr/ASA</connection >
81
78
<developerConnection >scm:git:git@github.com:tferr/ASA</developerConnection >
82
- <tag >HEAD </tag >
79
+ <tag >Sholl_Analysis-3.7.2 </tag >
83
80
<url >https://github.com/tferr/ASA</url >
84
81
</scm >
85
82
<issueManagement >
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments