Merge branch 'master' of github.com:provectus/kafka-ui

This commit is contained in:
German Osin 2021-01-20 14:38:05 +03:00
commit c27dfb8ff9
4 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View file

@ -190,7 +190,7 @@ spec:
script { script {
withCredentials([usernamePassword(credentialsId: 'github-jenkins-internal-provectus', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USER')]) { withCredentials([usernamePassword(credentialsId: 'github-jenkins-internal-provectus', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USER')]) {
sh "git add ." 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" sh "git push https://$GIT_USER:$GIT_PASSWORD@github.com/provectus/kafka-ui.git HEAD:master"
} }
} }

View file

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>kafka-ui</artifactId> <artifactId>kafka-ui</artifactId>
<groupId>com.provectus</groupId> <groupId>com.provectus</groupId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.9-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>kafka-ui</artifactId> <artifactId>kafka-ui</artifactId>
<groupId>com.provectus</groupId> <groupId>com.provectus</groupId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.9-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View file

@ -49,7 +49,7 @@
<groupId>com.provectus</groupId> <groupId>com.provectus</groupId>
<artifactId>kafka-ui</artifactId> <artifactId>kafka-ui</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.9-SNAPSHOT</version>
<name>kafka-ui</name> <name>kafka-ui</name>
<description>Kafka metrics for UI panel</description> <description>Kafka metrics for UI panel</description>
</project> </project>