diff --git a/e2e-jar-test/pom.xml b/e2e-jar-test/pom.xml
index 1f53a61f1..44174917e 100644
--- a/e2e-jar-test/pom.xml
+++ b/e2e-jar-test/pom.xml
@@ -29,7 +29,7 @@
net.snowflake
snowflake-ingest-sdk
- 2.1.1-SNAPSHOT
+ 2.1.1
diff --git a/pom.xml b/pom.xml
index 2be5fab95..995a2dacb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
net.snowflake
snowflake-ingest-sdk
- 2.1.1-SNAPSHOT
+ 2.1.1
jar
Snowflake Ingest SDK
Snowflake Ingest SDK
@@ -819,9 +819,9 @@
failFast
+ The list of allowed licenses. If you see the build failing due to "There are some forbidden licenses used, please
+ check your dependencies", verify the conditions of the license and add the reference to it here.
+ -->
Apache License 2.0
BSD 2-Clause License
@@ -1133,9 +1133,9 @@
+ Plugin executes license processing Python script, which copies third party license files into the directory
+ target/generated-licenses-info/META-INF/third-party-licenses, which is then included in the shaded JAR.
+ -->
org.codehaus.mojo
exec-maven-plugin
diff --git a/src/main/java/net/snowflake/ingest/connection/RequestBuilder.java b/src/main/java/net/snowflake/ingest/connection/RequestBuilder.java
index a1c5514bd..e44d82c14 100644
--- a/src/main/java/net/snowflake/ingest/connection/RequestBuilder.java
+++ b/src/main/java/net/snowflake/ingest/connection/RequestBuilder.java
@@ -110,7 +110,7 @@ public class RequestBuilder {
// Don't change!
public static final String CLIENT_NAME = "SnowpipeJavaSDK";
- public static final String DEFAULT_VERSION = "2.1.1-SNAPSHOT";
+ public static final String DEFAULT_VERSION = "2.1.1";
public static final String JAVA_USER_AGENT = "JAVA";