File tree 6 files changed +8
-8
lines changed
src/main/java/net/snowflake/client/jdbc
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
27
27
jobs :
28
28
build :
29
29
name : Build
30
- runs-on : ubuntu-20.04
30
+ runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Build
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
check-style :
9
9
name : Check Style
10
- runs-on : ubuntu-20.04
10
+ runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Check Style
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