diff --git a/Jenkinsfile b/Jenkinsfile index a931d82656..948cc9c0b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,7 +190,7 @@ spec: script { withCredentials([usernamePassword(credentialsId: 'github-jenkins-internal-provectus', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USER')]) { sh "git add ." - sh "git -c user.name=\"$GIT_USER\" -c user.email=\"\" commit -m \"Increased version in pom.xml\"" + sh "git -c user.name=\"$GIT_USER\" -c user.email=\"no-reply@jenkins.provectus.com\" commit -m \"Increased version in pom.xml\"" sh "git push https://$GIT_USER:$GIT_PASSWORD@github.com/provectus/kafka-ui.git HEAD:master" } } diff --git a/kafka-ui-api/pom.xml b/kafka-ui-api/pom.xml index ad43299fcf..1ff1ea1f68 100644 --- a/kafka-ui-api/pom.xml +++ b/kafka-ui-api/pom.xml @@ -5,7 +5,7 @@ kafka-ui com.provectus - 0.0.8-SNAPSHOT + 0.0.9-SNAPSHOT 4.0.0 diff --git a/kafka-ui-contract/pom.xml b/kafka-ui-contract/pom.xml index 7558f9608d..c40df77203 100644 --- a/kafka-ui-contract/pom.xml +++ b/kafka-ui-contract/pom.xml @@ -4,7 +4,7 @@ kafka-ui com.provectus - 0.0.8-SNAPSHOT + 0.0.9-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 1673ec7707..5ac9ab77b2 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ com.provectus kafka-ui - 0.0.8-SNAPSHOT + 0.0.9-SNAPSHOT kafka-ui Kafka metrics for UI panel