Skip to content

Commit bcf6a77

Browse files
Release 3.1.1 (#954)
* 3.1.1 * format --------- Co-authored-by: Xin Huang <[email protected]>
1 parent f1fc322 commit bcf6a77

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

e2e-jar-test/pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright (c) 2025 Snowflake Computing Inc. All rights reserved.
4+
-->
25
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
36
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
47
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +32,7 @@
2932
<dependency>
3033
<groupId>net.snowflake</groupId>
3134
<artifactId>snowflake-ingest-sdk</artifactId>
32-
<version>3.1.0</version>
35+
<version>3.1.1</version>
3336
</dependency>
3437

3538
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2024 Snowflake Computing Inc. All rights reserved.
3+
~ Copyright (c) 2024-2025 Snowflake Computing Inc. All rights reserved.
44
-->
55
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -9,7 +9,7 @@
99
<!-- Arifact name and version information -->
1010
<groupId>net.snowflake</groupId>
1111
<artifactId>snowflake-ingest-sdk</artifactId>
12-
<version>3.1.0</version>
12+
<version>3.1.1</version>
1313
<packaging>jar</packaging>
1414
<name>Snowflake Ingest SDK</name>
1515
<description>Snowflake Ingest SDK</description>

src/main/java/net/snowflake/ingest/connection/RequestBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
2+
* Copyright (c) 2012-2025 Snowflake Computing Inc. All rights reserved.
33
*/
44

55
package net.snowflake.ingest.connection;
@@ -110,7 +110,7 @@ public class RequestBuilder {
110110
// Don't change!
111111
public static final String CLIENT_NAME = "SnowpipeJavaSDK";
112112

113-
public static final String DEFAULT_VERSION = "3.1.0";
113+
public static final String DEFAULT_VERSION = "3.1.1";
114114

115115
public static final String JAVA_USER_AGENT = "JAVA";
116116

0 commit comments

Comments
 (0)