-
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 label-utilities-spark-0.3.0
- Loading branch information
1 parent
7fc083b
commit 8ce72d0
Showing
2 changed files
with
24 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,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> | ||
|
@@ -11,7 +9,7 @@ | |
|
||
<groupId>org.janelia.saalfeldlab</groupId> | ||
<artifactId>label-utilities-spark</artifactId> | ||
<version>0.2.1-SNAPSHOT</version> | ||
<version>0.3.0</version> | ||
|
||
<name>N5-Label-Multisets-Spark</name> | ||
<description>Spark based tools for label data.</description> | ||
|
@@ -62,7 +60,7 @@ | |
<scm> | ||
<connection>scm:git:git://github.com/saalfeldlab/label-utilities-spark</connection> | ||
<developerConnection>scm:git:[email protected]:saalfeldlab/label-utilities-spark</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>label-utilities-spark-0.3.0</tag> | ||
<url>https://github.com/saalfeldlab/label-utilities-spark</url> | ||
</scm> | ||
<issueManagement> | ||
|
@@ -199,8 +197,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.label.spark.LabelTools</mainClass> | ||
</transformer> | ||
</transformers> | ||
|
@@ -266,8 +263,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.label.spark.LabelTools</mainClass> | ||
</transformer> | ||
</transformers> | ||
|
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 | ||
#Fri Sep 07 08:40:11 EDT 2018 | ||
project.scm.org.janelia.saalfeldlab\:label-utilities-spark.developerConnection=scm\:git\:[email protected]\:saalfeldlab/label-utilities-spark | ||
project.scm.org.janelia.saalfeldlab\:label-utilities-spark.connection=scm\:git\:git\://github.com/saalfeldlab/label-utilities-spark | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=label-utilities-spark-0.3.0 | ||
pushChanges=false | ||
scm.url=scm\:git\:git\://github.com/saalfeldlab/label-utilities-spark | ||
preparationGoals=clean verify | ||
project.dev.org.janelia.saalfeldlab\:label-utilities-spark=0.3.1-SNAPSHOT | ||
project.scm.org.janelia.saalfeldlab\:label-utilities-spark.tag=HEAD | ||
remoteTagging=true | ||
projectVersionPolicyId=default | ||
scm.commentPrefix=[maven-release-plugin] | ||
project.scm.org.janelia.saalfeldlab\:label-utilities-spark.url=https\://github.com/saalfeldlab/label-utilities-spark | ||
project.rel.org.janelia.saalfeldlab\:label-utilities-spark=0.3.0 | ||
exec.snapshotReleasePluginAllowed=false | ||
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-imagej | ||
completedPhase=end-release |