diff --git a/e2e-jar-test/pom.xml b/e2e-jar-test/pom.xml index e4ba3635b..1012be2df 100644 --- a/e2e-jar-test/pom.xml +++ b/e2e-jar-test/pom.xml @@ -27,8 +27,7 @@ net.snowflake snowflake-ingest-sdk - - 2.0.5-SNAPSHOT + 2.0.5 diff --git a/pom.xml b/pom.xml index fa478ee08..23e6243f4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.snowflake snowflake-ingest-sdk - 2.0.5-SNAPSHOT + 2.0.5 jar Snowflake Ingest SDK Snowflake Ingest SDK @@ -779,9 +779,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 @@ -899,9 +899,9 @@ + Copy all project dependencies to target/dependency-jars. License processing Python script will look here for + license files of SDK dependencies. + --> org.apache.maven.plugins maven-dependency-plugin @@ -923,9 +923,9 @@ + Compile the list of SDK dependencies in 'compile' and 'runtime' scopes. + This list is an entry point for the license processing python script. + --> org.apache.maven.plugins maven-dependency-plugin @@ -1108,9 +1108,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 605655c88..26911501b 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.0.5-SNAPSHOT"; + public static final String DEFAULT_VERSION = "2.0.5"; public static final String JAVA_USER_AGENT = "JAVA";