Skip to content

Commit e2e21f3

Browse files
author
Vihas Splunk
committed
Prepare for 2.1.1
1 parent d8f9584 commit e2e21f3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

dependency-reduced-pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.splunk.kafka.connect</groupId>
55
<artifactId>splunk-kafka-connect</artifactId>
66
<name>splunk-kafka-connect</name>
7-
<version>v2.1.0</version>
7+
<version>v2.1.1</version>
88
<build>
99
<plugins>
1010
<plugin>
@@ -107,6 +107,12 @@
107107
</plugin>
108108
</plugins>
109109
</build>
110+
<repositories>
111+
<repository>
112+
<id>confluent</id>
113+
<url>https://packages.confluent.io/maven/</url>
114+
</repository>
115+
</repositories>
110116
<dependencies>
111117
<dependency>
112118
<groupId>org.junit.jupiter</groupId>

pom.xml

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

77
<groupId>com.github.splunk.kafka.connect</groupId>
88
<artifactId>splunk-kafka-connect</artifactId>
9-
<version>v2.1.0</version>
9+
<version>v2.1.1</version>
1010
<name>splunk-kafka-connect</name>
1111

1212
<properties>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
githash=
2-
gitbranch=release/2.0.x
3-
gitversion=v2.1.0
2+
gitbranch=release/2.1.x
3+
gitversion=v2.1.1

0 commit comments

Comments
 (0)