Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Mar 20, 2024
1 parent 06afc55 commit a057748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.splunk.kafka.connect</groupId>
<artifactId>splunk-kafka-connect</artifactId>
<name>splunk-kafka-connect</name>
<version>v2.2.0</version>
<version>v2.2.1</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.splunk.kafka.connect</groupId>
<artifactId>splunk-kafka-connect</artifactId>
<version>v2.2.0</version>
<version>v2.2.1</version>
<name>splunk-kafka-connect</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
@@ -1,3 +1,3 @@
githash=
gitbranch=release/2.2.x
gitversion=v2.2.0
gitversion=v2.2.1

0 comments on commit a057748

Please sign in to comment.