-
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.30.0
- Loading branch information
Showing
2 changed files
with
26 additions
and
7 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.30.0-SNAPSHOT</version> | ||
<version>0.30.0</version> | ||
|
||
<name>Paintera</name> | ||
<description>New Era Painting and annotation tool</description> | ||
|
@@ -28,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> | ||
|
||
|
@@ -550,7 +550,7 @@ | |
<id>hanslovsky</id> | ||
<name>Philipp Hanslovsky</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -565,7 +565,7 @@ | |
<id>axtimwalde</id> | ||
<name>Stephan Saalfeld</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -579,7 +579,7 @@ | |
<id>cmhulbert</id> | ||
<name>Caleb Hulbert</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -592,7 +592,7 @@ | |
<id>igorpisarev</id> | ||
<name>Igor Pisarev</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -634,7 +634,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/saalfeldlab/paintera</connection> | ||
<developerConnection>scm:git:[email protected]:saalfeldlab/paintera.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>paintera-0.30.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 | ||
#Mon May 23 12:15:10 EDT 2022 | ||
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\:https\://github.com/saalfeldlab/paintera.git | ||
project.rel.org.janelia.saalfeldlab\:paintera=0.30.0 | ||
project.scm.org.janelia.saalfeldlab\:paintera.connection=scm\:git\:https\://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.30.1-SNAPSHOT | ||
scm.tag=paintera-0.30.0 | ||
exec.snapshotReleasePluginAllowed=false | ||
preparationGoals=clean verify |