-
Notifications
You must be signed in to change notification settings - Fork 17
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 paintera-0.7.0
- Loading branch information
1 parent
c9d6e1a
commit 9ea994e
Showing
2 changed files
with
21 additions
and
2 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
<groupId>org.janelia.saalfeldlab</groupId> | ||
<artifactId>paintera</artifactId> | ||
<version>0.6.1-SNAPSHOT</version> | ||
<version>0.7.0</version> | ||
|
||
<name>Paintera</name> | ||
<description>New Era Painting and annotation tool</description> | ||
|
@@ -202,7 +202,7 @@ | |
<scm> | ||
<connection>scm:git:git://github.com/saalfeldlab/paintera</connection> | ||
<developerConnection>scm:git:[email protected]:saalfeldlab/paintera.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>paintera-0.7.0</tag> | ||
<url>https://github.com/saalfeldlab/paintera</url> | ||
</scm> | ||
|
||
|
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 Oct 24 08:58:39 EDT 2018 | ||
project.dev.org.janelia.saalfeldlab\:paintera=0.7.1-SNAPSHOT | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=paintera-0.7.0 | ||
pushChanges=false | ||
scm.url=scm\:git\:git\://github.com/saalfeldlab/paintera.git | ||
preparationGoals=clean verify | ||
project.scm.org.janelia.saalfeldlab\:paintera.connection=scm\:git\:git\://github.com/saalfeldlab/paintera | ||
remoteTagging=true | ||
projectVersionPolicyId=default | ||
scm.commentPrefix=[maven-release-plugin] | ||
project.scm.org.janelia.saalfeldlab\:paintera.developerConnection=scm\:git\:[email protected]\:saalfeldlab/paintera.git | ||
project.scm.org.janelia.saalfeldlab\:paintera.tag=HEAD | ||
project.scm.org.janelia.saalfeldlab\:paintera.url=https\://github.com/saalfeldlab/paintera | ||
exec.snapshotReleasePluginAllowed=false | ||
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-imagej | ||
completedPhase=end-release | ||
project.rel.org.janelia.saalfeldlab\:paintera=0.7.0 |