mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Pom file ready to be added to git
This commit is contained in:
parent
6148ddd967
commit
5f9603ddde
2 changed files with 28 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -9,6 +9,11 @@
|
||||||
<relativePath></relativePath>
|
<relativePath></relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git://github.com/Piasecki-grid/maven-project</connection>
|
||||||
|
<developerConnection>scm:git:ssh://git@github.com:Piasecki-grid/maven-project</developerConnection>
|
||||||
|
<url>https://github.com/Piasecki-grid/maven-project</url>
|
||||||
|
</scm>
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>3.4.0-SNAPSHOT</version>
|
<version>3.4.0-SNAPSHOT</version>
|
||||||
|
|
23
release.properties
Normal file
23
release.properties
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
#release configuration
|
||||||
|
#Sat Jan 04 17:57:28 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/Piasecki-grid/maven-project
|
||||||
|
project.scm.org.springframework.samples\:spring-petclinic.developerConnection=scm\:git\:ssh\://git@github.com\:Piasecki-grid/maven-project
|
||||||
|
project.scm.org.springframework.samples\:spring-petclinic.tag=HEAD
|
||||||
|
project.scm.org.springframework.samples\:spring-petclinic.url=https\://github.com/Piasecki-grid/maven-project
|
||||||
|
projectVersionPolicyConfig=<projectVersionPolicyConfig>${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\:ssh\://git@github.com\:Piasecki-grid/maven-project
|
Loading…
Reference in a new issue