Skip to content

Commit

Permalink
NO-SNOW Release 2.4.1 (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-xhuang committed Sep 16, 2024
1 parent 0b8af94 commit b07c9e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ /*
~ * Copyright (c) 2019 - 2020 Snowflake Computing Inc. All rights reserved.
~ * Copyright (c) 2019 - 2024 Snowflake Computing Inc. All rights reserved.
~ */
-->

Expand All @@ -12,7 +12,7 @@

<groupId>com.snowflake</groupId>
<artifactId>snowflake-kafka-connector</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<packaging>jar</packaging>
<name>Snowflake Kafka Connector</name>
<description>Snowflake Kafka Connect Sink Connector</description>
Expand Down Expand Up @@ -361,7 +361,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.2.0</version>
<version>2.2.2</version>
<exclusions>
<exclusion>
<groupId>net.snowflake</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom_confluent.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ /*
~ * Copyright (c) 2019 - 2020 Snowflake Computing Inc. All rights reserved.
~ * Copyright (c) 2019 - 2024 Snowflake Computing Inc. All rights reserved.
~ */
-->

Expand All @@ -12,7 +12,7 @@

<groupId>com.snowflake</groupId>
<artifactId>snowflake-kafka-connector</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<packaging>jar</packaging>
<name>Snowflake Kafka Connector</name>
<description>Snowflake Kafka Connect Sink Connector</description>
Expand Down Expand Up @@ -502,7 +502,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.2.0</version>
<version>2.2.2</version>
<exclusions>
<exclusion>
<groupId>net.snowflake</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/snowflake/kafka/connector/Utils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 Snowflake Inc. All rights reserved.
* Copyright (c) 2024 Snowflake Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
Expand Down Expand Up @@ -65,7 +65,7 @@
public class Utils {

// Connector version, change every release
public static final String VERSION = "2.4.0";
public static final String VERSION = "2.4.1";

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

0 comments on commit b07c9e4

Please sign in to comment.