This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release Sholl_Analysis-3.7.2
- Loading branch information
Showing
2 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
|
@@ -14,7 +11,7 @@ | |
|
||
<groupId>ca.mcgill</groupId> | ||
<artifactId>Sholl_Analysis</artifactId> | ||
<version>3.7.2-SNAPSHOT</version> | ||
<version>3.7.2</version> | ||
|
||
<name>Sholl Analysis</name> | ||
<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 @@ | |
<scm> | ||
<connection>scm:git:git://github.com/tferr/ASA</connection> | ||
<developerConnection>scm:git:[email protected]:tferr/ASA</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>Sholl_Analysis-3.7.2</tag> | ||
<url>https://github.com/tferr/ASA</url> | ||
</scm> | ||
<issueManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#release configuration | ||
#Wed Feb 21 11:01:49 EST 2018 | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=Sholl_Analysis-3.7.2 | ||
project.dev.ca.mcgill\:Sholl_Analysis=3.7.3-SNAPSHOT | ||
project.scm.ca.mcgill\:Sholl_Analysis.connection=scm\:git\:git\://github.com/tferr/ASA | ||
pushChanges=false | ||
scm.url=scm\:git\:git\://github.com/tferr/ASA | ||
preparationGoals=clean verify | ||
project.scm.ca.mcgill\:Sholl_Analysis.tag=HEAD | ||
remoteTagging=true | ||
projectVersionPolicyId=default | ||
scm.commentPrefix=[maven-release-plugin] | ||
project.scm.ca.mcgill\:Sholl_Analysis.url=https\://github.com/tferr/ASA | ||
project.rel.ca.mcgill\:Sholl_Analysis=3.7.2 | ||
project.scm.ca.mcgill\:Sholl_Analysis.developerConnection=scm\:git\:[email protected]\:tferr/ASA | ||
exec.snapshotReleasePluginAllowed=false | ||
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-imagej | ||
completedPhase=end-release |