diff --git a/pom.xml b/pom.xml
index fec033f51..f3e986f8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,17 +22,23 @@
11
-
-
-
-
org.springframework.boot
spring-boot-maven-plugin
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ install
+
+
+
+ scm:git:git@github.com:marc-wagner/spring-petclinic.git
+
diff --git a/release.properties b/release.properties
new file mode 100644
index 000000000..0db5da55e
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,11 @@
+#release configuration
+#Mon Nov 23 22:37:23 CET 2020
+projectVersionPolicyId=default
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+remoteTagging=true
+scm.commentPrefix=[maven-release-plugin]
+pushChanges=true
+completedPhase=check-poms
+scm.url=scm\:git\:git@github.com\:marc-wagner/spring-petclinic.git
+exec.snapshotReleasePluginAllowed=false
+preparationGoals=clean verify