Skip to content

Commit 276c755

Browse files
thajinushehinJoel-hanson
authored andcommitted
chore: version change from 1.0.2 to 1.0.3
Contributes-to: https://jsw.ibm.com/browse/EVI-12843 Signed-off-by: Thajinu Shehin <[email protected]>
1 parent c54bbc8 commit 276c755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>com.ibm.eventstreams.connect</groupId>
2121
<artifactId>kafka-connect-elastic-sink</artifactId>
2222
<packaging>jar</packaging>
23-
<version>1.0.2</version>
23+
<version>1.0.3</version>
2424
<name>kafka-connect-elastic-sink</name>
2525
<organization>
2626
<name>IBM Corporation</name>

src/main/java/com/ibm/eventstreams/connect/elasticsink/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
package com.ibm.eventstreams.connect.elasticsink;
1717

1818
public class Version {
19-
public static final String VERSION = "1.0.2"; // Must match the value in pom.xml
19+
public static final String VERSION = "1.0.3"; // Must match the value in pom.xml
2020
}

0 commit comments

Comments
 (0)