Skip to content

Commit

Permalink
NO_SNOW Release 2.3.0 BCR (#842)
Browse files Browse the repository at this point in the history
* 2.3.0 increment
* exclude more meta-inf/
  • Loading branch information
sfc-gh-xhuang authored Oct 3, 2024
1 parent ef92ea9 commit e4b335f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e-jar-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>
</dependency>

<dependency>
Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Arifact name and version information -->
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>
<packaging>jar</packaging>
<name>Snowflake Ingest SDK</name>
<description>Snowflake Ingest SDK</description>
Expand Down Expand Up @@ -1218,12 +1218,16 @@
<exclude>assets/org/apache/commons/math3/exception/util/LocalizedFormats_fr.properties</exclude>
<exclude>about.html</exclude>
<exclude>mozilla/public-suffix-list.txt</exclude>

<exclude>META-INF/ASL2.0</exclude>
<exclude>META-INF/FastDoubleParser-LICENSE</exclude>
<exclude>META-INF/FastDoubleParser-NOTICE</exclude>
<exclude>META-INF/licenses*/**</exclude>
<exclude>META-INF/LICENSE*</exclude>
<exclude>META-INF/NOTICE*</exclude>
<exclude>META-INF/DEPENDENCIES</exclude>
<exclude>META-INF/maven/**</exclude>
<exclude>META-INF/services/com.fasterxml.*</exclude>
<exclude>META-INF/thirdparty-LICENSE</exclude>
<exclude>META-INF/*.xml</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class RequestBuilder {
// Don't change!
public static final String CLIENT_NAME = "SnowpipeJavaSDK";

public static final String DEFAULT_VERSION = "2.2.2";
public static final String DEFAULT_VERSION = "2.3.0";

public static final String JAVA_USER_AGENT = "JAVA";

Expand Down

0 comments on commit e4b335f

Please sign in to comment.