Skip to content

Commit 9bc3697

Browse files
committed
Fix invalid module name
1 parent d757318 commit 9bc3697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Implementation-Title: SQLite3 JDBC driver
22
Implementation-URL: https://github.com/gwenn/sqlite-jna
3-
Automatic-Module-Name: com.github.gwenn.sqlite-ffm
3+
Automatic-Module-Name: com.github.gwenn.sqlite.ffm
44
Bundle-Activator: org.sqlite.osgi.DbDriverActivator
55
Bundle-ManifestVersion: 2
66
Bundle-Name: SQLite3 JDBC driver
7-
Bundle-SymbolicName: com.github.gwenn.sqlite-ffm;singleton:=true
7+
Bundle-SymbolicName: com.github.gwenn.sqlite.ffm;singleton:=true
88
Bundle-License: http://unlicense.org/
99
Bundle-Category: jdbc
1010
Multi-Release: true

0 commit comments

Comments
 (0)