mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
Commiting necessary files
This commit is contained in:
parent
13b30bcb1a
commit
5fa88e68b8
2 changed files with 24 additions and 0 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
24
release.properties
Normal file
24
release.properties
Normal file
|
@ -0,0 +1,24 @@
|
|||
#release configuration
|
||||
#Wed Apr 26 21:11:02 CEST 2023
|
||||
projectVersionPolicyId=default
|
||||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
|
||||
remoteTagging=true
|
||||
scm.commentPrefix=[maven-release-plugin]
|
||||
releaseStrategyId=default
|
||||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
|
||||
project.scm.org.springframework.samples\:spring-petclinic.tag=spring-petclinic-3.0.1
|
||||
pinExternals=false
|
||||
completedPhase=end-release
|
||||
scm.url=scm\:git\:https\://github.com/jduchnowskigd/spring-petclinic.git
|
||||
scm.developmentCommitComment=@{prefix} prepare for next development iteration
|
||||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
|
||||
scm.tagNameFormat=@{project.artifactId}-@{project.version}
|
||||
pushChanges=true
|
||||
project.scm.org.springframework.samples\:spring-petclinic.developerConnection=scm\:git\:https\://github.com/jduchnowskigd/spring-petclinic.git
|
||||
project.rel.org.springframework.samples\:spring-petclinic=3.0.4
|
||||
project.dev.org.springframework.samples\:spring-petclinic=3.0.5-SNAPSHOT
|
||||
scm.tag=spring-petclinic-3.0.4
|
||||
exec.snapshotReleasePluginAllowed=false
|
||||
preparationGoals=clean verify
|
||||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
|
||||
exec.pomFileName=pom.xml
|
Loading…
Reference in a new issue