Skip to content
Snippets Groups Projects
Commit 4eedd5b7 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

[maven-release-plugin] prepare release NoiSee-0.1.0

parent 225919c9
No related branches found
No related tags found
No related merge requests found
<?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>
......@@ -14,7 +11,7 @@
<groupId>ch.unibas.biozentrum.imcf</groupId>
<artifactId>NoiSee</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>NoiSee</name>
<description>An easy-to-use ImageJ macro for measuring SNR.</description>
......@@ -73,7 +70,7 @@
<scm>
<connection>scm:git:git://github.com/imcf/noisee</connection>
<developerConnection>scm:git:git@github.com:imcf/noisee</developerConnection>
<tag>HEAD</tag>
<tag>NoiSee-0.1.0</tag>
<url>https://github.com/imcf/noisee</url>
</scm>
<issueManagement>
......
#release configuration
#Mon Mar 26 16:29:05 CEST 2018
project.scm.ch.unibas.biozentrum.imcf\:NoiSee.connection=scm\:git\:git\://github.com/imcf/noisee
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=NoiSee-0.1.0
pushChanges=false
scm.url=scm\:git\:git\://github.com/imcf/noisee
preparationGoals=clean verify
project.scm.ch.unibas.biozentrum.imcf\:NoiSee.developerConnection=scm\:git\:git@github.com\:imcf/noisee
project.rel.ch.unibas.biozentrum.imcf\:NoiSee=0.1.0
project.dev.ch.unibas.biozentrum.imcf\:NoiSee=0.1.1-SNAPSHOT
project.scm.ch.unibas.biozentrum.imcf\:NoiSee.tag=HEAD
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
project.scm.ch.unibas.biozentrum.imcf\:NoiSee.url=https\://github.com/imcf/noisee
exec.snapshotReleasePluginAllowed=false
exec.additionalArguments=-Dgpg.skip\=true -Dgpg.skip\=true -P deploy-to-imagej
completedPhase=end-release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment