From 16c224bb1ec40517cdcb8e148acbc4643cd1d2e3 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz <132913826+sfc-gh-dprzybysz@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:08:18 +0100 Subject: [PATCH] Revert "Prepare next development version 3.21.1 snapshot (#1987)" (#1998) --- FIPS/pom.xml | 4 ++-- README.rst | 2 +- parent-pom.xml | 2 +- pom.xml | 4 ++-- src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FIPS/pom.xml b/FIPS/pom.xml index 5d5505929..78e83700d 100644 --- a/FIPS/pom.xml +++ b/FIPS/pom.xml @@ -5,12 +5,12 @@ net.snowflake snowflake-jdbc-parent - 3.21.1-SNAPSHOT + 3.20.1-SNAPSHOT ../parent-pom.xml snowflake-jdbc-fips - 3.21.1-SNAPSHOT + 3.20.1-SNAPSHOT jar snowflake-jdbc-fips diff --git a/README.rst b/README.rst index e742ce5d1..faac38fd1 100644 --- a/README.rst +++ b/README.rst @@ -228,4 +228,4 @@ https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowfl Note ---------- -This driver support GCP regional endpoints starting from version 3.21.0. Please ensure that any workloads using through this driver below the version 3.21.0 do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. +This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. diff --git a/parent-pom.xml b/parent-pom.xml index 1acafc5a8..3d2b1b6b9 100644 --- a/parent-pom.xml +++ b/parent-pom.xml @@ -5,7 +5,7 @@ net.snowflake snowflake-jdbc-parent - 3.21.1-SNAPSHOT + 3.20.1-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index 8f3586c0e..f53cf4c51 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ net.snowflake snowflake-jdbc-parent - 3.21.1-SNAPSHOT + 3.20.1-SNAPSHOT ./parent-pom.xml ${artifactId} - 3.21.1-SNAPSHOT + 3.20.1-SNAPSHOT jar ${artifactId} diff --git a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java index 030549582..298b64ee7 100644 --- a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java +++ b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java @@ -37,7 +37,7 @@ public class SnowflakeDriver implements Driver { static SnowflakeDriver INSTANCE; public static final Properties EMPTY_PROPERTIES = new Properties(); - public static String implementVersion = "3.21.1"; + public static String implementVersion = "3.20.1"; static int majorVersion = 0; static int minorVersion = 0;