Skip to content

Commit 57b6884

Browse files
committed
Open module to MapDB
1 parent 3d840cd commit 57b6884

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

lib/xmljava.jar

0 Bytes
Binary file not shown.

src/com/maxprograms/xml/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
public class Constants {
1616

17-
public static final String VERSION = "1.6.0";
18-
public static final String BUILD = "20240121_1836";
17+
public static final String VERSION = "1.6.1";
18+
public static final String BUILD = "20240122_0831";
1919

2020
private Constants() {
2121
// private for security

src/module-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
exports com.maxprograms.xml;
1313

14+
opens com.maxprograms.xml to mapdb;
15+
1416
requires java.base;
1517
requires transitive java.xml;
1618
}

0 commit comments

Comments
 (0)