File tree 4 files changed +6
-6
lines changed
src/main/java/net/snowflake/client/jdbc
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >net.snowflake</groupId >
7
7
<artifactId >snowflake-jdbc-parent</artifactId >
8
- <version >3.23.0 </version >
8
+ <version >3.23.1-SNAPSHOT </version >
9
9
<relativePath >../parent-pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<artifactId >snowflake-jdbc-fips</artifactId >
13
- <version >3.23.0 </version >
13
+ <version >3.23.1-SNAPSHOT </version >
14
14
<packaging >jar</packaging >
15
15
16
16
<name >snowflake-jdbc-fips</name >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >net.snowflake</groupId >
7
7
<artifactId >snowflake-jdbc-parent</artifactId >
8
- <version >3.23.0 </version >
8
+ <version >3.23.1-SNAPSHOT </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<modules >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >net.snowflake</groupId >
8
8
<artifactId >snowflake-jdbc-parent</artifactId >
9
- <version >3.23.0 </version >
9
+ <version >3.23.1-SNAPSHOT </version >
10
10
<relativePath >./parent-pom.xml</relativePath >
11
11
</parent >
12
12
13
13
<!-- Maven complains about using property here, but it makes install and deploy process easier to override final package names and localization -->
14
14
<artifactId >${artifactId} </artifactId >
15
- <version >3.23.0 </version >
15
+ <version >3.23.1-SNAPSHOT </version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >${artifactId} </name >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class SnowflakeDriver implements Driver {
37
37
static SnowflakeDriver INSTANCE ;
38
38
39
39
public static final Properties EMPTY_PROPERTIES = new Properties ();
40
- public static String implementVersion = "3.23.0 " ;
40
+ public static String implementVersion = "3.23.1 " ;
41
41
42
42
static int majorVersion = 0 ;
43
43
static int minorVersion = 0 ;
You can’t perform that action at this time.
0 commit comments