-
Notifications
You must be signed in to change notification settings - Fork 4
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-conversion-helper-0.9.0
- Loading branch information
1 parent
969a8bf
commit 8f5d478
Showing
2 changed files
with
26 additions
and
10 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,5 +1,4 @@ | ||
<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> | ||
<groupId>org.scijava</groupId> | ||
|
@@ -9,7 +8,7 @@ | |
|
||
<groupId>org.janelia.saalfeldlab</groupId> | ||
<artifactId>paintera-conversion-helper</artifactId> | ||
<version>0.8.2-SNAPSHOT</version> | ||
<version>0.9.0</version> | ||
|
||
<name>Paintera-Conversion-Helper</name> | ||
<description>Command line helper to convert datasets to be paintera friendly.</description> | ||
|
@@ -47,7 +46,7 @@ | |
<id>hanslovsky</id> | ||
<name>Philipp Hanslovsky</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -62,7 +61,7 @@ | |
<id>nthistle</id> | ||
<name>Neil Thistlethwaite</name> | ||
<email>[email protected]</email> | ||
<url/> | ||
<url /> | ||
<organization>HHMI Janelia</organization> | ||
<organizationUrl>http://janelia.org/</organizationUrl> | ||
<roles> | ||
|
@@ -93,7 +92,7 @@ | |
<scm> | ||
<connection>scm:git:git://github.com/saalfeldlab/paintera-conversion-helper</connection> | ||
<developerConnection>scm:git:[email protected]:saalfeldlab/paintera-conversion-helper.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>paintera-conversion-helper-0.9.0</tag> | ||
<url>https://github.com/saalfeldlab/paintera-conversion-helper</url> | ||
</scm> | ||
|
||
|
@@ -217,8 +216,7 @@ | |
</goals> | ||
<configuration> | ||
<transformers> | ||
<transformer | ||
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> | ||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> | ||
<mainClass>org.janelia.saalfeldlab.conversion.CommandLineConverter | ||
</mainClass> | ||
</transformer> | ||
|
@@ -284,8 +282,7 @@ | |
</goals> | ||
<configuration> | ||
<transformers> | ||
<transformer | ||
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> | ||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> | ||
<mainClass>org.janelia.saalfeldlab.conversion.CommandLineConverter | ||
</mainClass> | ||
</transformer> | ||
|
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 | ||
#Tue Sep 17 16:40:07 EDT 2019 | ||
project.rel.org.janelia.saalfeldlab\:paintera-conversion-helper=0.9.0 | ||
project.scm.org.janelia.saalfeldlab\:paintera-conversion-helper.tag=HEAD | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=paintera-conversion-helper-0.9.0 | ||
project.scm.org.janelia.saalfeldlab\:paintera-conversion-helper.url=https\://github.com/saalfeldlab/paintera-conversion-helper | ||
project.scm.org.janelia.saalfeldlab\:paintera-conversion-helper.developerConnection=scm\:git\:[email protected]\:saalfeldlab/paintera-conversion-helper.git | ||
pushChanges=false | ||
scm.url=scm\:git\:git\://github.com/saalfeldlab/paintera-conversion-helper.git | ||
preparationGoals=clean verify | ||
project.scm.org.janelia.saalfeldlab\:paintera-conversion-helper.connection=scm\:git\:git\://github.com/saalfeldlab/paintera-conversion-helper | ||
project.dev.org.janelia.saalfeldlab\:paintera-conversion-helper=0.9.1-SNAPSHOT | ||
remoteTagging=true | ||
projectVersionPolicyId=default | ||
scm.commentPrefix=[maven-release-plugin] | ||
exec.snapshotReleasePluginAllowed=false | ||
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava | ||
completedPhase=end-release |