-
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.26.1
- Loading branch information
Showing
2 changed files
with
27 additions
and
9 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,6 +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> | ||
|
@@ -11,7 +10,7 @@ | |
|
||
<groupId>org.janelia.saalfeldlab</groupId> | ||
<artifactId>paintera</artifactId> | ||
<version>0.26.1-SNAPSHOT</version> | ||
<version>0.26.1</version> | ||
|
||
<name>Paintera</name> | ||
<description>New Era Painting and annotation tool</description> | ||
|
@@ -29,7 +28,7 @@ | |
|
||
<properties> | ||
<!-- allows passing in command line argument to javafx:run via `-Dpaintera.commandline.args="....."`--> | ||
<paintera.commandline.args/> | ||
<paintera.commandline.args /> | ||
<scijava.jvm.build.version>11</scijava.jvm.build.version> | ||
<scijava.jvm.version>11</scijava.jvm.version> | ||
|
||
|
@@ -465,7 +464,7 @@ | |
<id>hanslovsky</id> | ||
<name>Philipp Hanslovsky</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -480,7 +479,7 @@ | |
<id>axtimwalde</id> | ||
<name>Stephan Saalfeld</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -494,7 +493,7 @@ | |
<id>cmhulbert</id> | ||
<name>Caleb Hulbert</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -507,7 +506,7 @@ | |
<id>igorpisarev</id> | ||
<name>Igor Pisarev</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -549,7 +548,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.26.1</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 | ||
#Thu Feb 25 15:44:02 EST 2021 | ||
projectVersionPolicyId=default | ||
remoteTagging=true | ||
scm.commentPrefix=[maven-release-plugin] | ||
completedPhase=end-release | ||
project.scm.org.janelia.saalfeldlab\:paintera.url=https\://github.com/saalfeldlab/paintera | ||
scm.url=scm\:git\:git\://github.com/saalfeldlab/paintera.git | ||
project.rel.org.janelia.saalfeldlab\:paintera=0.26.1 | ||
project.scm.org.janelia.saalfeldlab\:paintera.connection=scm\:git\:git\://github.com/saalfeldlab/paintera | ||
project.scm.org.janelia.saalfeldlab\:paintera.developerConnection=scm\:git\:[email protected]\:saalfeldlab/paintera.git | ||
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
pushChanges=false | ||
project.scm.org.janelia.saalfeldlab\:paintera.tag=HEAD | ||
project.dev.org.janelia.saalfeldlab\:paintera=0.26.2-SNAPSHOT | ||
scm.tag=paintera-0.26.1 | ||
exec.snapshotReleasePluginAllowed=false | ||
preparationGoals=clean verify |