Skip to content

Commit

Permalink
v2.1.2 release (#755)
Browse files Browse the repository at this point in the history
This PR bumps the release version from 2.1.1 to 2.1.2 in the 2.1.1 release branch
  • Loading branch information
sfc-gh-tzhang committed Dec 4, 2023
1 parent 39bf407 commit d4d0e87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.snowflake</groupId>
<artifactId>snowflake-kafka-connector</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
<packaging>jar</packaging>
<name>Snowflake Kafka Connector</name>
<description>Snowflake Kafka Connect Sink Connector</description>
Expand Down
4 changes: 2 additions & 2 deletions pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.snowflake</groupId>
<artifactId>snowflake-kafka-connector</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
<packaging>jar</packaging>
<name>Snowflake Kafka Connector</name>
<description>Snowflake Kafka Connect Sink Connector</description>
Expand Down Expand Up @@ -420,7 +420,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/snowflake/kafka/connector/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
public class Utils {

// Connector version, change every release
public static final String VERSION = "2.1.1";
public static final String VERSION = "2.1.2";

// connector parameter list
public static final String NAME = "name";
Expand Down

0 comments on commit d4d0e87

Please sign in to comment.