diff --git a/README.adoc b/README.adoc
index 9f789ea..92aa8e6 100644
--- a/README.adoc
+++ b/README.adoc
@@ -88,9 +88,7 @@ Now if you call the actuator endpoint `actuator/health` you should see the follo
Creating a new release involves the following steps:
-. `./mvnw -DenableSshAgent=true jgitflow:release-start jgitflow:release-finish` +
-[NOTE]
-The `-DenableSshAgent=true` is only necessary, if you cloned the repository via SSH.
+. `./mvnw gitflow:release-start gitflow:release-finish`
. `git push origin master`
. `git push --tags`
. `git push origin develop`
diff --git a/pom.xml b/pom.xml
index fd37034..d971357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.deviceinsight.kafka
kafka-health-check
- 1.0.0-SNAPSHOT
+ 1.0.0
jar
Kafka Health Check
@@ -25,7 +25,7 @@
5.3.2
0.27.2
- 1.0-m5.1
+ 1.12.0
2.1.3.RELEASE
2.2.4.RELEASE
@@ -114,13 +114,15 @@
${maven-surefire-plugin.version}
- external.atlassian.jgitflow
- jgitflow-maven-plugin
- ${jgitflow-maven-plugin.version}
+ com.amashchenko.maven.plugin
+ gitflow-maven-plugin
+ ${gitflow-maven-plugin.version}
- true
- true
- false
+ false
+
+ develop
+
+ 1