Skip to content

Commit c875f5a

Browse files
Bump version to 3.15.0 (#1642)
1 parent 8226c34 commit c875f5a

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**JDBC Driver 3.15.0**
2+
3+
- \||Please Refer to Release Notes at https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes
4+
15
**JDBC Driver 3.14.5**
26

37
- \||Please Refer to Release Notes at https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes

FIPS/pom.xml

+2-2
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.14.6-SNAPSHOT</version>
8+
<version>3.15.0</version>
99
<relativePath>../parent-pom.xml</relativePath>
1010
</parent>
1111

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

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

parent-pom.xml

+1-1
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.14.6-SNAPSHOT</version>
8+
<version>3.15.0</version>
99
<packaging>pom</packaging>
1010

1111
<modules>

pom.xml

+2-2
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.14.6-SNAPSHOT</version>
9+
<version>3.15.0</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.14.6-SNAPSHOT</version>
15+
<version>3.15.0</version>
1616
<packaging>jar</packaging>
1717

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class SnowflakeDriver implements Driver {
2828
static SnowflakeDriver INSTANCE;
2929

3030
public static final Properties EMPTY_PROPERTIES = new Properties();
31-
public static String implementVersion = "3.14.6";
31+
public static String implementVersion = "3.15.0";
3232

3333
static int majorVersion = 0;
3434
static int minorVersion = 0;

0 commit comments

Comments
 (0)