From 337e8701548c4b4f5060afdb45bb231e3f659c3c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 8 Feb 2024 09:21:59 +0100 Subject: [PATCH] prepare-version 1.3.0 --- release.properties | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 release.properties diff --git a/release.properties b/release.properties deleted file mode 100644 index a4f770f..0000000 --- a/release.properties +++ /dev/null @@ -1,29 +0,0 @@ -#release configuration -#Wed Feb 07 18:07:16 CET 2024 -completedPhase=check-poms -exec.activateProfiles=repository -exec.additionalArguments=-Dmaven.test.skipTests\=true -Dmaven.test.skip\=true -exec.pomFileName=pom.xml -exec.snapshotReleasePluginAllowed=false -pinExternals=false -preparationGoals=clean verify -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.connection=scm\:git\:${project.scm.url} -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.developerConnection=scm\:git\:${project.scm.url} -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.tag=HEAD -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.url=https\://github.com/ouest-france/querydsl-postgrest.git -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-resttemplate-adapter.empty=true -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-webclient-adapter.empty=true -project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest.empty=true -projectVersionPolicyConfig=${projectVersionPolicyConfig}\n -projectVersionPolicyId=default -pushChanges=true -releaseStrategyId=default -remoteTagging=true -scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} -scm.commentPrefix=[ci skip] -scm.developmentCommitComment=@{prefix} prepare for next development iteration -scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} -scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} -scm.tag=1.3.0 -scm.tagNameFormat=v@{project.version} -scm.url=scm\:git\:https\://github.com/ouest-france/querydsl-postgrest.git