Skip to content

Commit c27dfb8

Browse files
committed
Merge branch 'master' of github.com:provectus/kafka-ui
2 parents 4921f61 + c701a17 commit c27dfb8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
script {
191191
withCredentials([usernamePassword(credentialsId: 'github-jenkins-internal-provectus', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USER')]) {
192192
sh "git add ."
193-
sh "git -c user.name=\"$GIT_USER\" -c user.email=\"\" commit -m \"Increased version in pom.xml\""
193+
sh "git -c user.name=\"$GIT_USER\" -c user.email=\"[email protected]\" commit -m \"Increased version in pom.xml\""
194194
sh "git push https://$GIT_USER:$GIT_PASSWORD@github.com/provectus/kafka-ui.git HEAD:master"
195195
}
196196
}

kafka-ui-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kafka-ui</artifactId>
77
<groupId>com.provectus</groupId>
8-
<version>0.0.8-SNAPSHOT</version>
8+
<version>0.0.9-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kafka-ui-contract/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>kafka-ui</artifactId>
66
<groupId>com.provectus</groupId>
7-
<version>0.0.8-SNAPSHOT</version>
7+
<version>0.0.9-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<groupId>com.provectus</groupId>
5151
<artifactId>kafka-ui</artifactId>
52-
<version>0.0.8-SNAPSHOT</version>
52+
<version>0.0.9-SNAPSHOT</version>
5353
<name>kafka-ui</name>
5454
<description>Kafka metrics for UI panel</description>
5555
</project>

0 commit comments

Comments
 (0)