Skip to content

Commit 16c224b

Browse files
Revert "Prepare next development version 3.21.1 snapshot (#1987)" (#1998)
1 parent 0751071 commit 16c224b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

FIPS/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>net.snowflake</groupId>
77
<artifactId>snowflake-jdbc-parent</artifactId>
8-
<version>3.21.1-SNAPSHOT</version>
8+
<version>3.20.1-SNAPSHOT</version>
99
<relativePath>../parent-pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>snowflake-jdbc-fips</artifactId>
13-
<version>3.21.1-SNAPSHOT</version>
13+
<version>3.20.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>snowflake-jdbc-fips</name>

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowfl
228228
Note
229229
----------
230230

231-
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.
231+
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.

parent-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.snowflake</groupId>
77
<artifactId>snowflake-jdbc-parent</artifactId>
8-
<version>3.21.1-SNAPSHOT</version>
8+
<version>3.20.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<modules>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>net.snowflake</groupId>
88
<artifactId>snowflake-jdbc-parent</artifactId>
9-
<version>3.21.1-SNAPSHOT</version>
9+
<version>3.20.1-SNAPSHOT</version>
1010
<relativePath>./parent-pom.xml</relativePath>
1111
</parent>
1212

1313
<!-- Maven complains about using property here, but it makes install and deploy process easier to override final package names and localization -->
1414
<artifactId>${artifactId}</artifactId>
15-
<version>3.21.1-SNAPSHOT</version>
15+
<version>3.20.1-SNAPSHOT</version>
1616
<packaging>jar</packaging>
1717

1818
<name>${artifactId}</name>

src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class SnowflakeDriver implements Driver {
3737
static SnowflakeDriver INSTANCE;
3838

3939
public static final Properties EMPTY_PROPERTIES = new Properties();
40-
public static String implementVersion = "3.21.1";
40+
public static String implementVersion = "3.20.1";
4141

4242
static int majorVersion = 0;
4343
static int minorVersion = 0;

0 commit comments

Comments
 (0)