From 4afb590b46ddfe5d63f80b517732f1cc3b06735e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 7 Feb 2024 18:08:49 +0100 Subject: [PATCH] test --- pom.xml | 4 +-- .../pom.xml | 2 +- querydsl-postgrest-webclient-adapter/pom.xml | 2 +- querydsl-postgrest/pom.xml | 2 +- release.properties | 29 +++++++++++++++++++ 5 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 00703c0..e9de56a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ fr.ouestfrance.querydsl querydsl-postgrest-bom - 1.3.0 + 1.3.0-SNAPSHOT pom querydsl-postgrest-bom Implementation of unified queryDSL for postgRest API @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/ouest-france/querydsl-postgrest.git - v1.3.0 + HEAD diff --git a/querydsl-postgrest-resttemplate-adapter/pom.xml b/querydsl-postgrest-resttemplate-adapter/pom.xml index 1ac2eed..3416e2a 100644 --- a/querydsl-postgrest-resttemplate-adapter/pom.xml +++ b/querydsl-postgrest-resttemplate-adapter/pom.xml @@ -5,7 +5,7 @@ fr.ouestfrance.querydsl querydsl-postgrest-bom ../pom.xml - 1.3.0 + 1.3.0-SNAPSHOT querydsl-postgrest-resttemplate-adapter diff --git a/querydsl-postgrest-webclient-adapter/pom.xml b/querydsl-postgrest-webclient-adapter/pom.xml index 4229086..83fb835 100644 --- a/querydsl-postgrest-webclient-adapter/pom.xml +++ b/querydsl-postgrest-webclient-adapter/pom.xml @@ -5,7 +5,7 @@ fr.ouestfrance.querydsl querydsl-postgrest-bom ../pom.xml - 1.3.0 + 1.3.0-SNAPSHOT querydsl-postgrest-webclient-adapter diff --git a/querydsl-postgrest/pom.xml b/querydsl-postgrest/pom.xml index b52f2b1..bc2a99a 100644 --- a/querydsl-postgrest/pom.xml +++ b/querydsl-postgrest/pom.xml @@ -5,7 +5,7 @@ fr.ouestfrance.querydsl querydsl-postgrest-bom ../pom.xml - 1.3.0 + 1.3.0-SNAPSHOT querydsl-postgrest diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..a4f770f --- /dev/null +++ b/release.properties @@ -0,0 +1,29 @@ +#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