File tree 3 files changed +3
-3
lines changed
src/main/java/net/snowflake/ingest/connection
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >net.snowflake</groupId >
31
31
<artifactId >snowflake-ingest-sdk</artifactId >
32
- <version >2.2.1-SNAPSHOT </version >
32
+ <version >2.2.1</version >
33
33
</dependency >
34
34
35
35
<dependency >
Original file line number Diff line number Diff line change 6
6
<!-- Arifact name and version information -->
7
7
<groupId >net.snowflake</groupId >
8
8
<artifactId >snowflake-ingest-sdk</artifactId >
9
- <version >2.2.1-SNAPSHOT </version >
9
+ <version >2.2.1</version >
10
10
<packaging >jar</packaging >
11
11
<name >Snowflake Ingest SDK</name >
12
12
<description >Snowflake Ingest SDK</description >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public class RequestBuilder {
110
110
// Don't change!
111
111
public static final String CLIENT_NAME = "SnowpipeJavaSDK" ;
112
112
113
- public static final String DEFAULT_VERSION = "2.2.1-SNAPSHOT " ;
113
+ public static final String DEFAULT_VERSION = "2.2.1" ;
114
114
115
115
public static final String JAVA_USER_AGENT = "JAVA" ;
116
116
You can’t perform that action at this time.
0 commit comments