From 8e40c66f0eaf348dc8aaa0dcf4b21ea37f69c9ab Mon Sep 17 00:00:00 2001 From: rgheorghe Date: Thu, 12 Oct 2023 13:26:15 +0300 Subject: [PATCH] Support for SCM --- pom.xml | 14 ++++++++++---- release.properties | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 809e2db5e..df2fcdabc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.samples spring-petclinic - 3.1.0-SNAPSHOT - + 3.1.1-SNAPSHOT + jar org.springframework.boot spring-boot-starter-parent @@ -19,7 +19,7 @@ UTF-8 UTF-8 - 2023-05-10T07:42:50Z + 2023-10-12T10:15:33Z 5.2.3 @@ -443,5 +443,11 @@ + + scm:git:https://github.com/surtexx/spring-petclinic.git + scm:git:https://github.com/surtexx/spring-petclinic.git + HEAD + https://github.com/surtexx/spring-petclinic + diff --git a/release.properties b/release.properties new file mode 100644 index 000000000..c87056aee --- /dev/null +++ b/release.properties @@ -0,0 +1,23 @@ +#release configuration +#Thu Oct 12 13:25:10 EEST 2023 +completedPhase=check-poms +exec.pomFileName=pom.xml +exec.snapshotReleasePluginAllowed=false +pinExternals=false +preparationGoals=clean verify +project.scm.org.springframework.samples\:spring-petclinic.connection=scm\:git\:https\://github.com/surtexx/spring-petclinic.git +project.scm.org.springframework.samples\:spring-petclinic.developerConnection=scm\:git\:https\://github.com/surtexx/spring-petclinic.git +project.scm.org.springframework.samples\:spring-petclinic.tag=HEAD +project.scm.org.springframework.samples\:spring-petclinic.url=https\://github.com/surtexx/spring-petclinic +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +projectVersionPolicyId=default +pushChanges=true +releaseStrategyId=default +remoteTagging=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +scm.commentPrefix=[maven-release-plugin] +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.url=scm\:git\:https\://github.com/surtexx/spring-petclinic.git