diff --git a/pom.xml b/pom.xml
index 9b9b815df..2be7f5bb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,15 +6,21 @@
org.springframework.boot
spring-boot-starter-parent
3.4.0
-
+
org.springframework.samples
spring-petclinic
- 3.4.0-SNAPSHOT
+ 4.0.0-SNAPSHOT
petclinic
+
+ scm:git:git://github.com/TomP101/spring-petclinic.git
+ scm:git:ssh://git@github.com/TomP101/spring-petclinic.git
+ https://github.com/TomP101/spring-petclinic
+
+
@@ -23,7 +29,7 @@
UTF-8
- 2024-11-28T14:37:52Z
+ 2025-01-21T13:34:14Z
1.0.1
@@ -414,7 +420,7 @@
-
+
@@ -427,7 +433,7 @@
-
+
@@ -440,7 +446,7 @@
-
+
diff --git a/release.properties b/release.properties
new file mode 100644
index 000000000..167bc1e48
--- /dev/null
+++ b/release.properties
@@ -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}\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