File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ publishing {
5151 maven(MavenPublication ) {
5252 groupId = ' de.inetsoftware'
5353 artifactId = ' exceljconnect'
54- version = ' 1.4 '
54+ version = ' 1.5 '
5555 from components. java
5656 pom {
5757 name = ' Excel driver for Java'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class ExcelDriver implements Driver {
4040 public static final String URL_PREFIX = "jdbc:inetexcel:" ;
4141 public static final String DRIVER_NAME = "inetexcel" ;
4242 public static final int MAJOR_VERSION = 1 ;
43- public static final int MINOR_VERSION = 4 ;
43+ public static final int MINOR_VERSION = 5 ;
4444
4545 /** Throws exception indicating that requested operation is not supported.
4646 * @throws SQLException exception indicating that requested operation is not supported.
You can’t perform that action at this time.
0 commit comments