From 4eedd5b7d549d1ccdd74c6f554ebd233a60047c6 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Mon, 26 Mar 2018 16:29:05 +0200 Subject: [PATCH] [maven-release-plugin] prepare release NoiSee-0.1.0 --- pom.xml | 9 +++------ release.properties | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 4198723..f849995 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +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> @@ -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> diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..f4212b2 --- /dev/null +++ b/release.properties @@ -0,0 +1,19 @@ +#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 -- GitLab