From bdb4c665842115b37cc6a38ede13b16117098d6a Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez <tinevez@pasteur.fr> Date: Tue, 10 May 2022 10:10:16 +0200 Subject: [PATCH] [maven-release-plugin] prepare release zellige-core-1.1.1 --- pom.xml | 5 ++--- release.properties | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 4b87b589..3efb800d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -12,7 +11,7 @@ <groupId>org.example</groupId> <artifactId>zellige-core</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <name>Zellige-core</name> diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..b5cf6ffe --- /dev/null +++ b/release.properties @@ -0,0 +1,19 @@ +#release configuration +#Tue May 10 10:10:17 CEST 2022 +projectVersionPolicyId=default +remoteTagging=true +project.dev.org.example\:zellige-core=1.1.2-SNAPSHOT +scm.commentPrefix=[maven-release-plugin] +project.scm.org.example\:zellige-core.url=https\://gitlab.pasteur.fr/ctrebeau/zellige-core/ +project.scm.org.example\:zellige-core.tag=zellige-core-1.1.1 +project.scm.org.example\:zellige-core.connection=scm\:git\:git\://gitlab.pasteur.fr/ctrebeau/zellige-core/ +completedPhase=end-release +scm.url=scm\:git\:git@gitlab.pasteur.fr/ctrebeau/zellige-core/ +exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pushChanges=false +scm.tag=zellige-core-1.1.1 +project.scm.org.example\:zellige-core.developerConnection=scm\:git\:git@gitlab.pasteur.fr/ctrebeau/zellige-core/ +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify +project.rel.org.example\:zellige-core=1.1.1 -- GitLab