mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-05 13:51:12 +00:00
release
This commit is contained in:
parent
6148ddd967
commit
41d7d1dc32
2 changed files with 35 additions and 6 deletions
23
release.properties
Normal file
23
release.properties
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#release configuration
|
||||
#Tue Jan 21 15:31:05 CET 2025
|
||||
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\:git\://github.com/TomP101/spring-petclinic.git
|
||||
project.scm.org.springframework.samples\:spring-petclinic.developerConnection=scm\:git\:ssh\://git@github.com/TomP101/spring-petclinic.git
|
||||
project.scm.org.springframework.samples\:spring-petclinic.tag=HEAD
|
||||
project.scm.org.springframework.samples\:spring-petclinic.url=https\://github.com/TomP101/spring-petclinic
|
||||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
|
||||
projectVersionPolicyId=default
|
||||
pushChanges=true
|
||||
releaseStrategyId=default
|
||||
remoteTagging=true
|
||||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
|
||||
scm.commentPrefix=release
|
||||
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\:ssh\://git@github.com/TomP101/spring-petclinic.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue