File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ publishing {
51
51
maven(MavenPublication ) {
52
52
groupId = ' de.inetsoftware'
53
53
artifactId = ' exceljconnect'
54
- version = ' 1.4 '
54
+ version = ' 1.5 '
55
55
from components. java
56
56
pom {
57
57
name = ' Excel driver for Java'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class ExcelDriver implements Driver {
40
40
public static final String URL_PREFIX = "jdbc:inetexcel:" ;
41
41
public static final String DRIVER_NAME = "inetexcel" ;
42
42
public static final int MAJOR_VERSION = 1 ;
43
- public static final int MINOR_VERSION = 4 ;
43
+ public static final int MINOR_VERSION = 5 ;
44
44
45
45
/** Throws exception indicating that requested operation is not supported.
46
46
* @throws SQLException exception indicating that requested operation is not supported.
You can’t perform that action at this time.
0 commit comments