File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
com.dbeaver.jdbc.driver.libsql Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : DBeaver LibSQL JDBC Driver
44Bundle-SymbolicName : com.dbeaver.jdbc.driver.libsql
5- Bundle-Version : 1.0.3 .qualifier
5+ Bundle-Version : 1.0.4 .qualifier
66Bundle-Release-Date : 20230522
77Bundle-RequiredExecutionEnvironment : JavaSE-11
8+ Bundle-ActivationPolicy : lazy
89Export-Package : com.dbeaver.jdbc.driver.libsql,
910 com.dbeaver.jdbc.driver.libsql.client
1011Require-Bundle : com.dbeaver.jdbc.api,
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.dbeaver.jdbc</groupId >
99 <artifactId >jdbc-libsql</artifactId >
10- <version >1.0.3 -SNAPSHOT</version >
10+ <version >1.0.4 -SNAPSHOT</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313 <artifactId >com.dbeaver.jdbc.driver.libsql</artifactId >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.dbeaver.jdbc</groupId >
88 <artifactId >jdbc-libsql</artifactId >
9- <version >1.0.3 -SNAPSHOT</version >
9+ <version >1.0.4 -SNAPSHOT</version >
1010
1111 <packaging >pom</packaging >
1212 <name >DBeaver LibSQL JDBC Project</name >
You can’t perform that action at this time.
0 commit comments